ede7bd29efbf9c8d2081efb15bd38da4a40bd75b
modified: deploy/app/kustomization.yaml deleted: deploy/app/music-pv.yaml modified: deploy/app/music-pvc.yaml
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%