Nextcloud Server, a safe home for all your data https://github.com/nextcloud/server
Go to file
3wc 268f55d829 Use upstream auto-config 😳 2020-09-09 01:01:15 +02:00
.envrc.sample Use upstream auto-config 😳 2020-09-09 01:01:15 +02:00
.gitignore Fix secrets & network definition 2020-06-29 14:29:16 +02:00
README.md Fix README 2020-09-08 02:39:08 +02:00
compose.yml Use upstream auto-config 😳 2020-09-09 01:01:15 +02:00

README.md

Nextcloud

Fully automated luxury Nextcloud via docker-swarm.

  1. Set up Docker Swarm and abra
  2. Deploy compose-stacks/traefik
  3. cp .envrc.sample .envrc
  4. Edit .envrc - be sure to change $DOMAIN to something that resolves to your Docker swarm box
  5. direnv allow (or . .envrc)
  6. abra secret_generate db_password v1 && abra secret_generate db_root_password v2
  7. abra deploy
  8. Open the domain you configured and finish the set-up