All tweaks added
Build and push images / build-backend (push) Successful in 33s
Build and push images / build-worker (push) Successful in 32s
Build and push images / build-frontend (push) Failing after 6s

This commit is contained in:
2026-06-06 18:10:35 +01:00
parent 043b3b7269
commit ec5a01d12a
92 changed files with 7517 additions and 784 deletions
+34
View File
@@ -0,0 +1,34 @@
# FitTracker configuration
# Copy this file to .env and edit, OR just run: bash install.sh
# install.sh auto-generates all secrets for you.
# ── Required ──────────────────────────────────────────────────────────────────
# Login for the web interface
ADMIN_USERNAME=admin
ADMIN_PASSWORD=changeme
# Security: generate with: openssl rand -hex 32
SECRET_KEY=changeme_run_openssl_rand_hex_32
# Database password
DB_PASSWORD=changeme
DB_USER=fittracker
# Redis password
REDIS_PASSWORD=changeme
# ── Optional ──────────────────────────────────────────────────────────────────
# Port to expose (default: 80)
HTTP_PORT=80
# Mapbox token for satellite map tiles — free at mapbox.com
# Leave blank to use OpenStreetMap (CartoDB dark tiles, no key needed)
VITE_MAPBOX_TOKEN=
# PocketID passkey authentication — leave blank to use local auth only
# See: https://github.com/pocket-id/pocket-id
POCKETID_ISSUER=
POCKETID_CLIENT_ID=
POCKETID_CLIENT_SECRET=