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

Set auth_headers to false

This commit is contained in:
LukeOssevoort 2023-09-08 13:01:02 +08:00
parent b67cd6b759
commit af440f01ab

View file

@ -107,6 +107,14 @@ ynh_script_progression --message="Starting a systemd service..." --weight=3
# Start a systemd service # Start a systemd service
ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log" --line_match="Listening on" ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log" --line_match="Listening on"
#=================================================
# SETUP SSOWAT
#=================================================
ynh_script_progression --message="Configuring permissions..." --weight=3
ynh_permission_url --permission="main" --auth_header="false"
ynh_permission_url --permission="api" --auth_header="false"
#================================================= #=================================================
# END OF SCRIPT # END OF SCRIPT
#================================================= #=================================================