1
0
Fork 0
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:
CodeShakingSheep 2024-01-29 18:12:44 +01:00 committed by GitHub
parent 08781be3ad
commit 06c1aa679f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"