mirror of
https://github.com/YunoHost-Apps/wallabag2_ynh.git
synced 2024-10-01 13:35:06 +02:00
Wallabag v2 package for YunoHost
|
||
---|---|---|
conf | ||
hooks | ||
patches | ||
scripts | ||
.gitignore | ||
check_process | ||
LICENSE | ||
manifest.json | ||
README.md | ||
update.sh |
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.
Links
- Report a bug: https://dev.yunohost.org/projects/apps/issues
- Wallabag website: https://www.wallabag.org/
- YunoHost website: https://yunohost.org/