Compare commits
2 commits
867de64fb3
...
5ea59e8171
Author | SHA1 | Date | |
---|---|---|---|
5ea59e8171 | |||
82f3b958ee |
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
php occ app:install user_ldap
|
||||
php occ app:enable user_ldap
|
||||
php occ ldap:create-empty-config
|
||||
#php occ ldap:create-empty-config # wird nur bei komplett neuer nextcloud benötigt, legt sonst bei jedem durchlauf weitere ldap-configs an
|
||||
|
||||
# EDIT: domain
|
||||
php occ ldap:set-config s01 ldapHost "ldap://ldap.mgrote.net."
|
||||
|
|
|
@ -14,7 +14,7 @@ php occ config:system:set maintenance_window_start --type=integer --value=1
|
|||
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
|
||||
php occ app:enable twofactor_totp calendar contacts checksum epubviewer dicomviewer impersonate metadata quota_warning event_update_notification
|
||||
|
||||
|
||||
# adhoc: docker exec --user www-data nextcloud-app php occ config:system:set trusted_domains 2 --value=docker10.mgrote.net
|
||||
|
|
Loading…
Reference in a new issue