Files
lms/README.md
Márcio Fernandes 8f0de6ca92
All checks were successful
Casa LMS CI/CD Pipeline / deploy (push) Successful in 15s
kubernetes documentation
2025-11-22 19:24:45 +00:00

52 lines
1.2 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:**
- [Namespace](#namespace)
- [Deploy](#deploy)
- [Continuous Deploy](#continuous-deploy)
- [music](#music)
- [Clients](#clients)
- [Links](#links)
## Namespace
```bash { cwd=../ terminalRows=15 }
kubectl create namespace lms
```
## Deploy
- [deployment](./deploy/lms-deploy.yaml)
- [cicd-rbac](./deploy/cicd-rbac.yaml)
- [music pv](/deploy/music-persistent-volume.yaml)
## Continuous Deploy
Weekly cron update.
[Gitea Workflow](./.gitea/workflows/deploy.yml)
## music
using seaweedfs cs driver to my central data storage.
For configuration check [persistent volume configuration](/deploy/music-persistent-volume.yaml).
## Clients
RaspberryPI client:
- <https://git.limbosolutions.com/marcio.fernandes/pi.bluetooth.speaker>
## 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)