Deploy Nextcloud Through Docker (Again)
Docker Compose File
Env File
Reverse Proxy
After having been deployed I wanted to set up reverse proxying for TLS certificates. Unfortunately, once this was in place there were issues around the site with it still using "http" instead of "https" in certain areas.
This was resolved by opening the config.php
file and adding the following to it:
For me, this file was located at:
Files not encrypted on server by default
https://docs.nextcloud.com/server/19/user_manual/files/encrypting_files.html
Desktop App
Is an "AppImage"
https://nextcloud.com/install/
References
- https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/reverse_proxy_configuration.html
- https://serverfault.com/questions/768693/nginx-how-to-completely-disable-request-body-buffering
Last updated: 25th July 2024
First published: 25th July 2024
First published: 25th July 2024