rama
f3e82d4753
Merge pull request 'changed data store to .env variable' (#1) from testing into main
Reviewed-on: #1
traefik gotify
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
PROJECT_DATA=./data
then execute the first time the init script
Description
Languages
Shell
100%