1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/navidrome_ynh.git synced 2024-09-03 19:46:30 +02:00

Fix path url in config file

This commit is contained in:
ericgaspar 2020-08-17 09:50:52 +02:00
parent 9d8e08533c
commit 0fea261551
3 changed files with 3 additions and 3 deletions

View file

@ -23,7 +23,7 @@ Navidrome is an open source web-based music collection server and streamer. It g
## Configuration ## Configuration
You can configure Navidrome by editing this file `/var/lib/navidrome/navidrome.toml` using the [documentation](https://www.navidrome.org/docs/usage/configuration-options/) You can configure Navidrome by editing this file `/var/lib/navidrome/navidrome.toml` using the [documentation](https://www.navidrome.org/docs/usage/configuration-options/);
The music is to be stored in the folder `/home/yunohost.navidrome/Music`. The music is to be stored in the folder `/home/yunohost.navidrome/Music`.

View file

@ -23,7 +23,7 @@ Navidrome est un serveur et un streamer de collection de musique en ligne open s
## Configuration ## Configuration
Vous pouvez configurer Navidrome en modifiant le fichier `/var/lib/navidrome/navidrome.toml` et en vous aidant de la [documentation](https://www.navidrome.org/docs/usage/configuration-options/) Vous pouvez configurer Navidrome en modifiant le fichier `/var/lib/navidrome/navidrome.toml` et en vous aidant de la [documentation](https://www.navidrome.org/docs/usage/configuration-options/).
La musique est à stocker dans le dossier `/home/yunohost.navidrome/Music`. La musique est à stocker dans le dossier `/home/yunohost.navidrome/Music`.

View file

@ -1,7 +1,7 @@
LogLevel = "INFO" LogLevel = "INFO"
Address = "127.0.0.1" Address = "127.0.0.1"
Port = "__PORT__" Port = "__PORT__"
BaseURL = "/__PATH_URL__" BaseURL = "__PATH_URL__"
ScanInterval = "90s" ScanInterval = "90s"
TranscodingCacheSize = "150MiB" TranscodingCacheSize = "150MiB"
MusicFolder = "/home/yunohost.__APP__/Music" MusicFolder = "/home/yunohost.__APP__/Music"