1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/epicyon_ynh.git synced 2024-09-03 18:36:08 +02:00

auth_header to false

This commit is contained in:
anmol26s 2021-03-05 04:13:01 +05:30
parent 2800e0c1a3
commit 899fe6b561

View file

@ -148,8 +148,9 @@ chown -R $app: $public_path
#=================================================
ynh_script_progression --message="Configuring permissions..." --weight=1
ynh_permission_update --permission="main" --add="visitors" --auth_header="false"
ynh_permission_update --permission="main" --add="visitors"
ynh_permission_create --permission="login" --url="/" --allowed="visitors" --auth_header="false" --show_tile="false" --protected="true"
#=================================================
# RELOAD NGINX