Merge branch 'Bvoxl-master'

This commit is contained in:
Nicolas Meienberger 2022-09-24 14:56:05 +02:00
commit d8b66822ca
4 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1,15 @@
{
"name": "Navidrome",
"available": true,
"port": 4533,
"exposable": true,
"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": []
}

View File

@ -0,0 +1,27 @@
version: "3"
services:
navidrome:
container_name: navidrome
image: deluan/navidrome:latest
ports:
- ${APP_PORT}:4533
restart: unless-stopped
environment:
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
- ${ROOT_FOLDER_HOST}/media/data/music:/media
networks:
- tipi_main_network
labels:
traefik.enable: ${APP_EXPOSED}
traefik.http.routers.navidrome.rule: Host(`${APP_DOMAIN}`)
traefik.http.routers.navidrome.entrypoints: websecure
traefik.http.routers.navidrome.service: navidrome
traefik.http.routers.navidrome.tls.certresolver: myresolver
traefik.http.services.navidrome.loadbalancer.server.port: 4533

View 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!

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB