diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md new file mode 100644 index 0000000..45d0412 --- /dev/null +++ b/doc/DISCLAIMER.md @@ -0,0 +1,13 @@ +## Limitations + +## Additional information + +### 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`. +**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. + +**NB**: if you don't make that change, you will get the following error message "Access Forbidden". + +This is due to a Kanboard limitation. diff --git a/doc/DISCLAIMER_fr.md b/doc/DISCLAIMER_fr.md new file mode 100644 index 0000000..7ea5b57 --- /dev/null +++ b/doc/DISCLAIMER_fr.md @@ -0,0 +1,13 @@ +## Limitations + +## Informations additionnelles + +### 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`. +**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. + +**NB**: si vous n'effectuez pas cette modification, vous obtiendrez le message d'erreur suivant "Accès interdit". + +Cela est dû à une limitation de Kanboard. diff --git a/doc/screenshots/board.png b/doc/screenshots/board.png new file mode 100644 index 0000000..4109def Binary files /dev/null and b/doc/screenshots/board.png differ diff --git a/manifest.json b/manifest.json index f545057..17fff64 100644 --- a/manifest.json +++ b/manifest.json @@ -7,7 +7,15 @@ "fr": "Logiciel de gestion de projet Kanban" }, "version": "1.2.19~ynh1", - "url": "https://kanboard.net/", + "url": "https://kanboard.net", + "upstream": { + "license": "MIT", + "website": "https://kanboard.net", + "demo": "https://demo.yunohost.org/kanboard/", + "admindoc": "https://docs.kanboard.org/en/latest/", + "userdoc": "https://yunohost.org/#/app_kanboard", + "code": "https://github.com/kanboard/kanboard" + }, "license": "MIT", "maintainer": { "name": "",