Compare commits

..

2 commits

Author SHA1 Message Date
82cda0c6da f
All checks were successful
ci/woodpecker/push/gitleaks Pipeline was successful
ci/woodpecker/pr/gitleaks Pipeline was successful
ci/woodpecker/pr/ansible-lint Pipeline was successful
ci/woodpecker/push/ansible-lint Pipeline was successful
2024-06-01 22:48:03 +02:00
79ec8e808e mail 2024-06-01 22:47:56 +02:00
3 changed files with 11 additions and 5 deletions

View file

@ -83,11 +83,6 @@ services:
MYSQL_USER: nextcloud
MYSQL_PASSWORD: "{{ lookup('keepass', 'nextcloud_mysql_password', 'password') }}"
MYSQL_HOST: nextcloud-db
# mail
SMTP_HOST: mail-relay
SMTP_PORT: 25
SMTP_NAME: info@mgrote.net
MAIL_FROM_ADDRESS: nextcloud@mgrote.net
# admin
NEXTCLOUD_ADMIN_USER: n-admin
NEXTCLOUD_ADMIN_PASSWORD: "{{ lookup('keepass', 'nextcloud_admin_user_password', 'password') }}"

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

View file

@ -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