Files
lms/README.md
T
Márcio Fernandes 622d3e8661 modified: README.md
2026-06-05 23:24:42 +00:00

64 lines
1.3 KiB
Markdown

# Lyrion Music Server (LMS)
Welcome to my Lyrion Music Server (LMS) setup repo.
Currently hosted on [kubernetes cluster - casa](https://git.limbosolutions.com/myLimbo/casa).
**Table of Contents:**
- [Music](#music)
- [Clients](#clients)
- [Setup and Deploy](#setup-and-deploy)
- [Links](#links)
## Music
Using the SeaweedFS CSI driver on the Casa Kubernetes cluster, connected to central storage on the Chimera Kubernetes cluster.
[Manifest deployed by app kustomization](./deploy/infra/music-pv.yaml).
## Clients
**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
Using flux for reconciliation.
``` bash
./ops-scripts/apply-flux.sh
```
## Links
- Lyrion Music Server - Official
- [WebSite](https://lyrion.org)
- [github](https://github.com/LMS-Community)
- [Community Forum](https://forums.slimdevices.com/)
- [Docker Hub](https://hub.docker.com/r/lmscommunity/lyrionmusicserver)