Files
rkt-web-player/rkt-web-player.ini.example
T
2026-08-27 15:57:48 +02:00

27 lines
765 B
Plaintext

[server]
listen-ip=127.0.0.1
port=8080
[player]
dlna-port=8734
[libraries]
; muziek=D:\Muziek
; nas=\\server\muziek
[playback-agents]
; Copy the 64-character ID shown by the GUI agent here before it may connect.
; 7b4776ef27104e8eb9f7ea2c622ce76ca23de4260b0f94e6880d321017b32a0e4=true
[authentication]
; Local clients do not need to log in. Separate networks with semicolons.
local-networks=127.0.0.0/8;::1/128;10.0.0.0/8;172.16.0.0/12;192.168.0.0/16
; Only these direct peers may supply X-Forwarded-For.
trusted-proxies=127.0.0.0/8;::1/128
session-seconds=43200
[users]
; Generate a hash with (make-password-hash "a long password") from
; rkt-web-player/users. Authentication is disabled while this section is empty.
; hans=$argon2id$v=19$m=19456,t=2,p=1$...