files as default app, do not use dashboards

This commit is contained in:
nd 2020-12-24 23:38:39 +01:00
parent 992b0b0b10
commit 9b0b082ea1
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9

View file

@ -47,6 +47,7 @@
- { key: "mail_smtpname", value: "{{ nextcloud.mail.user|d('') }}" }
- { key: "memcache.local", value: '{{ "\OC\Memcache\APCu" }}' }
- { key: "datadirectory", value: "{{ nextcloud.datadir }}" }
- { key: "defaultapp", value: "files" }
- name: copy nextcloud nginx config
template: