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 (#85)

Add dedicated API permission
This commit is contained in:
CodeShakingSheep 2024-02-06 19:23:25 +01:00 committed by GitHub
parent 374597fe45
commit 7cb60a37eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -66,6 +66,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"