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
lapineige c74b2c2927
Testing: update to 2.4.3 (#128)
* Apply last example_ynh (#117)

* Apply last example_ynh

* Cleanup backup

* Create DISCLAIMER.md

* Create DISCLAIMER_fr.md

* Auto-update README

* Add files via upload

* Fix heading size

* Auto-update README

* Fix heading size

* Auto-update README

* Fix charset

* Auto-update README

* Update check_process

* 2.4.3 (#125)

* Upgrade to 2.4.2~ynh1

* Fix craue_config_setting

* Upgrade to 2.4.3~ynh1

* Upgrade to 2.4.3~ynh1

* Auto-update README

Co-authored-by: yalh76 <yalh@yahoo.com>
Co-authored-by: Yunohost-Bot <>

* Specify PHP version in every calls (#132)

* Specify PHP version in every calls

* Switch (back) to php7.4

* Add PHP-xml dependency for DOM extension

Co-authored-by: lapineige <lapineige@users.noreply.github.com>

* Auto-update README

* Fix php version reference (#136)

* Auto-update README

* Use YNH_PHP_VERSION

* Proper YNH_PHP_VERSION syntax

* Proper YNH_PHP_VERSION syntax : typo

* YNH_PHP_VERSION: fix missing change

* Fix phpversion → YNH_PHP_VERSION

Co-authored-by: yalh76 <yalh@yahoo.com>
Co-authored-by: Yunohost-Bot <>
Co-authored-by: tituspijean <tituspijean@outlook.com>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
2022-07-23 18:15:11 +02:00
.github Apply last example_ynh (#118) 2022-02-10 21:17:58 +01:00
conf Testing: update to 2.4.3 (#128) 2022-07-23 18:15:11 +02:00
doc Apply last example_ynh (#118) 2022-02-10 21:17:58 +01:00
hooks Fix hooks 2020-03-21 01:31:24 +01:00
scripts Testing: update to 2.4.3 (#128) 2022-07-23 18:15:11 +02:00
sources/patches Update to 2.3.7 (#61) 2019-05-08 17:25:02 +02:00
check_process Testing (#124) 2022-02-13 19:57:10 +01:00
LICENSE Initial commit 2016-05-22 22:16:15 +02:00
manifest.json Testing: update to 2.4.3 (#128) 2022-07-23 18:15:11 +02:00
README.md Testing: update to 2.4.3 (#128) 2022-07-23 18:15:11 +02:00
README_fr.md Testing: update to 2.4.3 (#128) 2022-07-23 18:15:11 +02:00

Wallabag for YunoHost

Integration level Working status Maintenance status
Install Wallabag with YunoHost

Lire ce readme en français.

This package allows you to install Wallabag quickly and simply on a YunoHost server. If you don't have YunoHost, please consult the guide to learn how to install it.

Overview

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).

Shipped version: 2.4.3~ynh1

Demo: https://demo.yunohost.org/wallabag/

Screenshots

Screenshot of Wallabag

Disclaimers / important information

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

(Beta) Testing branch

Please be aware that the testing branch (or any PR branch) might contains some bugs and is not recommended if you need a stable app.

(Beta) Testers are welcome to try new upgrades (such as a new version), as listed in the Pull Requests section. More testing will allow us to provide upgrades faster 🙂. In order to try the testing branch, use sudo yunohost app upgrade wallabag2 -u https://github.com/YunoHost-Apps/wallabag2_ynh/tree/testing.

Warning : Doing a normal upgrade of the package with the web admin or sudo yunohost app upgrade wallabag2 (without any URL specified) will revert you app to the master branch. This may break you wallabag if it goes to a previous version (if the newest is not retrocompatible).

Documentation and resources

Developer info

Please send your pull request to the testing branch.

To try the testing branch, please proceed like that.

sudo yunohost app install https://github.com/YunoHost-Apps/wallabag2_ynh/tree/testing --debug
or
sudo yunohost app upgrade wallabag2 -u https://github.com/YunoHost-Apps/wallabag2_ynh/tree/testing --debug

More info regarding app packaging: https://yunohost.org/packaging_apps