2022-06-13 12:44:44 +02:00
<!--
2024-03-29 07:27:19 +01:00
Nota bene : ce README est automatiquement généré par < https: / / github . com / YunoHost / apps / tree / master / tools / readme_generator >
Il NE doit PAS être modifié à la main.
2022-06-13 12:44:44 +02:00
-->
2021-08-05 17:28:35 +02:00
# Vikunja pour YunoHost
2024-07-15 17:58:54 +02:00
[![Niveau d’ intégration ](https://dash.yunohost.org/integration/vikunja.svg )](https://ci-apps.yunohost.org/ci/apps/vikunja/) ![Statut du fonctionnement ](https://ci-apps.yunohost.org/ci/badges/vikunja.status.svg ) ![Statut de maintenance ](https://ci-apps.yunohost.org/ci/badges/vikunja.maintain.svg )
2023-03-02 19:13:22 +01:00
2021-08-05 17:28:42 +02:00
[![Installer Vikunja avec YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=vikunja)
2021-08-05 17:28:35 +02:00
2024-03-29 07:27:19 +01:00
*[Lire le README dans d'autres langues.](./ALL_README.md)*
2021-08-05 17:28:35 +02:00
2024-03-29 07:27:19 +01:00
> *Ce package vous permet d’ installer Vikunja rapidement et simplement sur un serveur YunoHost.*
> *Si vous n’ avez pas YunoHost, consultez [ce guide](https://yunohost.org/install) pour savoir comment l’ installer et en profiter.*
2021-08-05 17:28:35 +02:00
2023-02-09 11:29:29 +01:00
## Vue d’ ensemble
2021-08-05 17:28:35 +02:00
2021-08-29 10:44:35 +02:00
Vikunja est une application de liste de tâches Open Source auto-hébergée pour toutes les plateformes.
2021-08-05 17:28:35 +02:00
2022-01-16 14:01:42 +01:00
### Features
- Stay organized
- Collaborate with peers
- Tasks
- Kanban board
- CalDAV
- Links
2024-07-22 15:10:14 +02:00
**Version incluse :** 0.24.1~ynh1
2021-08-05 17:28:35 +02:00
2024-03-29 07:27:19 +01:00
**Démo :** < https: / / try . vikunja . io / login >
2021-08-05 17:28:35 +02:00
2023-02-09 11:29:29 +01:00
## Captures d’ écran
2021-08-05 17:28:35 +02:00
2023-02-09 11:29:29 +01:00
![Capture d’ écran de Vikunja ](./doc/screenshots/kanban.png )
2021-08-05 17:28:35 +02:00
## Documentations et ressources
2024-03-29 07:27:19 +01:00
- Site officiel de l’ app : < https: // vikunja . io />
- Documentation officielle de l’ admin : < https: // vikunja . io / docs />
- Dépôt de code officiel de l’ app : < https: // kolaente . dev / vikunja / vikunja >
- YunoHost Store : < https: // apps . yunohost . org / app / vikunja >
- Signaler un bug : < https: // github . com / YunoHost-Apps / vikunja_ynh / issues >
2021-08-05 17:28:35 +02:00
## Informations pour les développeurs
2024-03-29 07:27:19 +01:00
Merci de faire vos pull request sur la [branche `testing` ](https://github.com/YunoHost-Apps/vikunja_ynh/tree/testing ).
2021-08-05 17:28:35 +02:00
2024-03-29 07:27:19 +01:00
Pour essayer la branche `testing` , procédez comme suit :
2022-06-13 12:44:44 +02:00
2024-03-29 07:27:19 +01:00
```bash
2021-08-05 17:28:42 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/vikunja_ynh/tree/testing --debug
ou
sudo yunohost app upgrade vikunja -u https://github.com/YunoHost-Apps/vikunja_ynh/tree/testing --debug
2021-08-05 17:28:35 +02:00
```
2024-03-29 07:27:19 +01:00
**Plus d’ infos sur le packaging d’ applications :** < https: / / yunohost . org / packaging_apps >