Add self-hosted combined timesheet server
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user