From ad89914a812963579f85512d62f87a820bdbb70a Mon Sep 17 00:00:00 2001 From: Thomas Schweiger Date: Mon, 29 Sep 2025 14:12:37 +0200 Subject: [PATCH 1/2] fix: fix syntax of certs.yml configuration file example --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index eee0975..e109892 100644 --- a/.env.example +++ b/.env.example @@ -56,8 +56,8 @@ TRAEFIK_SERVICES_TLS_CONFIG="tls.certresolver=letsencrypt" # certificates: # - certFile: /certs/opencloud.test.crt # keyFile: /certs/opencloud.test.key -# stores: -# - default +# stores: +# - default # # The certificates need to copied into ./certs/, the absolute path inside the container is /certs/. # You can also use TRAEFIK_CERTS_DIR=/path/on/host to set the path to the certificates directory. From 409d775471b0512acc9f80b70bf178a37b2c7bcd Mon Sep 17 00:00:00 2001 From: Thomas Schweiger Date: Mon, 29 Sep 2025 14:42:45 +0200 Subject: [PATCH 2/2] fix: fix typo --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index e109892..2b6fb8b 100644 --- a/.env.example +++ b/.env.example @@ -59,7 +59,7 @@ TRAEFIK_SERVICES_TLS_CONFIG="tls.certresolver=letsencrypt" # stores: # - default # -# The certificates need to copied into ./certs/, the absolute path inside the container is /certs/. +# The certificates need to be copied into ./certs/, the absolute path inside the container is /certs/. # You can also use TRAEFIK_CERTS_DIR=/path/on/host to set the path to the certificates directory. # Enable the access log for Traefik by setting the following variable to true. TRAEFIK_ACCESS_LOG=