1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wallabag2_ynh.git synced 2024-10-01 13:35:06 +02:00
Wallabag v2 package for YunoHost
Find a file
JimboJoe b773089381 Update to upstream version 2.2.2 (#24)
Tests worked correctly, merging.
2017-04-11 17:00:21 +02:00
conf Update to upstream version 2.2.2 (#24) 2017-04-11 17:00:21 +02:00
hooks [enh] Add post_user_{create,delete} hooks 2016-07-16 14:04:47 +02:00
patches [enh] Handle the logging out with the SSO 2016-07-16 15:52:38 +02:00
scripts Update to upstream version 2.2.2 (#24) 2017-04-11 17:00:21 +02:00
.gitignore Initial commit 2016-05-22 22:16:15 +02:00
check_process Update to upstream version 2.2.2 (#24) 2017-04-11 17:00:21 +02:00
LICENSE Initial commit 2016-05-22 22:16:15 +02:00
manifest.json Update to upstream version 2.2.2 (#24) 2017-04-11 17:00:21 +02:00
README.md Update to upstream version 2.2.2 (#24) 2017-04-11 17:00:21 +02:00
update.sh [enh] Add update.sh script to ease the app version update 2017-01-29 20:31:33 +01:00

Wallabag v2 for Yunohost

This is a work-in-progress Wallabag v2 package for YunoHost.


NB: Since @jeromelebleu is no longer maintaining this package, I (@lapineige) take over this repository. But I have limited time and experience, so feel free to help !

Shipped version: 2.2.2

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.

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)

TODO

  • Improve the LDAP integration, see #1. At the moment you have to apply a workaround to connect via OAuth (iOS, Chrome/Firefox plugin, etc.) by changing your user password:
    • via the user interface and the recovery e-mail
    • via CLI on the server: cd /var/www/wallabag2 ; sudo -u www-data ./bin/console --env=prod fos:user:change-password
  • Write the backup / restore scripts (meanwhile please make your own backup, e.g. with the export tool)
  • Refactor the application to apply for replacing wallabag v1 official application!

Upgrade from v1

The upgrade from the Wallabag v1 app requires a manual operation, that's why it's provided as a new package. For the migration process, please refer to the official documentation.