Bläddra i källkod

Upgrade com.devture.ansible.role.traefik

pull/2505/head
Slavi Pantaleev 3 år sedan
förälder
incheckning
0da308e24d
4 ändrade filer med 4 tillägg och 4 borttagningar
  1. +1
    -1
      CHANGELOG.md
  2. +1
    -1
      docs/configuring-playbook-own-webserver.md
  3. +1
    -1
      requirements.yml
  4. +1
    -1
      roles/custom/matrix-base/defaults/main.yml

+ 1
- 1
CHANGELOG.md Visa fil

@@ -118,7 +118,7 @@ Unless we have some regression, **existing `matrix-nginx-proxy` users should be
```yaml
matrix_playbook_reverse_proxy_type: playbook-managed-traefik

devture_traefik_ssl_email_address: YOUR_EMAIL_ADDRESS
devture_traefik_config_certificatesResolvers_acme_email: YOUR_EMAIL_ADDRESS
```

You may still need to keep certain old `matrix_nginx_proxy_*` variables (like `matrix_nginx_proxy_base_domain_serving_enabled`), even when using Traefik. For now, we recommend keeping all `matrix_nginx_proxy_*` variables just in case. In the future, reliance on `matrix-nginx-proxy` will be removed.


+ 1
- 1
docs/configuring-playbook-own-webserver.md Visa fil

@@ -20,7 +20,7 @@ To switch to Traefik now, use configuration like this:
```yaml
matrix_playbook_reverse_proxy_type: playbook-managed-traefik

devture_traefik_ssl_email_address: YOUR_EMAIL_ADDRESS
devture_traefik_config_certificatesResolvers_acme_email: YOUR_EMAIL_ADDRESS
```

This will install Traefik in the place of `matrix-nginx-proxy`. Traefik will manage SSL certificates for all services seamlessly.


+ 1
- 1
requirements.yml Visa fil

@@ -49,7 +49,7 @@
version: v7.0.7-0

- src: git+https://github.com/devture/com.devture.ansible.role.traefik.git
version: fb09fd26f877372417d5586f1e79e83f983f0bd6
version: da90b6cdbbb9374ca72c1b530867add2fd8f024e

- src: git+https://github.com/devture/com.devture.ansible.role.traefik_certs_dumper.git
version: e7563caa814e634d2f8deec4a41e970caa1c0ae4

+ 1
- 1
roles/custom/matrix-base/defaults/main.yml Visa fil

@@ -283,7 +283,7 @@ matrix_homeserver_app_service_config_files_auto: []
# - `playbook-managed-traefik`
# - the playbook will install devture-traefik
# - Traefik will do SSL termination, unless you disable it (e.g. `devture_traefik_config_entrypoint_web_secure_enabled: false`)
# - if SSL termination is enabled (as it is by default), you need to populate: `devture_traefik_ssl_email_address`
# - if SSL termination is enabled (as it is by default), you need to populate: `devture_traefik_config_certificatesResolvers_acme_email`
# - it will also install matrix-nginx-proxy in local-only mode, while we migrate the rest of the services to a Traefik-native mode of working
#
# - `playbook-managed-nginx`


Laddar…
Avbryt
Spara