Ajouter traefik/.env

This commit is contained in:
Lecourt Dimitri 2024-10-06 08:39:53 +02:00
parent b4fe7d8bcf
commit ba5c1356db

8
traefik/.env Normal file
View file

@ -0,0 +1,8 @@
OVH_ENDPOINT=ovh-eu # Because I live in Europe ;)
OVH_APPLICATION_KEY=<your API KEY>
OVH_APPLICATION_SECRET=<your APPLICATION SECRET>
OVH_CONSUMER_KEY=<YOUR CONSUMER KEY>
TRAEFIK_URL=<your traefik url>
DASHBOARD_URL=<another url you want to use for you traefik dashboard>
AUTH_USER=admin
AUTH_PASS=<pass you can generate with "htpasswd -nb admin <password>">