1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kanboard_ynh.git synced 2024-09-03 19:36:17 +02:00
kanboard_ynh/README_fr.md

73 lines
2.9 KiB
Markdown
Raw Normal View History

2022-05-27 23:14:07 +02:00
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
2020-12-28 12:06:33 +01:00
# Kanboard pour YunoHost
2020-10-30 15:08:59 +01:00
2022-05-27 23:14:07 +02:00
[![Niveau d'intégration](https://dash.yunohost.org/integration/kanboard.svg)](https://dash.yunohost.org/appci/app/kanboard) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/kanboard.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/kanboard.maintain.svg)
[![Installer Kanboard avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=kanboard)
2020-10-30 15:08:59 +01:00
2021-06-08 11:01:27 +02:00
*[Read this readme in english.](./README.md)*
2020-10-30 15:08:59 +01:00
2021-06-08 11:01:27 +02:00
> *Ce package vous permet d'installer Kanboard rapidement et simplement sur un serveur YunoHost.
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
2020-10-30 15:08:59 +01:00
## Vue d'ensemble
2022-06-06 13:37:33 +02:00
Kanboard est un logiciel de gestion de projet Kanban gratuit et open source.
2022-06-06 13:33:35 +02:00
2022-06-06 13:37:33 +02:00
### Fonctionnalités
2022-06-06 13:33:35 +02:00
2022-06-06 13:37:33 +02:00
- Visualisez votre travail
- Limitez votre travail en cours pour vous concentrer sur votre objectif
- Glisser et déposez des tâches pour gérer votre projet
- Auto-hébergé
2022-06-06 13:33:35 +02:00
2020-10-30 15:08:59 +01:00
2022-05-27 23:14:07 +02:00
**Version incluse :** 1.2.22~ynh1
2020-10-30 15:08:59 +01:00
2021-06-08 11:01:27 +02:00
**Démo :** https://demo.yunohost.org/kanboard/
2020-10-30 15:08:59 +01:00
2021-06-08 11:01:27 +02:00
## Captures d'écran
2020-10-30 15:08:59 +01:00
2022-05-27 23:14:07 +02:00
![Capture d'écran de Kanboard](./doc/screenshots/board.png)
2020-10-30 15:08:59 +01:00
2021-06-08 11:01:27 +02:00
## Avertissements / informations importantes
2020-10-30 15:08:59 +01:00
## Limitations
## Informations additionnelles
### Comment se connecter en tant qu'utilisateurs externes (non SSOwat)
2020-11-18 17:09:19 +01:00
Vous devez éditer ce fichier `/var/www/kanboard/config.php`, trouver la ligne `define('REVERSE_PROXY_AUTH', true);` et la changer de `true` à `false`.
2020-10-30 15:08:59 +01:00
**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.
2021-06-08 11:01:27 +02:00
## Documentations et ressources
2020-10-30 15:08:59 +01:00
2022-05-27 23:14:07 +02:00
* Site officiel de l'app : <https://kanboard.net>
* Documentation officielle de l'admin : <https://docs.kanboard.org/en/latest/>
* Dépôt de code officiel de l'app : <https://github.com/kanboard/kanboard>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_kanboard>
* Signaler un bug : <https://github.com/YunoHost-Apps/kanboard_ynh/issues>
2020-10-30 15:08:59 +01:00
## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/kanboard_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
2022-05-27 23:14:07 +02:00
``` bash
2020-10-30 15:08:59 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/kanboard_ynh/tree/testing --debug
2020-11-18 17:09:19 +01:00
ou
2020-10-30 15:08:59 +01:00
sudo yunohost app upgrade kanboard -u https://github.com/YunoHost-Apps/kanboard_ynh/tree/testing --debug
```
2021-06-08 11:01:27 +02:00
2022-05-27 23:14:07 +02:00
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>