mirror of
https://github.com/YunoHost-Apps/navidrome_ynh.git
synced 2024-09-03 19:46:30 +02:00
Fix
This commit is contained in:
parent
9c4080b2f4
commit
22bf6a279c
2 changed files with 6 additions and 6 deletions
|
@ -1,15 +1,15 @@
|
||||||
version = "1.0"
|
version = "1.0"
|
||||||
|
|
||||||
[main]
|
[main]
|
||||||
name = "Settings"
|
name = "Navidrome configuration"
|
||||||
|
|
||||||
[main.global_config]
|
[main.config]
|
||||||
name = "Access options"
|
name = "Navidrome configuration"
|
||||||
|
|
||||||
services = ["nginx", "__APP__"]
|
services = ["nginx", "__APP__"]
|
||||||
|
|
||||||
[main.global_config.enable_downloads]
|
[main.config.enable_downloads]
|
||||||
ask = "Allow music download from the server?"
|
ask = "Allow music download from the server?"
|
||||||
type = "boolean"
|
type = "boolean"
|
||||||
help = "Enable the option in the UI to download music/albums/artists/playlists from the server"
|
help = "Enable the option in the UI to download music/albums/artists/playlists from the server"
|
||||||
bind = "EnableDownloads:__CONFIG_PATH__/navidrome.toml"
|
bind = "EnableDownloads:/var/lib/navidrome/navidrome.toml"
|
||||||
|
|
|
@ -24,7 +24,7 @@ domain=$YNH_APP_ARG_DOMAIN
|
||||||
path_url=$YNH_APP_ARG_PATH
|
path_url=$YNH_APP_ARG_PATH
|
||||||
is_public=$YNH_APP_ARG_IS_PUBLIC
|
is_public=$YNH_APP_ARG_IS_PUBLIC
|
||||||
architecture=$YNH_ARCH
|
architecture=$YNH_ARCH
|
||||||
enable_downloads="0"
|
enable_downloads="true"
|
||||||
|
|
||||||
app=$YNH_APP_INSTANCE_NAME
|
app=$YNH_APP_INSTANCE_NAME
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue