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
4dc63f2517
commit
7fcc6d24bc
2 changed files with 3 additions and 3 deletions
|
@ -5,12 +5,11 @@ name = "Navidrome configuration"
|
||||||
|
|
||||||
[main.config]
|
[main.config]
|
||||||
name = "Navidrome configuration"
|
name = "Navidrome configuration"
|
||||||
|
|
||||||
services = ["__APP__"]
|
services = ["__APP__"]
|
||||||
|
|
||||||
[main.config.enable_downloads]
|
[main.config.EnableDownloads]
|
||||||
ask = "Allow music download from the server?"
|
ask = "Allow music download from the server?"
|
||||||
type = "boolean"
|
type = "boolean"
|
||||||
default = true
|
default = true
|
||||||
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:/var/lib/navidrome/navidrome.toml"
|
bind = ":/var/lib/navidrome/navidrome.toml"
|
||||||
|
|
|
@ -45,6 +45,7 @@ ynh_script_progression --message="Storing installation settings..." --weight=2
|
||||||
|
|
||||||
ynh_app_setting_set --app=$app --key=domain --value=$domain
|
ynh_app_setting_set --app=$app --key=domain --value=$domain
|
||||||
ynh_app_setting_set --app=$app --key=path --value=$path_url
|
ynh_app_setting_set --app=$app --key=path --value=$path_url
|
||||||
|
ynh_app_setting_set --app=$app --key=EnableDownloads --value="1"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# STANDARD MODIFICATIONS
|
# STANDARD MODIFICATIONS
|
||||||
|
|
Loading…
Add table
Reference in a new issue