f
This commit is contained in:
parent
79ec8e808e
commit
82cda0c6da
1 changed files with 11 additions and 0 deletions
|
@ -16,5 +16,16 @@ php occ app:disable dashboard firstrunwizard federation federatedfilesharing nex
|
|||
# enable extra apps
|
||||
php occ app:enable twofactor_totp calendar contacts checksum epubviewer dicomviewer impersonate metadata quota_warning event_update_notification
|
||||
|
||||
# cron
|
||||
sudo -u www-data php occ background:cron
|
||||
|
||||
# tz
|
||||
php occ config:system:set logtimezone --value="Europe/Berlin"
|
||||
|
||||
# status
|
||||
echo Status
|
||||
php occ status
|
||||
php occ user:list
|
||||
|
||||
|
||||
# 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