paulbsd-salt/states/nextcloud/defaults.yaml

83 lines
2.1 KiB
YAML

---
nextcloud:
version: '18.0.4'
mirror: https://download.nextcloud.com/server/releases
install_dir: /usr/local/apps
release_dir: /usr/local/apps/releases
user: www-data
group: www-data
apps:
- calendar
- contacts
config:
instanceid: ''
passwordsalt: ''
trusted_domains:
- demo.example.org
- otherdomain.example.org
datadirectory: '/var/www/nextcloud/data'
version: '18.0.4.1'
debug: false
dbtype: 'sqlite3'
dbhost: ''
dbname: 'nextcloud'
dbuser: ''
dbpassword: ''
dbtableprefix: ''
installed: true
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
overwrite.cli.url: ''
maintenance: false
memcache.local: '\OC\Memcache\Redis'
memcache.distributed: '\OC\Memcache\Redis'
memcache.locking: '\OC\Memcache\Redis'
redis:
- host: localhost
port: 6379
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: ''
trusted_proxies:
- '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
filelocking.debug: false
upgrade.disable-web: false