wip: slskd
This commit is contained in:
30
slskd.yml.example
Normal file
30
slskd.yml.example
Normal file
@ -0,0 +1,30 @@
|
||||
soulseek:
|
||||
address: vps.slsknet.org
|
||||
port: 2271
|
||||
username: changeme
|
||||
password: changeme
|
||||
|
||||
web:
|
||||
authentication:
|
||||
disabled: false
|
||||
username: admin
|
||||
password: changeme
|
||||
|
||||
http:
|
||||
host: 0.0.0.0
|
||||
port: 5030
|
||||
|
||||
https:
|
||||
enabled: true
|
||||
port: 5031
|
||||
cert: /app/data/cert.pem
|
||||
key: /app/data/key.pem
|
||||
|
||||
listenPort: 50300
|
||||
remoteConfiguration: true
|
||||
|
||||
paths:
|
||||
data: /app/data
|
||||
downloads: /app/data/downloads
|
||||
incomplete: /app/data/incomplete
|
||||
|
Reference in New Issue
Block a user