Add navidrome

This commit is contained in:
RealStickman 2022-12-08 14:52:08 +01:00
parent aa51099696
commit 06496b7293

View File

@ -0,0 +1,19 @@
---
title: Navidrome
visible: true
---
[toc]
## Installation
```sh
# podman run \
--name navidrome \
-p 4533:4533 \
-v /path/to/music:/music:ro \
-v /path/to/data:/data \
-e ND_ENABLETRANSCODINGCONFIG=true \
-e ND_COVERJPEGQUALITY=90 \
-d docker.io/deluan/navidrome:latest
```