mirror of
https://github.com/tschettervictor/bsd-apps.git
synced 2025-12-11 01:19:56 +01:00
Create README.md
This commit is contained in:
29
slskd/README.md
Normal file
29
slskd/README.md
Normal file
@@ -0,0 +1,29 @@
|
||||
# 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user