1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/airsonic_ynh.git synced 2024-09-03 18:06:14 +02:00

Explain how to use the rest API

This commit is contained in:
Kay0u 2019-05-24 21:21:01 +02:00
parent d0b36f58aa
commit eef4e13325
No known key found for this signature in database
GPG key ID: ABC3F52576D011D3

View file

@ -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