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

Set Traefik base path

set Traefik's base path to be in the matrix base path tree. This is in alignment with all other roles' data paths
pull/2535/head
Call-Me-G-Now пре 3 година
committed by GitHub
родитељ
комит
4f55c566fd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са 2 додато и 0 уклоњено
  1. +2
    -0
      group_vars/matrix_servers

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

@@ -3781,6 +3781,8 @@ matrix_user_verification_service_uvs_auth_token: "{{ '%s' | format(matrix_homese
# See the comment there for more details about why we have both `devture_traefik_enabled` and `matrix_playbook_traefik_role_enabled`. # See the comment there for more details about why we have both `devture_traefik_enabled` and `matrix_playbook_traefik_role_enabled`.
devture_traefik_enabled: "{{ matrix_playbook_reverse_proxy_type == 'playbook-managed-traefik' }}" devture_traefik_enabled: "{{ matrix_playbook_reverse_proxy_type == 'playbook-managed-traefik' }}"


devture_traefik_base_path: "{{ matrix_base_data_path }}/traefik"

devture_traefik_uid: "{{ matrix_user_uid }}" devture_traefik_uid: "{{ matrix_user_uid }}"
devture_traefik_gid: "{{ matrix_user_gid }}" devture_traefik_gid: "{{ matrix_user_gid }}"




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