init commit
This commit is contained in:
3
navidrome/README.md
Normal file
3
navidrome/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Base navidrome with my configurations
|
||||
|
||||
You can edit `./data/navidrome` to change setting based on your preference, you can find the full configuration document [here](https://www.navidrome.org/docs/usage/configuration/options/)
|
||||
6
navidrome/data/navidrome.toml
Normal file
6
navidrome/data/navidrome.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
BaseUrl = 'yourdaminhere'
|
||||
AutoImportPlaylists = false
|
||||
DefaultTheme = 'AMusic'
|
||||
DefaultDownloadableShare = true
|
||||
EnableExternalServices = false
|
||||
EnableSharing = true
|
||||
13
navidrome/docker-compose.yml
Normal file
13
navidrome/docker-compose.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
navidrome:
|
||||
image: deluan/navidrome:latest
|
||||
user: 1000:1000 # should be owner of volumes
|
||||
ports:
|
||||
- "4533:4533"
|
||||
restart: unless-stopped
|
||||
#environment:
|
||||
# Optional: put your config options customization here. Examples:
|
||||
# ND_LOGLEVEL: debug
|
||||
volumes:
|
||||
- "./data:/data"
|
||||
- "./music:/music:ro"
|
||||
Reference in New Issue
Block a user