diff --git a/README.md b/README.md index 982255a..8af562a 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Kanboard is a free and open source Kanban project management software. - Drag and drop tasks to manage your project -**Shipped version:** 1.2.27~ynh4 +**Shipped version:** 1.2.29~ynh1 **Demo:** https://demo.yunohost.org/kanboard/ diff --git a/README_fr.md b/README_fr.md index b49187e..73d7711 100644 --- a/README_fr.md +++ b/README_fr.md @@ -25,7 +25,7 @@ Kanboard est un logiciel de gestion de projet Kanban gratuit et open source. - Glisser et déposez des tâches pour gérer votre projet -**Version incluse :** 1.2.27~ynh4 +**Version incluse :** 1.2.29~ynh1 **Démo :** https://demo.yunohost.org/kanboard/ diff --git a/doc/ADMIN.md b/doc/ADMIN.md index f89712d..2964226 100644 --- a/doc/ADMIN.md +++ b/doc/ADMIN.md @@ -1,6 +1,6 @@ ### How to connect as external (non-SSOwat) users -You have to edit this file `/var/www/kanboard/config.php`, find the line `define('REVERSE_PROXY_AUTH', true);` and change it from `true` to `false`. +You have to edit this file `__INSTALL_DIR__/config.php`, find the line `define('REVERSE_PROXY_AUTH', true);` and change it from `true` to `false`. **Warning** this disables the possibility to connect with SSOwat users. You will *only* be able to connect with Kanboard users created inside of Kanboard. Then you can connect. diff --git a/doc/ADMIN_fr.md b/doc/ADMIN_fr.md index d950415..6ba5769 100644 --- a/doc/ADMIN_fr.md +++ b/doc/ADMIN_fr.md @@ -1,6 +1,6 @@ ### Comment se connecter en tant qu'utilisateurs externes (non SSOwat) -Vous devez éditer ce fichier `/var/www/kanboard/config.php`, trouver la ligne `define('REVERSE_PROXY_AUTH', true);` et la changer de `true` à `false`. +Vous devez éditer ce fichier `__INSTALL_DIR__/config.php`, trouver la ligne `define('REVERSE_PROXY_AUTH', true);` et la changer de `true` à `false`. **Attention** cela désactive la possibilité de se connecter avec les utilisateurs SSOwat. Vous ne pourrez *que* vous connecter avec les utilisateurs Kanboard créés à l'intérieur de Kanboard. Ensuite, vous pouvez vous connecter. diff --git a/manifest.toml b/manifest.toml index e181848..2e92227 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Kanboard" description.en = "Kanban project management software" description.fr = "Logiciel de gestion de projet Kanban" -version = "1.2.27~ynh4" +version = "1.2.29~ynh1" maintainers = [] @@ -17,7 +17,7 @@ admindoc = "https://docs.kanboard.org/en/latest/" code = "https://github.com/kanboard/kanboard" [integration] -yunohost = ">= 11.1.14" +yunohost = ">= 11.1.19" architectures = "all" multi_instance = true ldap = false @@ -46,8 +46,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/kanboard/kanboard/archive/refs/tags/v1.2.27.tar.gz" - sha256 = "e452bc6113407a0c6f230f532b53e6170a8542bc7a495ea631543cc7c02c64b3" + url = "https://github.com/kanboard/kanboard/archive/refs/tags/v1.2.29.tar.gz" + sha256 = "bd5a67e5054054be7a9d6ef6b75f2e5b813da5592d96c4dea0c8fff6b6e36451" [resources.system_user] @@ -61,7 +61,7 @@ ram.runtime = "50M" ics.allowed = "visitors" [resources.apt] - packages = "mariadb-server php8.0-fpm php8.0-opcache php8.0-curl php8.0-gd php8.0-zip php8.0-xml php8.0-mbstring php8.0-mysql php8.0-ldap" + packages = "mariadb-server php8.2-fpm php8.2-opcache php8.2-curl php8.2-gd php8.2-zip php8.2-xml php8.2-mbstring php8.2-mysql php8.2-ldap" [resources.database] type = "mysql"