1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mopidy_ynh.git synced 2024-09-03 19:46:21 +02:00
This commit is contained in:
yalh76 2022-06-19 23:16:21 +02:00
parent b0baac25a7
commit a8a32fa631
3 changed files with 5 additions and 3 deletions

View file

@ -12,7 +12,10 @@
setup_private=1
setup_public=1
upgrade=1
# 3.1.1~ynh2
upgrade=1 from_commit=bc421d01d57a273a59287cf7500e94a89de0abed
# 3.2.0~ynh1
upgrade=1 from_commit=31c5de684273794e4f4837d5dccc5a663ce9fb45
backup_restore=1
multi_instance=0
port_already_use=0

View file

@ -2,9 +2,9 @@
# http://docs.mopidy.com/
[core]
$datadir/cache = __DATADIR__/cache
cache_dir = __DATADIR__/cache
#config_dir =
$datadir/data = __DATADIR__/data
data_dir = __DATADIR__/data
#max_tracklist_length = 10000
#restore_state = false

View file

@ -28,7 +28,6 @@ ynh_script_progression --message="Loading installation settings..." --weight=1
# Needed for helper "ynh_add_nginx_config"
final_path=$(ynh_app_setting_get --app=$app --key=path)
y=final_path)
# Add settings here as needed by your application
port=$(ynh_app_setting_get --app=$app --key=port)