Update readme and gitignore

This commit is contained in:
2026-08-06 17:06:47 +00:00
parent 0e460c9724
commit 84441e38f3
3 changed files with 28 additions and 3 deletions
+2
View File
@@ -411,4 +411,6 @@ data/
!.env.*.example
!*.env.example
!*.env.*.example
*.swp
.DS_Store
# END reset-history environment exclusions
+25 -2
View File
@@ -1,3 +1,26 @@
# navidrome
# Navidrome
Welcome to Navidrome! Learn More Download Your Personal Streaming Service Navidrome allows you to enjoy your music collection from anywhere, by making it available through a modern Web UI and through a wide range of third-party compatible mobile apps, for both iOS and Android devices.
Self-hosted music streaming server providing a web interface and Subsonic-compatible access to the shared music library.
## Deployment layout
- **Compose:** `/srv/docker/navidrome/docker-compose.yml`
- **Static configuration/source:** no additional static configuration or build source
- **Non-secret environment:** scan scheduling, logging, session timeout, base URL, transcoding configuration, plugin behavior, and metadata
agents are declared inline in Compose; there is no project-local `.env`
- **Secrets:** `/srv/docker/secrets/navidrome/.env`
- **NVMe application state:** `/srv/appdata/navidrome/data`
- **Bulk HDD data:** none
- **Other mounts:** shared `/data/Data1/music` library at `/music`, read-only
Secrets are never committed to this repository. The central secret environment
is supplied to the Navidrome service.
## Dependencies and recovery
- **Networks/dependencies:** external `npm_proxy` network at `192.168.97.14`; configured metadata and plugin integrations use credentials
supplied through the protected central environment
- **Back up:** `/srv/appdata/navidrome/data`, the separately managed `/data/Data1/music` library, and the separately protected Navidrome
secret environment
- **Re-creatable:** the Navidrome container; music indexes and artwork caches can be rebuilt but share the application-data tree with
persistent database and user state
+1 -1
View File
@@ -20,7 +20,7 @@ services:
ND_AGENTS: "audiomuseai,lastfm,spotify,deezer"
ND_DEVARTISTINFOTIMETOLIVE: 1s
volumes:
- "./data:/data"
- "/srv/appdata/navidrome/data:/data"
- "/data/Data1/music:/music:ro"
networks:
npm_proxy: