add timetagger

This commit is contained in:
Siddhartha
2022-10-26 16:02:21 +05:30
parent d4977abf85
commit e142e1d22b
2 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
version: '3.8'
services:
timetagger:
image: thelazyoxymoron/timetagger-arm64:v22.10.1
container_name: timetagger
restart: unless-stopped
volumes:
- ./timetagger:/root/_timetagger
env_file:
- ./.env
networks:
- proxy-network
networks:
proxy-network:
external: true

7
timetagger/env.env Normal file
View File

@@ -0,0 +1,7 @@
TIMETAGGER_BIND=0.0.0.0:80
TIMETAGGER_DATADIR=/root/_timetagger
TIMETAGGER_LOG_LEVEL=info
TIMETAGGER_CREDENTIALS='sid:very_secret_salt_hash'
TIMETAGGER_PROXY_AUTH_ENABLED=True
TIMETAGGER_PROXY_AUTH_TRUSTED=127.0.0.1
TIMETAGGER_PROXY_AUTH_HEADER=X-Remote-User