traefik_gotify/README.md

24 lines
335 B
Markdown
Raw Permalink Normal View History

2023-11-25 13:48:56 +01:00
# traefik gotify
2023-11-25 13:47:27 +01:00
2023-11-25 13:48:56 +01:00
### get started
create a .env file
sample .env:
# .env
APP_USER=YOURUSER
APP_PASSWORD=YOURPASSWORD
PROJECT_URL=git.localhost
PROJECT_NAME=sample
# the traefik network you want to use
TRAEFIK_NETWORK=traefik_net
2023-11-27 12:40:15 +01:00
PROJECT_DATA=./data
2023-11-25 13:48:56 +01:00
then execute the first time the init script