Giter Club home page Giter Club logo

Comments (4)

lknite avatar lknite commented on July 28, 2024 2

working on it

from user_oidc.

nc-fkl avatar nc-fkl commented on July 28, 2024

Hi @lknite

https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/reverse_proxy_configuration.html

overwritting the settings can be done by setting the 'overwriteprotocol' => 'https' option in Nextcloud's config.php

I guess currently you are doing something like:

https://nextcloud.vc-prod-k.home.net <-> reverse proxy <-> kubernetes cluster <-> http://nextcloud.instance , am i correct?

Please let me know if it helped you getting it up and running! :)

from user_oidc.

meesvw avatar meesvw commented on July 28, 2024

Can you provide what reverse proxy you're using ? I resolved this issue by adding this to my docker-compose.yml file. However not sure if this will work for your Kubernetes environment:

    environment:
      - NEXTCLOUD_TRUSTED_DOMAIN=example.com
      - TRUSTED_PROXIES=traefik  // Container name of my reverse proxy
      - OVERWRITEPROTOCOL=https // This solved my issue

from user_oidc.

lknite avatar lknite commented on July 28, 2024

abandoning

from user_oidc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.