This repo includes the files use to set up a personal instance of nextcloud using docker and redis using nginx as the reverse proxy.
Some of the values in the files are placehoders and need to be customized accordingly:
nextcloud.mydomain.tldhas to be changed to your real (sub)domain/mnt/nextcloud:/var/www/htmlmounts internal/var/www/htmlto external/mnt/nextcloud, which is useful in case the Nextcloud data need to be relocated to an external disk. This is important as theconfig.phpfile will be exposed as/mnt/nextcloud/config/config.php.- Some of the values in brackets
<...>inconfig.phpare to be set manually, while other are set by Nextcloud itself based on thedocker-compose.file.