From 1d0b272675d541d08eca6ae1b57a494acb7ff084 Mon Sep 17 00:00:00 2001
From: Elian Loraux <elian.loraux@tetras-libre.fr>
Date: Wed, 27 Mar 2024 14:37:16 +0100
Subject: [PATCH] Change sysadmin@tetras-libre.fr to changethat@exemple.org and
 add acme.json documentation

---
 Readme.md    | 6 ++++++
 traefik.toml | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/Readme.md b/Readme.md
index 32cf455..982ff3d 100644
--- a/Readme.md
+++ b/Readme.md
@@ -8,3 +8,9 @@ cp .env.sample .env
 # Change auth in docker-compose
 docker-compose up -d
 ```
+## install without `NoCloud-Auto-Installer`
+
+If you setup traefik witout `installTraefik` from `NoCloud-Auto-Installer`, you need Two more steps
+
+- Change "changethat@exemple.org" in `traefik.toml` to your own address mail
+- Create acme.json file before up docker-compose
diff --git a/traefik.toml b/traefik.toml
index a0d5ec2..a85e351 100644
--- a/traefik.toml
+++ b/traefik.toml
@@ -12,7 +12,7 @@
 [traefikLog]
   filePath = "/var/log/traefik.log"
 
-  [accessLog.filters]    
+  [accessLog.filters]
     statusCodes = ["400-599"]
 
 [api]
@@ -32,7 +32,7 @@
         to = "websecure"
 
 [certificatesResolvers.myresolver.acme]
-  email = "sysadmin@tetras-libre.fr"
+  email = "changethat@exemple.org"
   storage = "acme.json"
   [certificatesResolvers.myresolver.acme.httpChallenge]
     # used during the challenge
-- 
GitLab