Add navidrome app
This commit is contained in:
parent
b065b83f2e
commit
635fef03a0
14
apps/navidrome/config.json
Normal file
14
apps/navidrome/config.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"name": "Navidrome",
|
||||
"available": true,
|
||||
"port": 4533,
|
||||
"id": "navidrome"
|
||||
"description": "Modern Music Server and Streamer compatible with Subsonic/Airsonic",
|
||||
"tipi_version": 1,
|
||||
"version": "0.47.5",
|
||||
"categories": ["media", "music"],
|
||||
"short_desc": "A selfhosted music server",
|
||||
"author": "https://github.com/Bvoxl",
|
||||
"source": "https://github.com/navidrome/navidrome/",
|
||||
"form_fields": []
|
||||
}
|
20
apps/navidrome/docker-compose.yml
Normal file
20
apps/navidrome/docker-compose.yml
Normal file
|
@ -0,0 +1,20 @@
|
|||
version: "3"
|
||||
services:
|
||||
navidrome:
|
||||
container_name: navidrome
|
||||
image: deluan/navidrome:latest
|
||||
user: 1000:1000 # should be owner of volumes
|
||||
ports:
|
||||
- ${APP_PORT}:4533
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
# Optional: put your config options customization here. Examples:
|
||||
ND_SCANSCHEDULE: 1h
|
||||
ND_LOGLEVEL: info
|
||||
ND_SESSIONTIMEOUT: 24h
|
||||
ND_BASEURL: ""
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/navidrome/data:/data
|
||||
- ${APP_DATA_DIR}/navidrome/music:/music:ro"
|
||||
networks:
|
||||
- tipi_main_network
|
1
apps/navidrome/metadata/description.md
Normal file
1
apps/navidrome/metadata/description.md
Normal file
|
@ -0,0 +1 @@
|
|||
Navidrome is an open source web-based music collection server and streamer. It gives you freedom to listen to your music collection from any browser or mobile device. It's like your personal Spotify!
|
BIN
apps/navidrome/metadata/navidrome_logo.png
Normal file
BIN
apps/navidrome/metadata/navidrome_logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 164 KiB |
Loading…
Reference in New Issue
Block a user