(core): disable nextcloud update checks
This commit is contained in:
parent
eb041f70e0
commit
17c33b2784
1 changed files with 2 additions and 1 deletions
|
|
@ -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'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue