Trusted Domains
Config-Datei in Container
docker exec -it nextcloud-app-1 bash
apt update && apt install -y nano
nano /var/www/html/config/config.php
Oder mit occ:
docker exec -u www-data nextcloud-app-1 php occ config:system:set trusted_domains 1 --value ="nextcloud.denode.eu"
No comments to display
No comments to display