1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/navidrome_ynh.git synced 2024-09-03 19:46:30 +02:00
This commit is contained in:
ericgaspar 2022-01-13 10:31:10 +01:00
parent 4dc63f2517
commit 7fcc6d24bc
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 3 additions and 3 deletions

View file

@ -5,12 +5,11 @@ name = "Navidrome configuration"
[main.config]
name = "Navidrome configuration"
services = ["__APP__"]
[main.config.enable_downloads]
[main.config.EnableDownloads]
ask = "Allow music download from the server?"
type = "boolean"
default = true
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"

View file

@ -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=path --value=$path_url
ynh_app_setting_set --app=$app --key=EnableDownloads --value="1"
#=================================================
# STANDARD MODIFICATIONS