Add self-hosted combined timesheet server

This commit is contained in:
2026-09-14 13:14:47 +02:00
commit 25eb7f50e6
17 changed files with 584 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# Bind directly to the Tailscale address in production.
BIND_IP=100.103.83.12
POSTGRES_DB=time_track
POSTGRES_USER=time_track
POSTGRES_PASSWORD=replace-with-a-long-random-password
ADMIN_PASSWORD=replace-with-a-long-random-password
SYNC_API_TOKEN=replace-with-a-long-random-token
SESSION_SECRET=replace-with-a-long-random-session-secret
APP_TIMEZONE=Europe/Vienna
OLLAMA_BASE_URL=http://100.103.83.12:11345
OLLAMA_MODEL=qwen3:8b