11 lines
350 B
Text
11 lines
350 B
Text
# GoToSocial Konfiguration
|
|
GOTOSOCIAL_URL=https://your.gotosocial.instance
|
|
GOTOSOCIAL_TOKEN=your_gotosocial_token
|
|
|
|
# ntfy Konfiguration
|
|
NTFY_SERVER=https://your.ntfy.server
|
|
NTFY_TOKEN=your_ntfy_token # Optional für authentifizierte Server
|
|
NTFY_TOPIC=your_topic_name # Benutzerdefiniertes Topic
|
|
|
|
# Abfrageintervall (z.B. 30s, 5m)
|
|
POLL_INTERVAL=30s
|