mirror of
https://github.com/YunoHost-Apps/komga_ynh.git
synced 2024-09-03 19:36:07 +02:00
removed admin block on /admin for now
This commit is contained in:
parent
8d631c13d6
commit
2461b79ef6
1 changed files with 0 additions and 3 deletions
|
@ -250,9 +250,6 @@ then
|
||||||
ynh_permission_update --permission="main" --add="visitors"
|
ynh_permission_update --permission="main" --add="visitors"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Only the admin can access the admin panel of the app (if the app has an admin panel)
|
|
||||||
ynh_permission_create --permission="admin" --url="/admin" --allowed=$admin
|
|
||||||
|
|
||||||
# Everyone can access to the api part
|
# Everyone can access to the api part
|
||||||
# We don't want to display the tile in the sso so we put --show_tile="false"
|
# We don't want to display the tile in the sso so we put --show_tile="false"
|
||||||
# And we don't want that the YunoHost Admin can remove visitors group to this permission, so we put --protected="true"
|
# And we don't want that the YunoHost Admin can remove visitors group to this permission, so we put --protected="true"
|
||||||
|
|
Loading…
Reference in a new issue