Advertisement
pratiquepc

Nextcloud Docker Trusted Domain

Dec 27th, 2020
1,222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.37 KB | None | 0 0
  1. # Commande pour lister les tursted domains. Attention au nom du container, dans mon cas nextcloud_app_1.
  2. docker exec --user www-data nextcloud_app_1 php occ config:system:get trusted_domains
  3.  
  4.  
  5. #Commande pour ajouter un domaine (ex mondomain.duckdns.org)
  6. docker exec --user www-data nextcloud_app_1 php occ config:system:set trusted_domains 7 --value mondomain.duckdns.org
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement