Add navidrome
This commit is contained in:
parent
aa51099696
commit
06496b7293
19
pages/02.linux/navidrome/default.en.md
Normal file
19
pages/02.linux/navidrome/default.en.md
Normal 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
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user