self-hosted/traefik
2022-01-31 06:04:33 +01:00
..
docker-compose.yml first commit 2021-12-13 19:29:29 +00:00
README.md change docker for self-hosted 2022-01-31 06:04:33 +01:00
sample.env first commit 2021-12-13 19:29:29 +00:00
sample.traefik.yml first commit 2021-12-13 19:29:29 +00:00
sample.users.txt first commit 2021-12-13 19:29:29 +00:00

Installation

git clone git@github.com:atareao/self-hosted.git
cd self-hosted/traefik
mv sample.env .env
mv sample.traefik.yml traefik.yml
mv sample.users.txt users.txt
touch acme.json
htpasswd -nb usuario contraseña >> users.txt