pilpil-server/pilpil-server.toml

17 lines
367 B
TOML
Raw Normal View History

2022-10-08 16:49:45 +02:00
[DEFAULT]
DEBUG = 0
2022-10-09 18:09:32 +02:00
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"
2022-10-09 18:09:32 +02:00
media_folder_remote = "/home/pi/Videos/"
2022-10-14 13:27:01 +02:00
media_exts = ["mp4", "avi", "mkv"]
auth = "secret"
# OnNlY3JldA==
2022-10-08 16:49:45 +02:00
cmd_auth = "secret"
hosts = ["10.42.0.135", "10.42.0.156"]
# VLC http LUA port
2022-10-09 18:09:32 +02:00
port = 8887
2022-10-08 16:49:45 +02:00
# Clients cmd port
2022-10-09 18:09:32 +02:00
cmd_port = 8888