From eef4e1332543600532bf21a84d23e69186463419 Mon Sep 17 00:00:00 2001 From: Kay0u Date: Fri, 24 May 2019 21:21:01 +0200 Subject: [PATCH] Explain how to use the rest API --- scripts/install | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/install b/scripts/install index 57dcf03..33e7a99 100644 --- a/scripts/install +++ b/scripts/install @@ -207,6 +207,12 @@ token=$(echo -n $passwordAdmin$salt | md5sum | awk '{print $1}') # Installation with curl ynh_script_progression --message="Finalizing installation..." --weight=6 +# This version number can be found here: +# https://airsonic.github.io/docs/api/ +# To use the rest API, after the version 1.13.0, you have to use a "salted hash of the password" +# Doc here, part Authentication: +# http://www.subsonic.org/pages/api.jsp + VERSION="1.15.0" # Change default admin password