self-hosted/traefik/README.md

12 lines
241 B
Markdown
Raw Normal View History

2021-12-13 20:36:37 +01:00
# Installation
```
2022-01-31 06:04:33 +01:00
git clone git@github.com:atareao/self-hosted.git
cd self-hosted/traefik
2021-12-13 20:38:52 +01:00
mv sample.env .env
mv sample.traefik.yml traefik.yml
mv sample.users.txt users.txt
2021-12-13 20:36:37 +01:00
touch acme.json
2022-01-31 06:04:33 +01:00
htpasswd -nb usuario contraseña >> users.txt
2021-12-13 20:38:52 +01:00
```