Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

proxy issue with traefik beginning with 28.0.4 upwards: can't install apps #36

Closed
joergmschulz opened this issue May 2, 2024 · 2 comments
Labels

Comments

@joergmschulz
Copy link
Contributor

joergmschulz commented May 2, 2024

beginning with 28.0.4, it is no longer possible to activate apps using the gui when installed with traefik proxy.
See nextcloud/server#44685 (comment)
so it's recommended to use nginx proxy or invent a way to rewrite the Location header from http* to https*

seems like this is to be fixed by upstream, will report when confirmed: nextcloud/server#45204

@joergmschulz joergmschulz changed the title proxy issue with traefik beginning with 28.0.4 upwards proxy issue with traefik beginning with 28.0.4 upwards: can't install apps May 6, 2024
@joergmschulz
Copy link
Contributor Author

workaround in traefik:

  - "traefik.http.middlewares.nctredirect.redirectregex.regex=(http.?://)my.nc.de/apps/files$"
  - "traefik.http.middlewares.nctredirect.redirectregex.replacement=https://my.nc.de/index.php/apps/files"
  - traefik.http.middlewares.nctredirect.redirectregex.permanent=true

@joergmschulz
Copy link
Contributor Author

  • This bug has vanished in the latest releases

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant