Nextcloud
This commit is contained in:
parent
51acd19b62
commit
cac8fb2769
9 changed files with 29 additions and 96 deletions
14
.env.default
14
.env.default
|
|
@ -1,9 +1,11 @@
|
|||
# general
|
||||
ROOT_INSTALL=/srv
|
||||
TZ=Europe/Paris
|
||||
PUID=1000
|
||||
PGID=1000
|
||||
|
||||
# apps
|
||||
WALLABAG_URL=http://localhost
|
||||
|
||||
# nextcloud
|
||||
SMTP_HOST=smtp.domain.com
|
||||
SMTP_SECURE=ssl
|
||||
SMTP_PORT=465
|
||||
SMTP_AUTHTYPE=LOGIN
|
||||
SMTP_NAME=admin
|
||||
SMTP_PASSWORD=password
|
||||
MAIL_FROM_ADDRESS=admin@domain.com
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue