Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
Connexion
overmind
/
matrix-docker-ansible-deploy
miroir de
https://github.com/spantaleev/matrix-docker-ansible-deploy
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Versions
0
Wiki
Activité
Parcourir la source
Fix typos
pull/6/head
Slavi Pantaleev
il y a 7 ans
Parent
f6950612a5
révision
cdf4eefdf9
3 fichiers modifiés
avec
3 ajouts
et
3 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+1
-1
roles/matrix-server/tasks/setup_nginx_proxy.yml
+1
-1
roles/matrix-server/tasks/setup_riot_web.yml
+1
-1
roles/matrix-server/tasks/setup_synapse.yml
+ 1
- 1
roles/matrix-server/tasks/setup_nginx_proxy.yml
Voir le fichier
@@ -10,7 +10,7 @@
# It doesn't hurt to put them in place, even if they turn out
# to be unnecessary.
#
- name: Ensure Matrix nginx-proxy paths exist
s
- name: Ensure Matrix nginx-proxy paths exist
file:
path: "{{ item }}"
state: directory
+ 1
- 1
roles/matrix-server/tasks/setup_riot_web.yml
Voir le fichier
@@ -4,7 +4,7 @@
# Tasks related to setting up riot-web
#
- name: Ensure Matrix riot-web path
s
exists
- name: Ensure Matrix riot-web path exists
file:
path: "{{ matrix_nginx_riot_web_data_path }}"
state: directory
+ 1
- 1
roles/matrix-server/tasks/setup_synapse.yml
Voir le fichier
@@ -5,7 +5,7 @@
msg: "You need to set a secret in the matrix_synapse_macaroon_secret_key variable"
when: "matrix_synapse_macaroon_secret_key == ''"
- name: Ensure Matrix Synapse paths exist
s
- name: Ensure Matrix Synapse paths exist
file:
path: "{{ item }}"
state: directory
Écrire
Aperçu
Chargement…
Annuler
Enregistrer