Files
navidrome/README.md

29 lines
1.1 KiB
Markdown

# Navidrome Deployment Repository
This repository contains configuration for deploying a Navidrome container.
Navidrome is a self-hosted music streaming server.
## Container Configuration
- `IMAGE`: Specifies the OCI image for Navidrome (default:
`docker.io/deluan/navidrome`).
- `VERSION`: **Required.** Specifies the tag of the Docker image.
- `NAME`: Sets the name of the Docker container (default: `navidrome`).
## Service Configuration
- `BASEURL`: **Required.** Base URL where Navidrome is served
- `ENDPOINT`: Host bind address/port mapping for the container (default:
`127.0.0.1:4533`).
- `PORT`: Container listen port (default: `4533`).
- `LOGLEVEL`: Logging verbosity (default: `info`).
- `LASTFM_ENABLED`: Toggle Last.fm integration (default: `true`)
- `LASTFM_APIKEY`: **Required.** Last.fm API key
- `LASTFM_SECRET`: **Required.** Last.fm API secret
- `MUSIC`: **Required.** Path to your music library, mounted read-only
## License
This project is released under the **0BSD** license, which allows for
unrestricted use, modification, and distribution.