mirror of
https://github.com/YunoHost-Apps/paheko_ynh.git
synced 2024-09-03 19:56:22 +02:00
upgrade release 1.3.8, allow api for all_users
This commit is contained in:
parent
650764042c
commit
f43b649df4
1 changed files with 4 additions and 4 deletions
|
@ -5,7 +5,7 @@ name = "Paheko"
|
|||
description.en = "Association management software"
|
||||
description.fr = "Logiciel de gestion d'association"
|
||||
|
||||
version = "1.3.6~ynh3"
|
||||
version = "1.3.8~ynh1"
|
||||
|
||||
maintainers = ["rodinux"]
|
||||
|
||||
|
@ -36,8 +36,8 @@ ram.runtime = "50M"
|
|||
|
||||
[resources]
|
||||
[resources.sources.main]
|
||||
url = "https://fossil.kd2.org/paheko/uv/paheko-1.3.6.tar.gz"
|
||||
sha256 = "6264ba451e8a625346073279f0d1158ae8bfb87bbfe54502fa6af956b847f973"
|
||||
url = "https://fossil.kd2.org/paheko/uv/paheko-1.3.8.tar.gz"
|
||||
sha256 = "abfc810cf61a3a3fef237056b613489d7b156143ac192077eb9f67910ed0523b"
|
||||
|
||||
[resources.system_user]
|
||||
allow_email = true
|
||||
|
@ -49,7 +49,7 @@ ram.runtime = "50M"
|
|||
[resources.permissions]
|
||||
main.url = "/"
|
||||
api.url = "/api"
|
||||
api.allowed = "visitors"
|
||||
api.allowed = ["visitors", "all_users"]
|
||||
api.show_tile = false
|
||||
api.protected = true
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue