mirror of
https://github.com/skoelle/calender_sync.git
synced 2026-09-17 18:20:24 +00:00
Fix: korrigiere Code-Bugs und Dokumentation
- api/main.py: index() Route übernimmt Request-Objekt korrekt (statt {}),
calendar_label Query-Parameter implementiert (dynamische WHERE-Klausel)
- docker-compose.yml: DB_BOOTSTRAP/DB_ROOT_USER/DB_ROOT_PASSWORD Variablen
für calendar-sync Service hinzugefügt (waren dokumentiert, aber nie übergeben)
- .env.example: DB_BOOTSTRAP, API_PORT, TIMEZONE hinzugefügt
- AGENTS.md: Zeilennummer sync.py:91→83, gemischte Deutsch/China-Sprache
bereinigt
- SPEC.md: --entrypoint→command, API_HOST entfernt (nicht implementiert),
TIMEZONE hinzugefügt, JSON-Beispiele um timezone-Feld erweitert,
Docker-Compose-Beispiel und Projektstruktur aktualisiert,
Search als implementiert markiert
- README.md: TIMEZONE und API_PORT in Konfigtationstabelle,
timezone im JSON-Beispiel
This commit is contained in:
@@ -16,3 +16,14 @@ LOG_LEVEL=INFO
|
||||
|
||||
# Optional: Healthchecks.io / Uptime Kuma URL (wird nach jedem Sync gepingt)
|
||||
# HEALTHCHECK_URL=https://hc-ping.com/DEINE_UUID
|
||||
|
||||
# Optional: Database Bootstrap (erstellt DB und User beim Start)
|
||||
# DB_BOOTSTRAP=true
|
||||
# DB_ROOT_USER=root
|
||||
# DB_ROOT_PASSWORD=dein_root_passwort
|
||||
|
||||
# API-Server Port (für Web-UI + REST API)
|
||||
API_PORT=8000
|
||||
|
||||
# Zeitzone für die API/Web-UI (Default: UTC)
|
||||
# TIMEZONE=Europe/Berlin
|
||||
|
||||
Reference in New Issue
Block a user