feat(soulseek): Added soulseek config and readme content
This commit is contained in:
parent
9baebfa13c
commit
c8bb8c06fb
5 changed files with 122 additions and 1 deletions
|
|
@ -0,0 +1,8 @@
|
|||
# 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>'`.
|
||||
Loading…
Add table
Add a link
Reference in a new issue