self-hosted/traefik/README.md
2022-01-31 06:04:33 +01:00

241 B

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