nextcloud: trashbi auto-delete
Some checks failed
ansible-lint / ansible-lint (push) Failing after 1m7s
gitleaks / gitleaks (push) Successful in 3s

This commit is contained in:
Michael Grote 2024-09-02 15:15:31 +02:00
parent 4c95c905f0
commit dbba915728

View file

@ -29,9 +29,12 @@ php occ config:system:set mail_sendmailmode --value="smtp"
php occ config:system:set mail_smtphost --value="postfix"
php occ config:system:set mail_smtpport --value="25"
# trashbin auto-delete, https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/trashbin_configuration.html
php occ config:system:set trashbin_retention_obligation --value="auto, 21"
# 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
# adhoc: docker exec --user www-data nextcloud-app php occ config:system:set trusted_domains 2 --value=docker10.mgrote.net