mirror of
https://github.com/YunoHost-Apps/kimai2_ynh.git
synced 2024-09-03 19:26:26 +02:00
Update manifest.toml
Add dedicated API permission
This commit is contained in:
parent
08781be3ad
commit
06c1aa679f
1 changed files with 4 additions and 0 deletions
|
@ -63,6 +63,10 @@ ram.runtime = "80M"
|
|||
|
||||
[resources.permissions]
|
||||
main.url = "/"
|
||||
api.url = "/api"
|
||||
api.show_tile = false
|
||||
api.allowed = "visitors"
|
||||
api.auth_header = false
|
||||
# Non-web, LDAP groups
|
||||
teamlead.allowed = ""
|
||||
admin.allowed = "admins"
|
||||
|
|
Loading…
Add table
Reference in a new issue