redeploy nextcloud with ldap #96

Merged
mg merged 45 commits from nc_ldap into master 2024-06-03 21:23:53 +02:00
2 changed files with 10 additions and 1 deletions
Showing only changes of commit 7349621184 - Show all commits

View file

@ -153,4 +153,4 @@ volumes:
data: data:
#OCC COmmando u.a. fur debugging: docker exec --user www-data nextcloud-app php occ config:system:set trusted_domains 2 --value=docker10.mgrote.net #OCC Commando u.a. für debugging: docker exec --user www-data nextcloud-app php occ config:system:set trusted_domains 2 --value=docker10.mgrote.net

View file

@ -9,3 +9,12 @@ php occ config:system:set overwrite.cli.url --value="http://nextcloud.mgrote.net
# https://docs.nextcloud.com/server/29/admin_manual/configuration_server/background_jobs_configuration.html # https://docs.nextcloud.com/server/29/admin_manual/configuration_server/background_jobs_configuration.html
php occ config:system:set maintenance_window_start --type=integer --value=1 php occ config:system:set maintenance_window_start --type=integer --value=1
# disable unused apps
php occ app:disable dashboard firstrunwizard federation federatedfilesharing nextcloud_announcements recommendations circles survey_client user_status weather_status photos
# enable extra apps
php occ app:enable twofactor_totp calendar contacts checksum epubviewer dicomviewer impersonate
# adhoc: docker exec --user www-data nextcloud-app php occ config:system:set trusted_domains 2 --value=docker10.mgrote.net