Procházet zdrojové kódy

more maubot hacks

pull/622/head
Stuart Mumford před 5 roky
rodič
revize
4337f54241
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      roles/matrix-maubot/defaults/main.yml

+ 1
- 1
roles/matrix-maubot/defaults/main.yml Zobrazit soubor

@@ -5,7 +5,7 @@ matrix_maubot_container_data_dir: "/data"
matrix_maubot_container_config_dir: "/root/.config/"
matrix_maubot_config_filename: "config.yaml"
matrix_maubot_config_path: "{{ matrix_maubot_host_data_dir + '/' + matrix_maubot_config_filename }}"
matrix_maubot_systemd_required_services_list: ['docker.service', 'matrix-synapse.service']
matrix_maubot_systemd_required_services_list: ['docker.service', 'matrix-synapse.service', 'matrix-nginx-proxy.service']
matrix_maubot_systemd_wanted_services_list: []
matrix_maubot_container_extra_arguments: []



Načítá se…
Zrušit
Uložit