FreshRSS extension to automatically push new articles of specific feeds to Wallabag.
Find a file
2024-03-04 13:12:58 +01:00
i18n/en Added named feed list to configuration 2023-12-04 20:22:05 +01:00
configure.phtml Added named feed list to configuration 2023-12-04 20:22:05 +01:00
extension.php Added named feed list to configuration 2023-12-04 20:22:05 +01:00
LICENSE Added README and LICENSE 2024-03-04 13:12:58 +01:00
metadata.json Added README and LICENSE 2024-03-04 13:12:58 +01:00
README.md Added README and LICENSE 2024-03-04 13:12:58 +01:00

FreshRSS to Wallabag sync

This FreshRSS extension will automatically push new articles from specified feeds to your Wallabag instance for later reading. The built-in Wallabag integration only uses the Share button in Wallabag to open the current article on your Wallabag instance. This extension automates this process in the background. In Wallabag new articles will then be tagged as freshrss (optional). Configuring filters for new articles is planned.

Only Wallabag v2 is supported.

Setup

  1. Clone this extension to the extensions folder of your FreshRSS installation:
    git clone https://git.haagfank.de/LnLcFlx/xExtension-wallabag
    
  2. In Wallabag, visit API clients management and click Create a new client
  3. Choose an arbitrary name and click Create a new client again. Write down the client ID and client secret.
  4. In FreshRSS, go to the settings page and click Extensions.
  5. A new extension named Wallabag should be displayed. Click Manage.
  6. Fill in Wallabag Endpoint (for example: https://app.wallabag.it), your Wallabag Username, Wallabag Password as well as your newly created Client ID and Client Secret. Under Feeds you can select what feeds should be synced to Wallabag. (Optionally enable Use tags? to copy FreshRSS tags of an article to Wallabag.) Click Submit.
  7. Enable the extension.

Alternatives