Files
cal-funnel/.env.example
2026-07-18 17:46:37 +02:00

18 lines
662 B
Plaintext

# --- Calendar sources (comma-separated iCal URLs) ---
CALENDAR_URLS=https://todo.zenkit.com/api/v1/lists/e33c3349-7c35-4c7b-b16f-c74fa6c17d2e/ical/2e5a8b0a-8f95-471e-82bd-1ebd4df191b7,https://todo.zenkit.com/api/v1/lists/8208ce8f-dd5e-4539-8b9e-e3d1ab6d1fe6/ical/59ce4a5c-59e1-4d7f-b421-94883d3f9bec
# --- Refresh interval in seconds (900 = 15 minutes) ---
FETCH_INTERVAL_SECONDS=900
# --- HTTP server ---
PORT=8080
CALENDAR_PATH=/calendar.ics
HTTP_TIMEOUT_SECONDS=30
# --- Optional RFC5545 PRODID ---
# PRODID=-//beging.de//Cal-Funnel 1.0//EN
# --- Traefik (used by docker-compose labels) ---
TRAEFIK_HOST=cal.example.com
TRAEFIK_CERT_RESOLVER=letsencrypt