Merge pull request 'Disable update for Nextcloud and enable HTS' (#3) from feature/491_nextcloud_disableupdates into main

Reviewed-on: #3
Reviewed-by: moritz <moritz@noreply.git.local-it.org>
This commit is contained in:
carla 2025-07-16 08:40:32 +02:00
commit 27a80cdfac

View file

@ -43,10 +43,10 @@ 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
- HSTS_ENABLED
secrets: secrets:
bbb_secret: "{{bbb_secret}}" bbb_secret: "{{bbb_secret}}"
initial-hooks: initial-hooks:
@ -56,10 +56,13 @@ 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'
- db upgrade_mariadb - db upgrade_mariadb
- app run_occ 'upgrade'
pretix: pretix:
initial-hooks: initial-hooks:
- app change_adminpass - app change_adminpass