nextcloud default config: set activity_expire_days to 180 days

This commit is contained in:
Moritz 2024-10-28 15:27:53 +01:00
parent 7b715e690d
commit 5e24decfae
Signed by: moritz
GPG key ID: 1020A035E5DD0824

View file

@ -44,6 +44,7 @@ nextcloud:
- app install_apps
- app run_occ 'app:disable dashboard'
- app run_occ 'config:system:set upgrade.disable-web --value=true'
- app set_system_config activity_expire_days 180
wordpress:
env:
LOCALE: 'de_DE'