2023-10-31 15:18:04 +01:00
<!--
2024-03-29 07:09:18 +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.
2023-10-31 15:18:04 +01:00
-->
2018-11-30 14:47:44 +01:00
# Keeweb pour YunoHost
2023-10-31 15:18:04 +01:00
[![Niveau d’ intégration ](https://dash.yunohost.org/integration/keeweb.svg )](https://dash.yunohost.org/appci/app/keeweb) ![Statut du fonctionnement ](https://ci-apps.yunohost.org/ci/badges/keeweb.status.svg ) ![Statut de maintenance ](https://ci-apps.yunohost.org/ci/badges/keeweb.maintain.svg )
2021-02-08 09:32:10 +01:00
[![Installer Keeweb avec YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=keeweb)
2018-11-30 14:47:44 +01:00
2024-03-29 07:09:18 +01:00
*[Lire le README dans d'autres langues.](./ALL_README.md)*
2018-11-30 14:47:44 +01:00
2024-03-29 07:09:18 +01:00
> *Ce package vous permet d’ installer Keeweb 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.*
2018-11-30 14:47:44 +01:00
2023-10-31 15:18:04 +01:00
## Vue d’ ensemble
2018-11-30 14:47:44 +01:00
2022-02-04 15:37:03 +01:00
This webapp is a browser password manager compatible with KeePass databases. It doesn't require any server or additional resources.
2018-11-30 14:47:44 +01:00
2024-03-29 07:09:18 +01:00
**Version incluse :** 1.18.8~ynh2
2018-11-30 14:47:44 +01:00
2024-03-29 07:09:18 +01:00
**Démo :** < https: / / app . keeweb . info / >
2018-11-30 14:47:44 +01:00
2023-10-31 15:18:04 +01:00
## Captures d’ écran
2018-11-30 14:47:44 +01:00
2023-10-31 15:18:04 +01:00
![Capture d’ écran de Keeweb ](./doc/screenshots/screenshot.png )
2018-11-30 14:47:44 +01:00
2022-02-04 15:22:22 +01:00
## Documentations et ressources
2018-11-30 14:47:44 +01:00
2024-03-29 07:09:18 +01:00
- Site officiel de l’ app : < https: // keeweb . info />
- Documentation officielle de l’ admin : < https: // github . com / keeweb / keeweb / wiki >
- Dépôt de code officiel de l’ app : < https: // github . com / keeweb / keeweb >
- YunoHost Store : < https: // apps . yunohost . org / app / keeweb >
- Signaler un bug : < https: // github . com / YunoHost-Apps / keeweb_ynh / issues >
2018-11-30 14:47:44 +01:00
2022-02-04 15:22:22 +01:00
## Informations pour les développeurs
2018-11-30 14:47:44 +01:00
2024-03-29 07:09:18 +01:00
Merci de faire vos pull request sur la [branche `testing` ](https://github.com/YunoHost-Apps/keeweb_ynh/tree/testing ).
2018-11-30 14:47:44 +01:00
2024-03-29 07:09:18 +01:00
Pour essayer la branche `testing` , procédez comme suit :
2023-10-31 15:18:04 +01:00
2024-03-29 07:09:18 +01:00
```bash
2022-02-04 15:22:22 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/keeweb_ynh/tree/testing --debug
2018-11-30 14:47:44 +01:00
ou
2022-02-04 15:22:22 +01:00
sudo yunohost app upgrade keeweb -u https://github.com/YunoHost-Apps/keeweb_ynh/tree/testing --debug
2018-11-30 14:47:44 +01:00
```
2022-02-04 15:22:22 +01:00
2024-03-29 07:09:18 +01:00
**Plus d’ infos sur le packaging d’ applications :** < https: / / yunohost . org / packaging_apps >