8 lines
No EOL
706 B
Markdown
8 lines
No EOL
706 B
Markdown
# Soulseek/slskd
|
|
A modern client-server application for the Soulseek file-sharing network.<br>
|
|
\- [source](https://github.com/slskd/slskd/)
|
|
|
|
## Using this kubernetes config
|
|
In `deployment.yml`, set the host directory paths for the music folder and the downloads folder. In the `ingress.yml` folder, set the domain name for soulseek.
|
|
|
|
You will also need to create a kubernetes secret to store the username and password for your soulseek account. You can use an already existing account, or enter in new credentials to create a new account. Use the following command to create the secret: `kubectl create secret generic soulseek-creds --from-literal=username=<username> --from-literal='password=<password>'`. |