# Soulseek/slskd
A modern client-server application for the Soulseek file-sharing network.
\- [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= --from-literal='password='`.