(core): disable nextcloud update checks

This commit is contained in:
carla 2025-07-15 09:28:27 +02:00
parent eb041f70e0
commit 17c33b2784
Signed by: carla
GPG key ID: 908AFB7283DFC1B3

View file

@ -43,7 +43,6 @@ nextcloud:
FPM_START_SERVERS: 6 FPM_START_SERVERS: 6
FPM_MIN_SPARE_SERVERS: 4 FPM_MIN_SPARE_SERVERS: 4
FPM_MAX_SPARE_SERVERS: 14 FPM_MAX_SPARE_SERVERS: 14
uncomment: uncomment:
- compose.bbb.yml - compose.bbb.yml
- SECRET_BBB_SECRET_VERSION - SECRET_BBB_SECRET_VERSION
@ -56,6 +55,8 @@ nextcloud:
- app run_occ 'app:disable dashboard' - app run_occ 'app:disable dashboard'
- app run_occ 'config:system:set upgrade.disable-web --value=true' - app run_occ 'config:system:set upgrade.disable-web --value=true'
- app set_system_config activity_expire_days 180 - app set_system_config activity_expire_days 180
- app set_system_config updatechecker false
- app run_occ 'config:app:set --type boolean --value="false" updatenotification app_updated.enabled'
upgrade-hooks: upgrade-hooks:
- app run_occ db:add-missing-indices - app run_occ db:add-missing-indices
- app run_occ 'maintenance:repair --include-expensive' - app run_occ 'maintenance:repair --include-expensive'