Files
lms/README.md
Márcio Fernandes fa5d65d891
Some checks failed
/ deploy-to-homesrv01 (push) Failing after 5s
modified: README.md
2025-09-07 19:46:50 +00:00

50 lines
1.1 KiB
Markdown

# Lyrion Music Server (LMS)
Welcome to my Lyrion Music Server (LMS) setup repo.
Currently hosted on [homesrv01.dev.lan](/marcio.fernandes/homesrv01.dev.lan).
<!-- omit in toc -->
## Table of Contents
- [Docker](#docker)
- [Volumes](#volumes)
- [data](#data)
- [music](#music)
- [Deploy and Maintenance](#deploy-and-maintenance)
- [Clients](#clients)
- [Links](#links)
## Docker
[Docker Compose](./docker-compose.yml)
### Volumes
#### data
LMS persistent data.
#### music
using rclone docker plugin connected to an s3/minio bucket.
For configuration check [homesrv01 git repo](/marcio.fernandes/homesrv01.dev.lan#lms).
## Deploy and Maintenance
Using vscode on lazarus dev device with docker context set to host [homesrv01.dev.lan](marcio.fernandes/homesrv01.dev.lan)
## 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)