https://github.com/espeon/muse
music platform
https://github.com/espeon/muse
auth music music-server next nextjs rust
Last synced: 4 months ago
JSON representation
music platform
- Host: GitHub
- URL: https://github.com/espeon/muse
- Owner: espeon
- License: mit
- Created: 2024-06-06T15:25:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-22T18:50:23.000Z (9 months ago)
- Last Synced: 2025-06-09T17:58:39.271Z (4 months ago)
- Topics: auth, music, music-server, next, nextjs, rust
- Language: TypeScript
- Homepage:
- Size: 20 MB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.md
Awesome Lists containing this project
README
# muse music platform
[Landing Page](https://muse.lutea.co)
Muse is your personal music platform: a self-hosted server for *your* music collection, with a simple, intuitive interface that's easy to navigate.
It gives you the freedom to listen to your music however you want, from anywhere, on any device with a web browser.## Features
- Free and Open Source (MIT License)
- Fine with large collections!
- Works on Linux, Windows, and MacOS
- Supports MP3, WAV, FLAC, and AIFF files
- Multi-user support via OIDC
- Low resource usage## Screenshots
![]()
![]()
![]()
## Deployment instructions
- docker compose is the only supported deployment method currently.
- Use the docker-compose.prod.yaml file for production deployments. Rename the .env.example file to .env and fill in the values, then run `docker compose -f docker-compose.prod.yaml up -d`.
## Dev notes
### includes:
- honoka (sōzu control plane) (eventually)
- maki (music server)
- nozomi (frontend)
- umi (lyrics) - (not public)
- eli (remote control server) for "muse remote" feature### what's next? (hopefully)
- music recommendation engine
- music-specific analytics### wanna contribute? here are some things to consider!
- [GitMoji](https://gitmoji.dev) is heavily recommended. It helps with autogenerating things like release notes.
- Umi shouldn't be necessary to run anything, it's just an add-on. The frontend should fail silently if it can't connect to Umi.
- If you want to just develop a certain part, you should be able to run 'production' versions of everything via the docker-compose file.