Skip to content

catfluoride/nextcloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation


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.tld has to be changed to your real (sub)domain
  • /mnt/nextcloud:/var/www/html mounts internal /var/www/html to external /mnt/nextcloud, which is useful in case the Nextcloud data need to be relocated to an external disk. This is important as the config.php file will be exposed as /mnt/nextcloud/config/config.php.
  • Some of the values in brackets <...> in config.php are to be set manually, while other are set by Nextcloud itself based on the docker-compose.file.

About

The 3 essential files to deploy a Nextcloud container using docker, redis, cron.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages