Files
Patrick Asmus a9a9a89cba
Build Release Docker Image / build-amd64 (release) Successful in 6s
Build Release Docker Image / build-arm64 (release) Successful in 10s
Build Release Docker Image / publish-release-manifest (release) Successful in 6s
Release: v3.1.0
2026-09-16 20:22:34 +02:00

48 lines
954 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
###############################################
# stream-recorder v3 - Konfiguration
#
# Diese Datei ist eine Vorlage.
# Die aktive Konfiguration liegt in ./data/config.yml
# und wird beim ersten Start automatisch erstellt.
###############################################
recording:
# Basis-Verzeichnis für Aufnahmen
download_path: /app/data/recordings
# Wiederholungsversuche bei Verbindungsabbruch (0 = unbegrenzt)
max_retries: 5
# Wartezeit zwischen Wiederholungsversuchen (Sekunden)
retry_delay: 5
server:
host: "0.0.0.0"
port: 8484
# Optionale Basic-Auth
auth:
enabled: false
username: admin
password: stream-recorder
# NTFY Push-Benachrichtigungen (optional)
ntfy:
url: ""
token: ""
events: "error"
# Plik-Upload (optional)
plik:
url: ""
api_key: ""
ttl: "30d"
# Zeitplan-Puffer (Minuten) Standardwerte für neue Jobs
schedule:
default_pre_buffer: 5
default_post_buffer: 5
logging:
level: INFO