From 0d7340f41e42afa139a4cb02141f220ef31f9ed3 Mon Sep 17 00:00:00 2001 From: Aeris Date: Mon, 30 May 2022 02:13:34 +0200 Subject: [PATCH] added README --- README.md | 12 ++++++++++++ docker-compose.yml | 6 ++++-- 2 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2c1d322 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# Readability Addon for FreshRSS + +Using Readability or Mercury this addon fetches article content from any feed. + +## Usage + +Configure the hosts in the configuration section of the extension according to your config. Example: + +![img](https://store.eris.cc/uploads/4e0d69953ef34df7dc581e7c2fd7c0fb.JPG) + +If both options are ticked, the Readability parser will be used. + diff --git a/docker-compose.yml b/docker-compose.yml index ddd5420..aa1b77b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -32,5 +32,7 @@ services: read: image: phpdockerio/readability-js-server restart: always - ports: # Not really necessary - - '127.0.0.1:8081:3000' + + merc: + image: wangqiru/mercury-parser-api + restart: always