Comment on Planning to selfhost images and calendar in addition to HTTP(S)

diminou@lemmy.zip ⁨1⁩ ⁨day⁩ ago

OK forget about the ports. Use the docker image of nextcloud, whatever flavor you want.

In the docker compose you change 80:80 and 443:443 to 81:80 and 444:443.

Then, you configure your already available apache to redirect nextcloud.yourdomain.com to yourip:444.

That’s it. You just launched nextcloud with an arbitrary port which is not the default because it suits your needs, a’d configured apache to redirect to that port.

source
Sort:hotnewtop