Files
compose-timetagger/.env.sample
2023-06-13 15:18:59 +02:00

15 lines
427 B
Plaintext

BASEDIR=
INTRANET=
TIMETAGGER_LOG_LEVEL=info
TIMETAGGER_BIND=0.0.0.0:80
TIMETAGGER_DATADIR=/root/_timetagger/
# create credentials: https://timetagger.app/cred
# replace all $ with $$
# or
# htpasswd -bnBC 8 "" testing | sed 's/\$/\$\$/g'
# sample: test : testing
TIMETAGGER_CREDENTIALS=test:$$2y$$08$$9xjUvAEMxTdvaVZ9VvzCGO2V1I2h39gOvsZrT.BHJj73eghjhtYDq
# hint: docker up with new credentials create a additional new user