summarylogtreecommitdiffstats
path: root/slskd.yml
blob: f700c9908e141c386a7bc42ef84cc54b7d3f05d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# slskd configuration
# See https://github.com/snapetech/slskdn for full documentation

soulseek:
  username: 
  password: 
  description: slskd user

directories:
  downloads: /var/lib/slskd/downloads
  incomplete: /var/lib/slskd/incomplete

web:
  port: 5030
  https:
    disabled: true
  # Uncomment to set authentication
  # authentication:
  #   username: admin
  #   password: changeme

# shares:
#   directories:
#     - /path/to/music

# Mesh/DHT rendezvous defaults are enabled in slskdN. Forward 50305/tcp and
# 50305/udp when exposing mesh publicly. If a VPN rewrites public ports, set
# advertised_overlay_port manually or use vpn_port_sync after enabling the VPN
# integration.
# dht:
#   enabled: true
#   lan_only: false
#   overlay_port: 50305
#   advertised_overlay_port: 0
#   vpn_port_sync: disabled
#   dht_port: 50305

# integrations:
#   vpn:
#     enabled: false
#     port_forwarding: false
#     gluetun:
#       url: http://127.0.0.1:8010

# Logging
# serilog:
#   minimum_level: Information