refine snapcast deployment so piping between containers works

This commit is contained in:
2025-12-20 18:02:07 +01:00
parent 8c7b532a31
commit 7f3b3ff48e
4 changed files with 38 additions and 22 deletions

7
apps/snapcast/README.md Normal file
View File

@@ -0,0 +1,7 @@
### Credentials
Since this tries to run in an isolated network we can't rely on autodiscover and the spotify client needs to be tied to an account.
This is achieved by registering the client on startup via oauth. The logs show an url which should be copied to a local browser. The successfull redirect needs to be forwarded back to the client, hence run:
```
k port-forward deployments/snapcast 5588:5588
```