1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wallabag2_ynh.git synced 2024-10-01 13:35:06 +02:00

Add templates

This commit is contained in:
ericgaspar 2021-06-24 11:19:38 +02:00
parent 1b5e3ab648
commit 25c3e32d3a
No known key found for this signature in database
GPG key ID: 574F281483054D44
4 changed files with 30 additions and 0 deletions

11
doc/DISCLAIMER.md Normal file
View file

@ -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

11
doc/DISCLAIMER_fr.md Normal file
View file

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 145 KiB

View file

@ -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",