a74e6c796cbe1618f5a6b9d1f8ce62b665264b43
All checks were successful
Casa LMS CI/CD Pipeline / deploy (push) Successful in 17s
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 deployed by app kustomization.
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
App
./ops-scripts/apply-app.sh
Infra
./ops-scripts/apply-infra.sh
Continuous Deploy
Weekly cron update.
Links
- Lyrion Music Server - Official
Description
Languages
Shell
100%