a03ba66b8394dac44b192900fb6382e3e80f0cfc
modified: deploy/app/playlists-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%