watchdogs/config.toml

15 lines
296 B
TOML
Raw Permalink Normal View History

2025-02-09 07:09:20 +01:00
[general]
# Private Instance (Login required for watching content)
private = true
2025-02-23 23:39:25 +01:00
# Allow OGP (Open Graph Protocol)
# This might expose metadata and thumbnails of videos (even if private)
allow_ogp = true
# Root URL
root_url = "http://127.0.0.1:8080"
2025-02-09 07:09:20 +01:00
# Path to videos
video_path = "./videos"