Преглед изворни кода

Merge branch 'master' into traefik

pull/2464/head
Slavi Pantaleev пре 3 година
родитељ
комит
88a26758e1
6 измењених фајлова са 5 додато и 14 уклоњено
  1. +1
    -1
      group_vars/matrix_servers
  2. +1
    -1
      roles/custom/matrix-bot-postmoogle/templates/systemd/matrix-bot-postmoogle.service.j2
  3. +1
    -1
      roles/custom/matrix-bridge-heisenbridge/defaults/main.yml
  4. +1
    -1
      roles/custom/matrix-synapse-admin/defaults/main.yml
  5. +0
    -9
      roles/custom/matrix-synapse-admin/tasks/inject_into_nginx_proxy.yml
  6. +1
    -1
      roles/custom/matrix-synapse-reverse-proxy-companion/tasks/setup_uninstall.yml

+ 1
- 1
group_vars/matrix_servers Прегледај датотеку

@@ -2436,7 +2436,7 @@ matrix_ssl_domains_to_obtain_certificates_for: |
+
([matrix_server_fqn_ntfy] if matrix_ntfy_enabled else [])
+
([matrix_bot_postmoogle_domain] if matrix_bot_postmoogle_enabled else [])
(matrix_bot_postmoogle_domains if matrix_bot_postmoogle_enabled else [])
+
([matrix_domain] if matrix_nginx_proxy_base_domain_serving_enabled else [])
+


+ 1
- 1
roles/custom/matrix-bot-postmoogle/templates/systemd/matrix-bot-postmoogle.service.j2 Прегледај датотеку

@@ -1,6 +1,6 @@
#jinja2: lstrip_blocks: "True"
[Unit]
Description=Matrix helpdesk bot
Description=Matrix Postmoogle bot
{% for service in matrix_bot_postmoogle_systemd_required_services_list %}
Requires={{ service }}
After={{ service }}


+ 1
- 1
roles/custom/matrix-bridge-heisenbridge/defaults/main.yml Прегледај датотеку

@@ -4,7 +4,7 @@

matrix_heisenbridge_enabled: true

matrix_heisenbridge_version: 1.14.1
matrix_heisenbridge_version: 1.14.2
matrix_heisenbridge_docker_image: "{{ matrix_container_global_registry_prefix }}hif1/heisenbridge:{{ matrix_heisenbridge_version }}"
matrix_heisenbridge_docker_image_force_pull: "{{ matrix_heisenbridge_docker_image.endswith(':latest') }}"



+ 1
- 1
roles/custom/matrix-synapse-admin/defaults/main.yml Прегледај датотеку

@@ -9,7 +9,7 @@ matrix_synapse_admin_container_image_self_build_repo: "https://github.com/Awesom

matrix_synapse_admin_docker_src_files_path: "{{ matrix_base_data_path }}/synapse-admin/docker-src"

matrix_synapse_admin_version: 0.8.6
matrix_synapse_admin_version: 0.8.7
matrix_synapse_admin_docker_image: "{{ matrix_synapse_admin_docker_image_name_prefix }}awesometechnologies/synapse-admin:{{ matrix_synapse_admin_version }}"
matrix_synapse_admin_docker_image_name_prefix: "{{ 'localhost/' if matrix_synapse_admin_container_image_self_build else matrix_container_global_registry_prefix }}"
matrix_synapse_admin_docker_image_force_pull: "{{ matrix_synapse_admin_docker_image.endswith(':latest') }}"


+ 0
- 9
roles/custom/matrix-synapse-admin/tasks/inject_into_nginx_proxy.yml Прегледај датотеку

@@ -24,15 +24,6 @@
{# Generic configuration for use outside of our container setup #}
proxy_pass http://127.0.0.1:8766/$1;
{% endif %}

{#
Workaround synapse-admin serving all assets at /static.
See: https://github.com/Awesome-Technologies/synapse-admin/issues/322
#}
sub_filter_once off;
sub_filter "/static/" "{{ matrix_synapse_admin_public_endpoint }}/static/";
sub_filter "/favicon.ico" "{{ matrix_synapse_admin_public_endpoint }}/favicon.ico";
sub_filter "/manifest.json" "{{ matrix_synapse_admin_public_endpoint }}/manifest.json";
}

- name: Register Synapse Admin proxying configuration with matrix-nginx-proxy


+ 1
- 1
roles/custom/matrix-synapse-reverse-proxy-companion/tasks/setup_uninstall.yml Прегледај датотеку

@@ -9,7 +9,7 @@
block:
- name: Ensure matrix-synapse-reverse-proxy-companion.service is stopped
ansible.builtin.service:
name: matrix_synapse_reverse_proxy_companion_service_stat
name: matrix-synapse-reverse-proxy-companion
state: stopped
enabled: false
daemon_reload: true


Loading…
Откажи
Сачувај