diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md new file mode 100644 index 0000000..65bd66e --- /dev/null +++ b/doc/DISCLAIMER.md @@ -0,0 +1,11 @@ +## YunoHost specific 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 ?) + +## Limitations + +* Removing a Yunohost's user won't delete the related wallabag user, but only desactivate it. You need to manualy remove it from wallabag before. See: https://github.com/YunoHost-Apps/wallabag2_ynh/issues/39 diff --git a/doc/DISCLAIMER_fr.md b/doc/DISCLAIMER_fr.md new file mode 100644 index 0000000..ca8cdf9 --- /dev/null +++ b/doc/DISCLAIMER_fr.md @@ -0,0 +1,11 @@ +## Caractéristiques spécifiques YunoHost + +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é. + +## Limitations + +* Supprimer un utilisateur YunoHost ne supprimera pas l'utilisateur Wallabag lié, il sera seulement désactivé. Vous devez le supprimer manuellement avant. Voir : https://github.com/YunoHost-Apps/wallabag2_ynh/issues/39 diff --git a/doc/screenshots/wallabag-quick-start-page.png b/doc/screenshots/wallabag-quick-start-page.png new file mode 100644 index 0000000..d8c25f5 Binary files /dev/null and b/doc/screenshots/wallabag-quick-start-page.png differ diff --git a/manifest.json b/manifest.json index d042a79..18315d3 100644 --- a/manifest.json +++ b/manifest.json @@ -8,6 +8,14 @@ }, "version": "2.4.2~ynh1", "url": "https://www.wallabag.org", + "upstream": { + "license": "MIT", + "website": "https://www.wallabag.org", + "demo": "https://demo.yunohost.org/wallabag/", + "admindoc": "https://doc.wallabag.org/en/", + "userdoc": "https://yunohost.org/#/app_wallabag2", + "code": "https://github.com/wallabag/wallabag" + }, "license": "MIT", "maintainer": { "name": "lapineige",