From 6585a29d73b99c305846db35c66740a2fcda67d0 Mon Sep 17 00:00:00 2001 From: rodinux Date: Thu, 16 May 2024 21:14:41 +0200 Subject: [PATCH] upgrade v 1.3.9, syntax in ADMIN.md, try debug api with unprotected --- doc/ADMIN.md | 2 +- manifest.toml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/ADMIN.md b/doc/ADMIN.md index b67508e..3989f39 100644 --- a/doc/ADMIN.md +++ b/doc/ADMIN.md @@ -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 ``` diff --git a/manifest.toml b/manifest.toml index b5a393f..ce7863d 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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]