diff --git a/app_bitwarden_en.md b/app_bitwarden_en.md new file mode 100644 index 00000000..2c7636df --- /dev/null +++ b/app_bitwarden_en.md @@ -0,0 +1,2 @@ +# Bitwarden's logo Bitwarden +Unfortunately, this page only exists [in french here](app_bitwarden_fr) for now. diff --git a/app_bitwarden_fr.md b/app_bitwarden_fr.md new file mode 100644 index 00000000..f55ba64b --- /dev/null +++ b/app_bitwarden_fr.md @@ -0,0 +1,44 @@ +# logo de Bitwarden Bitwarden + +[![Install Bitwarden with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=bitwarden) [![Integration level](https://dash.yunohost.org/integration/bitwarden.svg)](https://dash.yunohost.org/appci/app/bitwarden) + +- [Limitations avec Yunohost](#limitations-avec-yunohost) +- [Fonctionnalités](fonctionnalite) +- [Mettre à niveau depuis la V1.x](#mettre-a-niveau-depuis-la-version-1.x) +- [Applications clientes](#applications-clients) +- [Liens utiles](#liens-utiles) + +Bitwarden est un gestionnaire de mots de passe freemium et open source sous licence AGPL, qui permet de générer et de conserver des mots de passe de manière sécurisée. Ces éléments sont protégés par un seul et unique mot de passe appelé « mot de passe maître ». Il est créé en 2016 par Kyle Spearrin, un architecte logiciel. + +Le logiciel est disponible sur la plupart des systèmes d'exploitation (Linux, Windows, macOS, iOS, Android ainsi qu'en ligne de commande), et comme module d'extension pour navigateur web. Il est également possible de consulter ses mot de passe depuis un site web.[¹] + +## Fonctionnalités + +En plus des fonctionnalités principales de Wallabag, ce paquet propose également: + + * Une intégration avec le système de gestion des utilisateurs et le SSO de Yunohost - e.g. un bouton de déconnexion + * De permettre à un utilisateur d'être administrateur (réglage lors de l'installation) + * Un import asynchrone utilisant Redis (à activer dans les *Paramètres Internes*). L'import via RabbitMQ n'est pas (encore ?) supporté. + + +## Mettre à niveau depuis la version 1.x + + La mise à niveau depuis le paquet Yunohost de [Wallabag v1](https://github.com/YunoHost-Apps/wallabag_ynh) demande une opération manuelle, c'est pourquoi un nouveau paquet est fournit. + Pour le processus de migration, merci de vous référer à [la documentation officiel de Wallabag](https://doc.wallabag.org/fr/user/import/wallabagv1.html). + +## Applications clientes + +| Nom de l'applications | Plateforme | Multi-comptes | Lien | +|-----------------------|------------|---------------|------| +| Bitwarden | Linux / Mac / Windows | Oui | [bitwarden.com/download](https://bitwarden.com/#download) + +## Liens utiles + + + Site web : [bitwarden.com](https://bitwarden.com/) + + Documentation officielle : [help.bitwarden.com](https://help.bitwarden.com/) + + Dépôt logiciel de l'application : [github.com - YunoHost-Apps/bitwarden](https://github.com/YunoHost-Apps/bitwarden_ynh) + + Remonter un bug ou une amélioration en créant un ticket (issue) : [github.com -YunoHost-Apps/bitwarden/issues](https://github.com/YunoHost-Apps/bitwarden_ynh/issues) + + ------ + + [¹]: [wikipedia.org - Bitwarden](https://fr.wikipedia.org/wiki/Bitwarden) diff --git a/app_wallabag2.md b/app_wallabag2.md deleted file mode 100644 index 823bcd06..00000000 --- a/app_wallabag2.md +++ /dev/null @@ -1,33 +0,0 @@ -## - -[Wallabag](https://www.wallabag.org/) is a self hostable Read-It-Later application allowing -you to not miss any content anymore. Click, save, read it when you can. -It extracts content so that you can read it when you have time. - -[![Install Wallabag v2 with -YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=wallabag2) - -It provides a web interface, browser (Firefox / Chrome / Opera) add-ons, mobile apps (Android / iOS / Windows Phone) and even on e-reader (PocketBook / Kobo) - -### Features - -In addition to Wallabag core features, the following are made available with -this package: - - * Integrate with YunoHost users and SSO - i.e. logout button - * Allow one user to be the administrator (set at the installation) - * Asynchronous import using Redis (need to be enabled in the *Internal Settings*). RabbitMQ import not supported (yet ?) - -### Links - - * Report a bug: https://github.com/YunoHost-Apps/wallabag2_ynh/issues - * Wallabag website: https://www.wallabag.org/ - * Wallabag documentation: https://doc.wallabag.org/ (fr/en/it/de) - * [Video demo](https://vimeo.com/video/167435064) - ----- - -### Upgrade from v1.x - -No automatic upgrade process is available. You need a manual (but simple) migration from [Wallabag v1](https://github.com/YunoHost-Apps/wallabag_ynh). -Please take a look at the [official documentation](https://doc.wallabag.org/en/user/import/wallabagv1.html). diff --git a/app_wallabag2_en.md b/app_wallabag2_en.md new file mode 100644 index 00000000..8d081ab3 --- /dev/null +++ b/app_wallabag2_en.md @@ -0,0 +1,30 @@ +# logo de Wallabag Wallabag + +[![Install Wallabag with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=wallabag2) [![Integration level](https://dash.yunohost.org/integration/wallabag2.svg)](https://dash.yunohost.org/appci/app/wallabag2) + +Wallabag is a self hostable Read-It-Later application allowing you to not miss any content anymore. Click, save, read it when you can. It extracts content so that you can read it when you have time. + +It provides a web interface, browser (Firefox / Chrome / Opera) add-ons, mobile apps (Android / iOS / Windows Phone) and even on e-reader (PocketBook / Kobo) + +### Features + +In addition to Wallabag core features, the following are made available with +this package: + + * Integrate with YunoHost users and SSO - i.e. logout button + * Allow one user to be the administrator (set at the installation) + * Asynchronous import using Redis (need to be enabled in the *Internal Settings*). RabbitMQ import not supported (yet ?) + +## Useful links + + + Website : [www.wallabag.org](https://www.wallabag.org/fr) + + Official documentation : [doc.wallabag.org](https://doc.wallabag.org/fr/) + + Application software repository : [github.com - YunoHost-Apps/wallabag2](https://github.com/YunoHost-Apps/wallabag2_ynh) + + Fix a bug or an improvement by creating a ticket (issue) : [github.com -YunoHost-Apps/wallabag2/issues](https://github.com/YunoHost-Apps/wallabag2_ynh/issues) + +---- + +### Upgrade from v1.x + +No automatic upgrade process is available. You need a manual (but simple) migration from [Wallabag v1](https://github.com/YunoHost-Apps/wallabag_ynh). +Please take a look at the [official documentation](https://doc.wallabag.org/en/user/import/wallabagv1.html). diff --git a/app_wallabag2_fr.md b/app_wallabag2_fr.md index 84af89b5..c25d0a88 100644 --- a/app_wallabag2_fr.md +++ b/app_wallabag2_fr.md @@ -26,9 +26,11 @@ En plus des fonctionnalités principales de Wallabag, ce paquet propose égaleme ## Applications clientes +| Nom de l'applications | Plateforme | Multi-comptes | Autre réseaux supportés | Play Store | F-Droid | Apple Store | +|-----------------------|------------|---------------|-------------------------|------------|---------|-------------| ## Liens utiles - + Site web : [www.wallabag.org](https://www.wallabag.org/fr) + + Site web : [www.wallabag.org](https://www.wallabag.org/fr) + Documentation officielle : [doc.wallabag.org](https://doc.wallabag.org/fr/) + Dépôt logiciel de l'application : [github.com - YunoHost-Apps/wallabag2](https://github.com/YunoHost-Apps/wallabag2_ynh) + Remonter un bug ou une amélioration en créant un ticket (issue) : [github.com -YunoHost-Apps/wallabag2/issues](https://github.com/YunoHost-Apps/wallabag2_ynh/issues) diff --git a/images/bitwarden_logo.png b/images/bitwarden_logo.png new file mode 100644 index 00000000..06e4c84b Binary files /dev/null and b/images/bitwarden_logo.png differ