c883e9663eaf0a49128d02aadc225849ba29481c
Lyrion Music Server (LMS)
Welcome to my Lyrion Music Server (LMS) setup repo.
Currently hosted on kubernetes cluster - casa.
Table of Contents:
Music
Using the SeaweedFS CSI driver on the Casa Kubernetes cluster, connected to central storage on the Chimera Kubernetes cluster.
Manifest to csi driver deployed by app kustomization. Managed by fluxcd.
Clients
RaspberryPI client:
Fedora workstation:
sudo dfn install squeezelite
# ~/.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
systemctl --user enable --now squeezelite.service
Setup and Deploy
Using flux for reconciliation.
./ops-scripts/apply-flux.sh
Links
- Lyrion Music Server - Official
Languages
Shell
100%