docker-nextcloud icon indicating copy to clipboard operation
docker-nextcloud copied to clipboard

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

Open joergmschulz opened this issue 2 years ago • 1 comments

beginning with 28.0.4, it is no longer possible to activate apps using the gui when installed with traefik proxy. See https://github.com/nextcloud/server/issues/44685#issuecomment-2088680460 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: https://github.com/nextcloud/server/pull/45204

joergmschulz avatar May 02 '24 20:05 joergmschulz

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 avatar May 27 '24 20:05 joergmschulz

  • [ ] This bug has vanished in the latest releases

joergmschulz avatar Aug 23 '24 08:08 joergmschulz