mirror of
https://github.com/tschettervictor/bsd-apps.git
synced 2026-01-03 19:23:54 +01:00
30 lines
798 B
Markdown
30 lines
798 B
Markdown
# SLSKD Soulseek Client
|
|
https://github.com/slskd/slskd
|
|
|
|
### Command to fetch script
|
|
```
|
|
fetch https://raw.githubusercontent.com/tschettervictor/bsd-apps/main/slskd/slskd-install.sh
|
|
```
|
|
|
|
Don't forget to
|
|
```
|
|
chmod +x slskd-install.sh
|
|
```
|
|
|
|
## Notes
|
|
- you must change at least the user and password inside `/usr/local/www/slskd/slskd.yml` for the service to connect to the soulseek server
|
|
|
|
## Variables
|
|
These are the variables that are available to change along with their defaults and a description of what they do. Other variables should be left at defalut unless you have a good reason to change them.
|
|
|
|
NODE_VERSION
|
|
- node version to use (currently defaults to 20)
|
|
|
|
## Mount points (should be mounted outside the jail)
|
|
- not tested with or without mount points
|
|
|
|
## Jail Properties
|
|
- allow_mlock=1
|
|
|
|
|