Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
services:slskd [2025/01/05 17:13] – created willy | services:slskd [2025/02/10 09:58] (current) – willy | ||
---|---|---|---|
Line 5: | Line 5: | ||
===== Installation ===== | ===== Installation ===== | ||
- | So, as usual create the user: | + | So, as usual create the user, and add it to the //media// group: |
<code bash> | <code bash> | ||
- | useradd -d / | + | useradd -d / |
su - slskd | su - slskd | ||
mkdir data | mkdir data | ||
Line 27: | Line 27: | ||
- " | - " | ||
- SLSKD_URL_BASE=/ | - SLSKD_URL_BASE=/ | ||
+ | - SLSKD_DOWNLOADS_DIR=/ | ||
+ | - SLSKD_INCOMPLETE_DIR=/ | ||
+ | - SLSKD_UMASK=000 | ||
+ | - SLSKD_FILE_PERMISSION_MODE=666 | ||
+ | |||
volumes: | volumes: | ||
- / | - / | ||
- / | - / | ||
+ | - / | ||
+ | - / | ||
networks: | networks: | ||
- slskd-net | - slskd-net | ||
Line 47: | Line 54: | ||
===== Usage ===== | ===== Usage ===== | ||
- | First login goes at URL **http://<your server IP>:5030** with //slskd// username and password. | + | First login goes at URL **http:// |
For accessing from outside home, see the NGINX reverse proxy setup below. | For accessing from outside home, see the NGINX reverse proxy setup below. | ||
Line 59: | Line 66: | ||
You can run slskd both as a subdomain or a subpath. I prefer the second one because it fits better with my various media services. | You can run slskd both as a subdomain or a subpath. I prefer the second one because it fits better with my various media services. | ||
- | I assume | + | I assume |
- | Following [[https:// | + | Following [[https:// |
<file - slskd.conf> | <file - slskd.conf> | ||
location = /slskd { | location = /slskd { |