1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/plainpad_ynh.git synced 2024-09-03 20:05:53 +02:00

Update install

This commit is contained in:
ericgaspar 2022-04-08 12:51:37 +02:00
parent 28fedb7bc1
commit 5d0488ad13
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -146,6 +146,7 @@ if [ $is_public -eq 1 ]
then
ynh_permission_update --permission="main" --add="visitors"
fi
ynh_permission_create --permission="api" --url="/api" --allowed="visitors" --auth_header="false" --show_tile="false" --protected="true"
#=================================================