paulbsd-salt/states/nextcloud/defaults.yaml

78 lines
2.0 KiB
YAML
Raw Normal View History

2020-07-10 00:58:55 +02:00
---
nextcloud:
2020-07-30 14:06:59 +02:00
version: '18.0.4'
2020-07-10 00:58:55 +02:00
mirror: https://download.nextcloud.com/server/releases
install_dir: /usr/local/apps
release_dir: /usr/local/apps/releases
user: www-data
group: www-data
config:
instanceid: ''
passwordsalt: ''
trusted_domains:
- demo.example.org
- otherdomain.example.org
datadirectory: '/var/www/nextcloud/data'
2020-07-30 14:06:59 +02:00
version: '18.0.4.1'
debug: false
2020-07-10 00:58:55 +02:00
dbtype: 'sqlite3'
dbhost: ''
dbname: 'nextcloud'
dbuser: ''
dbpassword: ''
dbtableprefix: ''
2020-07-30 14:06:59 +02:00
installed: true
2020-07-10 00:58:55 +02:00
mail_domain: 'example.com'
mail_from_address: 'nextcloud'
mail_smtpdebug: false
mail_smtpmode: 'smtp'
mail_smtphost: '127.0.0.1'
mail_smtpport: 25
mail_smtptimeout: 10
mail_smtpsecure: ''
mail_smtpauth: false
mail_smtpauthtype: 'LOGIN'
mail_smtpname: ''
mail_smtppassword: ''
mail_template_class: '\OC\Mail\EMailTemplate'
mail_send_plaintext_only: false
mail_sendmailmode: 'smtp'
connectivity_check_domains:
- www.nextcloud.com
- www.startpage.com
- www.eff.org
- www.edri.org
log_type: 'file'
logfile: '/var/log/nextcloud.log'
logfilemode: 0640
loglevel: 2
syslog_tag: 'Nextcloud'
logdateformat: 'F d Y H:i:s'
logtimezone: 'Europe/Paris'
log_query: false
maintenance: false
2020-07-30 14:06:59 +02:00
memcache.local: '\\OC\\Memcache\\Redis'
redis:
- host: localhost
port: 6379
2020-07-10 00:58:55 +02:00
sqlite.journal_mode: 'DELETE'
mysql.utf8mb4: false
tempdirectory: '/tmp/nextcloudtemp'
share_folder: '/'
theme: ''
filesystem_check_changes: 0
mount_file: '/var/www/nextcloud/data/mount.json'
secret: ''
2020-07-30 14:06:59 +02:00
trusted_proxies:
2020-07-10 00:58:55 +02:00
- '203.0.113.45'
- '198.51.100.128'
- '192.168.2.0/24'
forwarded_for_headers:
- HTTP_X_FORWARDED
- HTTP_FORWARDED_FOR
max_filesize_animated_gifs_public_sharing: 10
filelocking.enabled: true
memcache.locking: '\\OC\\Memcache\\Redis'
filelocking.debug: false
upgrade.disable-web: false