Skip to content
Snippets Groups Projects
Commit b4621429 authored by David Beniamine's avatar David Beniamine
Browse files

Merge branch '2-redistributable' into 'master'

Change sysadmin@tetras-libre.fr to changethat@exemple.org and add acme.json documentation

Closes #2

See merge request !2
parents 945f6c0c 1d0b2726
No related branches found
No related tags found
1 merge request!2Change sysadmin@tetras-libre.fr to changethat@exemple.org and add acme.json documentation
...@@ -8,3 +8,9 @@ cp .env.sample .env ...@@ -8,3 +8,9 @@ cp .env.sample .env
# Change auth in docker-compose # Change auth in docker-compose
docker-compose up -d 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
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
to = "websecure" to = "websecure"
[certificatesResolvers.myresolver.acme] [certificatesResolvers.myresolver.acme]
email = "sysadmin@tetras-libre.fr" email = "changethat@exemple.org"
storage = "acme.json" storage = "acme.json"
[certificatesResolvers.myresolver.acme.httpChallenge] [certificatesResolvers.myresolver.acme.httpChallenge]
# used during the challenge # used during the challenge
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment