Files
rkt-web-player/rkt-web-player.ini.example
T

32 lines
924 B
Plaintext

[server]
listen-ip=127.0.0.1
port=8080
[player]
dlna-port=8734
; Set to false when the server itself must not appear as an audio output.
local-output=true
[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]
; Only these direct peers may supply X-Forwarded-For.
trusted-proxies=127.0.0.0/8;::1/128
; Seven-day sliding idle timeout. Active cookies are renewed halfway through.
session-seconds=604800
[users]
; Generate a hash with (make-password-hash "a long password") from
; rkt-web-player/users. Authentication is disabled while this section is empty.
; you can also run racket -e "(require \"set-user.rkt\") (set-user)" from the
; directory where the rkt-web-player.ini file resides.
;
; hans=$argon2id$v=19$m=19456,t=2,p=1$...
;