Skip to content
Extraits de code Groupes Projets
Valider b20e483d rédigé par Rémi - Le Filament's avatar Rémi - Le Filament
Parcourir les fichiers

[ADD] nextcloud domain to authorize access from whitelists

parent c99d1f62
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -51,9 +51,12 @@
# Set correct variables in configuration files
# TODO : replace by writing on nextcloud volume configuration file and restart nextcloud
- name: set trusted domain
- name: set trusted domain 1
command: docker exec -u www-data nextcloud php occ --no-warnings "config:system:set" trusted_domains 1 --value="{{ cloud_url }}"
- name: set trusted domain 2
command: docker exec -u www-data nextcloud php occ --no-warnings "config:system:set" trusted_domains 1 --value="nextcloud"
- name: overwrite protocol
command: docker exec -u www-data nextcloud php occ --no-warnings "config:system:set" overwriteprotocol --value="https"
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter