ifx: service problem, better clients documentation
All checks were successful
Casa LMS CI/CD Pipeline / deploy (push) Successful in 17s

This commit is contained in:
2025-12-01 02:55:48 +00:00
parent 2649221f92
commit a74e6c796c
4 changed files with 59 additions and 7 deletions

View File

@@ -22,10 +22,34 @@ Using the SeaweedFS CSI driver on the Casa Kubernetes cluster, connected to cent
## Clients
RaspberryPI client:
**RaspberryPI client:**
- <https://git.limbosolutions.com/marcio.fernandes/pi.bluetooth.speaker>
**Fedora workstation:**
``` bash
sudo dfn install squeezelite
```
``` bash
# ~/.config/systemd/user/squeezelite.service
[Unit]
Description=Squeezelite Client
After=pipewire.service
[Service]
ExecStart=/usr/bin/squeezelite -o pipewire -s lms.casa.limbosolutions.com -n dionysus
Restart=on-failure
[Install]
WantedBy=default.target
```
``` bash
systemctl --user enable --now squeezelite.service
```
## Setup and Deploy
### App