Files
lms/README.md
Márcio Fernandes 2649221f92
All checks were successful
Casa LMS CI/CD Pipeline / deploy (push) Successful in 16s
start using kustomize
2025-11-30 21:16:52 +00:00

55 lines
1.1 KiB
Markdown

# Lyrion Music Server (LMS)
Welcome to my Lyrion Music Server (LMS) setup repo.
Currently hosted on [kubernetes cluster - casa](https://git.limbosolutions.com/myLimbo/casa).
**Table of Contents:**
- [Music](#music)
- [Clients](#clients)
- [Setup and Deploy](#setup-and-deploy)
- [App](#app)
- [Infra](#infra)
- [Continuous Deploy](#continuous-deploy)
- [Links](#links)
## 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](./deploy/infra/music-pv.yaml).
## Clients
RaspberryPI client:
- <https://git.limbosolutions.com/marcio.fernandes/pi.bluetooth.speaker>
## Setup and Deploy
### App
``` bash
./ops-scripts/apply-app.sh
```
### Infra
``` bash
./ops-scripts/apply-infra.sh
```
### Continuous Deploy
Weekly cron update.
[Gitea Workflow](./.gitea/workflows/deploy.yml)
## Links
- Lyrion Music Server - Official
- [WebSite](https://lyrion.org)
- [github](https://github.com/LMS-Community)
- [Community Forum](https://forums.slimdevices.com/)
- [Docker Hub](https://hub.docker.com/r/lmscommunity/lyrionmusicserver)