Comment on Planning to selfhost images and calendar in addition to HTTP(S)
Tolookah@discuss.tchncs.de 1 day agoMine doesn’t have 80, it has a reverse proxy on 443 when I’m using a subdomain, but there is an option to use a subfolder instead. (This is with nginx, not apache, but I would assume it’s similar)
The thing that doesn’t yet work for me is the redirect back after authentik login. (The login works, but just doesn’t do it as seamlessly as I expect and I think it’s a config issue)
passenger@sopuli.xyz 1 day ago
I understood from here it shouldnt work
github.com/nextcloud/all-in-one?tab=readme-ov-fil…
Maybe you use another flavor and not the aio?
ikidd@lemmy.world 22 hours ago
In the docker-compose.yml for the AIO, you can specify the port that the Apache server runs on with
APACHE_PORT=XXXXThen you set your reverse proxy to proxy to that port. If you need some pointers about how to use a reverse proxy, ask away.