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-22 09:37:58 +01:00
parent 047edc48fe
commit 25bb03b0ec
2 changed files with 4 additions and 1 deletions

View file

@ -13,6 +13,7 @@
setup_public=1
upgrade=1
upgrade=1 from_commit=e41c919ddb65673ea6b452e138d36c240be3b6b7
upgrade=1 from_commit=d7eb59fdd7a47ef4365af59db857e763f70564a4
backup_restore=1
multi_instance=0
change_url=1
@ -22,4 +23,6 @@ Notification=none
;;; Upgrade options
; commit=e41c919ddb65673ea6b452e138d36c240be3b6b7
name=Testing (#43)
; commit=d7eb59fdd7a47ef4365af59db857e763f70564a4
name=Testing (#70)
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&port=666&

View file

@ -132,7 +132,7 @@ ynh_script_progression --message="Updating a configuration file..."
config_path="/var/lib/$app"
# Uncomment when there is new options added upstream
#ynh_add_config --template="../conf/navidrome.toml" --destination="$config_path/navidrome.toml"
ynh_add_config --template="../conf/navidrome.toml" --destination="$config_path/navidrome.toml"
chmod 600 "$config_path/navidrome.toml"
chown -R $app:$app "$config_path"