pilpil-server/pilpil-server.toml

18 lines
381 B
TOML
Raw Permalink Normal View History

2022-10-08 16:49:45 +02:00
[DEFAULT]
2022-11-07 13:27:45 +01:00
debug = 1
pi_user = "pil"
useSSL = true
CAfile = "selfCA.crt"
2022-10-19 18:39:23 +02:00
# scp, rsync, http
2022-10-14 13:27:01 +02:00
sync_facility = "http"
2022-10-08 16:49:45 +02:00
media_folder_local = "../medias"
media_folder_remote = "~/Videos"
2022-10-14 13:27:01 +02:00
media_exts = ["mp4", "avi", "mkv"]
2022-11-07 13:27:45 +01:00
vlc_auth = "secret"
2022-10-14 13:27:01 +02:00
# OnNlY3JldA==
2022-10-08 16:49:45 +02:00
cmd_auth = "secret"
hosts = ["10.42.0.10", "10.42.0.11"]
2022-10-08 16:49:45 +02:00
# VLC http LUA port
2022-11-07 13:27:45 +01:00
vlc_port = 8887
2022-10-08 16:49:45 +02:00
# Clients cmd port
2022-10-09 18:09:32 +02:00
cmd_port = 8888