mirror of
https://github.com/YunoHost-Apps/paheko_ynh.git
synced 2024-09-03 19:56:22 +02:00
add permission auth_header api
This commit is contained in:
parent
8186499b92
commit
69c93af62c
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,7 @@ name = "Paheko"
|
||||||
description.en = "Association management software"
|
description.en = "Association management software"
|
||||||
description.fr = "Logiciel de gestion d'association"
|
description.fr = "Logiciel de gestion d'association"
|
||||||
|
|
||||||
version = "1.3.8~ynh3"
|
version = "1.3.8~ynh4"
|
||||||
|
|
||||||
maintainers = ["rodinux"]
|
maintainers = ["rodinux"]
|
||||||
|
|
||||||
|
@ -52,6 +52,7 @@ ram.runtime = "50M"
|
||||||
api.allowed = ["visitors", "all_users"]
|
api.allowed = ["visitors", "all_users"]
|
||||||
api.show_tile = false
|
api.show_tile = false
|
||||||
api.protected = true
|
api.protected = true
|
||||||
|
api.auth_header = true
|
||||||
|
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
packages = "sqlite3, php8.2-sqlite3, php8.2-gd, php8.2-intl, php8.2-cli, php8.2-gnupg, php8.2-mbstring, php8.2-zip"
|
packages = "sqlite3, php8.2-sqlite3, php8.2-gd, php8.2-intl, php8.2-cli, php8.2-gnupg, php8.2-mbstring, php8.2-zip"
|
||||||
|
|
Loading…
Add table
Reference in a new issue