From c139d139a5c12a091fa170b1b67afcb64505de8f Mon Sep 17 00:00:00 2001 From: Tupsi Date: Sat, 25 Feb 2023 00:46:54 +0100 Subject: [PATCH] Update configuring-playbook-own-webserver.md own traefik server option must have the path to the acme.json. Otherwise the service will not start. --- docs/configuring-playbook-own-webserver.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/configuring-playbook-own-webserver.md b/docs/configuring-playbook-own-webserver.md index 34e0bf3e..22170f40 100644 --- a/docs/configuring-playbook-own-webserver.md +++ b/docs/configuring-playbook-own-webserver.md @@ -33,6 +33,8 @@ This will install Traefik in the place of `matrix-nginx-proxy`. Traefik will man matrix_playbook_reverse_proxy_type: other-traefik-container matrix_playbook_reverse_proxyable_services_additional_network: your-traefik-network + +devture_traefik_certs_dumper_ssl_dir_path: "/path/to/your/traefiks/acme.json/directory" ``` In this mode all roles will still have Traefik labels attached. You will, however, need to configure your Traefik instance and its entrypoints.