nextcloud/README.md

90 lines
1.4 KiB
Markdown
Raw Permalink Normal View History

2021-08-22 14:44:51 +00:00
[Nextcloud](https://nextcloud.com/) with postgres backend.
2016-11-01 13:51:58 +00:00
2018-01-30 11:57:11 +00:00
Seperately installed apps are not persistent because there is no possibility of
setting the app_path with occ.
2016-11-01 13:51:58 +00:00
# Volumes
- `/var/lib/nextcloud/data`
2019-03-16 11:41:58 +00:00
- `/var/lib/nextcloud/config`
2016-11-01 13:51:58 +00:00
# Environment Variables
## DOMAIN
Domain where the nextcloud instance is reachable.
## MAX_UPLOAD_SIZE
- default: 512M
Maximal upload size of a file.
## DB_HOST
Database host.
2021-08-22 15:40:33 +00:00
## DB_PORT
Database port.
2016-11-01 13:51:58 +00:00
## DB_NAME
Database name.
## DB_USER
Database user.
## DB_PASSWORD
Password for the database user.
## IMAP_AUTH_HOST
AUthentication string for the IMAP authentication.
For example `mail.example.com:143/imap/tls`
## MAIL_DOMAIN
Domain part in the from address for notification emails.
## MAIL_FROM
Local part in the from address for notification emails.
## MAIL_SMTP_HOST
SMTP host used for notification emails.
2018-01-30 07:36:21 +00:00
## MAIL_SMTP_PORT
2016-11-01 13:51:58 +00:00
- default: 587
SMTP host port.
## MAIL_SMTP_SECURITY
- default: tls
Connection security for the SMTP host.
## MAIL_SMTP_AUTH
2018-01-30 07:36:21 +00:00
- default: 1
2016-11-01 13:51:58 +00:00
Whether to use authentication with the SMTP host.
## MAIL_SMTP_AUTH_TYPE
- default: PLAIN
Authentication type for the SMTP host.
## MAIL_SMTP_NAME
Username for SMTP authentication.
## MAIL_SMTP_PASSWORD
Password for SMTP authentication.
2019-06-24 10:48:07 +00:00
## ASSUME_HTTPS
- default: on
The value of `fastcgi_param HTTPS`.
Either `on` or `off`.
2016-11-01 13:51:58 +00:00
# Ports
- 80
# Capabilities
- CHOWN
- DAC_OVERRIDE
- NET_BIND_SERVICE
- FOWNER
- SETGID
- SETUID