watchdogs/config.toml
JMARyA fb55d396f8
Some checks failed
ci/woodpecker/push/build Pipeline failed
ogp
2025-02-23 23:39:25 +01:00

14 lines
296 B
TOML

[general]
# Private Instance (Login required for watching content)
private = true
# 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"
# Path to videos
video_path = "./videos"