ifx: service problem, better clients documentation
All checks were successful
Casa LMS CI/CD Pipeline / deploy (push) Successful in 17s
All checks were successful
Casa LMS CI/CD Pipeline / deploy (push) Successful in 17s
This commit is contained in:
26
README.md
26
README.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user