Márcio Fernandes a74e6c796c
All checks were successful
Casa LMS CI/CD Pipeline / deploy (push) Successful in 17s
ifx: service problem, better clients documentation
2025-12-01 02:55:48 +00:00
2025-11-30 21:16:52 +00:00
2025-11-30 21:16:52 +00:00
2025-08-22 21:00:55 +00:00

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.

Gitea Workflow

Description
No description provided
Readme 97 KiB
Languages
Shell 100%