diff --git a/nextcloud/readme.md b/nextcloud/readme.md index 59293fe..b247946 100644 --- a/nextcloud/readme.md +++ b/nextcloud/readme.md @@ -12,9 +12,9 @@ File share & sync. * [Github](https://github.com/nextcloud/server) * [DockerHub](https://hub.docker.com/_/nextcloud/) -Nextcloud is an open source software for sharing files, calendar, -and general office collaboration stuff. Most people know it and use it -as an alternative to onedrive/google drive. +Nextcloud is an open source software for sharing files, calendar, general office +collaboration stuff. Most people know it and use it as an alternative +to onedrive/google drive. The Nextcloud server is written in PHP and JavaScript. For remote access it employs sabre/dav, an open-source WebDAV server. @@ -66,6 +66,8 @@ Five containers to spin up file locking * **nextcloud-cron** - for periodic maintenance in the background +Note that `nextcloud_data` is mounted in 3 containers. + `docker-compose.yml` ```yml version: '3' @@ -150,7 +152,7 @@ TRUSTED_PROXIES=caddy NC_default_phone_region=SK # CHANGE TO YOUR COUNTRY CODE # USING SENDINBLUE FOR SENDING EMAILS -MAIL_DOMAIN=example.com +MAIL_DOMAIN=nextcloud MAIL_FROM_ADDRESS=nextcloud SMTP_SECURE=tls SMTP_HOST=smtp-relay.sendinblue.com @@ -234,7 +236,8 @@ code notification there. # Troubleshooting -* *old stuff that was here is not applicable anymore* +* moving between docker hosts, might need to take ownership of directories
+ exec in to `nextcloud-app`; `/var/www/html`; `chown www-data:www-data *` # Extra info @@ -264,6 +267,10 @@ Manual image update: - `docker-compose up -d`
- `docker image prune` +Updates tend to be problematic with Nexcloud. Inestigating what went wrong +in between major version updates... have backups before doing update. +And have the god damn tags on docker images. + # Backup and restore #### Backup