1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/paheko_ynh.git synced 2024-09-03 19:56:22 +02:00

upgrade v 1.3.9, syntax in ADMIN.md, try debug api with unprotected

This commit is contained in:
rodinux 2024-05-16 21:14:41 +02:00
parent 8038078e46
commit 6585a29d73
2 changed files with 5 additions and 5 deletions

View file

@ -11,7 +11,7 @@ const FILE_STORAGE_CONFIG = DATA_ROOT . /files';
**Important**: for some reason, email does not work when installing on a subpath. You are encouraged to use a full, dedicated for this domain (with path set to /). You may need perhaps an first app upgrade to have all the configurations on the path `__DATA_DIR__/data`, you can force the upgrade:
```
yunohost app $app upgrade -F
yunohost app __APP__ upgrade -F
```

View file

@ -5,7 +5,7 @@ name = "Paheko"
description.en = "Association management software"
description.fr = "Logiciel de gestion d'association"
version = "1.3.8~ynh4"
version = "1.3.9~ynh1"
maintainers = ["rodinux"]
@ -36,8 +36,8 @@ ram.runtime = "50M"
[resources]
[resources.sources.main]
url = "https://fossil.kd2.org/paheko/uv/paheko-1.3.8.tar.gz"
sha256 = "abfc810cf61a3a3fef237056b613489d7b156143ac192077eb9f67910ed0523b"
url = "https://fossil.kd2.org/paheko/uv/paheko-1.3.9.tar.gz"
sha256 = "8629361370098febb8b942f5e6a9a149614c5676cad6cc858b90af92a8fc8682"
[resources.system_user]
allow_email = true
@ -51,7 +51,7 @@ ram.runtime = "50M"
api.url = "/api"
api.allowed = ["visitors", "all_users"]
api.show_tile = false
api.protected = true
api.protected = false
api.auth_header = true
[resources.apt]