From 24458be29811debc69c55c947c0783400006797c Mon Sep 17 00:00:00 2001 From: Noah <9165575+noahvrz@users.noreply.github.com> Date: Tue, 21 Aug 2018 17:08:13 -0400 Subject: [PATCH 1/6] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a4d390d..f6e2c10 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ This Dockerfile installs Tiny Tiny RSS (TT-RSS) with the following features: - Integrated [Feedly theme](https://github.com/levito/tt-rss-feedly-theme) - Integrated [FeedIron plugin](https://github.com/m42e/ttrss_plugin-feediron) to get modify feeds - Integrated [Mobilize plugin](https://github.com/sepich/tt-rss-mobilize) for using Readability, Instapaper + Google Mobilizer +- Integrated [Fever API plugin](https://github.com/DigitalDJ/tinytinyrss-fever-plugin) to allow compatible RSS clients to use Tiny Tiny RSS. - Optional: Self-signed 4096-bit RSA TLS certificate for accessing TT-RSS via https - Originally was based on [clue/docker-ttrss](https://github.com/clue/docker-ttrss) From f1f5fb1c36c2f84d49dcc414d29abba8f1a55836 Mon Sep 17 00:00:00 2001 From: Noah <9165575+noahvrz@users.noreply.github.com> Date: Tue, 21 Aug 2018 17:09:40 -0400 Subject: [PATCH 2/6] Added Fever API plugin. --- root/srv/setup-ttrss.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/root/srv/setup-ttrss.sh b/root/srv/setup-ttrss.sh index cc0cb3d..6f65ee5 100755 --- a/root/srv/setup-ttrss.sh +++ b/root/srv/setup-ttrss.sh @@ -66,6 +66,7 @@ setup_ttrss() git clone --depth=1 https://github.com/sepich/tt-rss-mobilize.git ${TTRSS_PATH}/plugins/mobilize git clone --depth=1 https://github.com/m42e/ttrss_plugin-feediron.git ${TTRSS_PATH}/plugins/feediron git clone --depth=1 https://github.com/levito/tt-rss-feedly-theme.git ${TTRSS_PATH}/themes/feedly-git + git clone --depth=1 https://github.com/DigitalDJ/tinytinyrss-fever-plugin ${TTRSS_PATH}/themes/fever fi # Add initial config. From 2e638683008ab3f1768fbfaaaae9dd880bff394d Mon Sep 17 00:00:00 2001 From: Noah <9165575+noahvrz@users.noreply.github.com> Date: Tue, 21 Aug 2018 17:16:03 -0400 Subject: [PATCH 3/6] Added Fever API update. --- root/srv/update-ttrss.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/root/srv/update-ttrss.sh b/root/srv/update-ttrss.sh index 15eddc5..c3e51d9 100755 --- a/root/srv/update-ttrss.sh +++ b/root/srv/update-ttrss.sh @@ -28,6 +28,12 @@ update_plugin_feediron() ( cd ${TTRSS_PATH}/plugins/feediron && git pull origin HEAD ) } +update_plugin_fever() +{ + echo "Updating: Fever API" + ( cd ${TTRSS_PATH}/plugins/fever && git pull origin HEAD ) +} + update_theme_feedly() { echo "Updating: Feedly theme" @@ -60,6 +66,7 @@ update_common() update_ttrss update_plugin_mobilize update_plugin_feediron +update_plugin_fever update_theme_feedly update_common From f8cc5ff97260da47430bab2a14585d16cd405897 Mon Sep 17 00:00:00 2001 From: Noah <9165575+noahvrz@users.noreply.github.com> Date: Tue, 21 Aug 2018 17:18:36 -0400 Subject: [PATCH 4/6] Fixed Fever API directory. --- root/srv/setup-ttrss.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/srv/setup-ttrss.sh b/root/srv/setup-ttrss.sh index 6f65ee5..5ff146d 100755 --- a/root/srv/setup-ttrss.sh +++ b/root/srv/setup-ttrss.sh @@ -65,8 +65,8 @@ setup_ttrss() fi git clone --depth=1 https://github.com/sepich/tt-rss-mobilize.git ${TTRSS_PATH}/plugins/mobilize git clone --depth=1 https://github.com/m42e/ttrss_plugin-feediron.git ${TTRSS_PATH}/plugins/feediron + git clone --depth=1 https://github.com/DigitalDJ/tinytinyrss-fever-plugin ${TTRSS_PATH}/plugins/fever git clone --depth=1 https://github.com/levito/tt-rss-feedly-theme.git ${TTRSS_PATH}/themes/feedly-git - git clone --depth=1 https://github.com/DigitalDJ/tinytinyrss-fever-plugin ${TTRSS_PATH}/themes/fever fi # Add initial config. From 40ae296213218839051eaac2351a0d57104ded6d Mon Sep 17 00:00:00 2001 From: Noah <9165575+noahvrz@users.noreply.github.com> Date: Tue, 21 Aug 2018 17:40:33 -0400 Subject: [PATCH 5/6] Added link to docker hub. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f6e2c10..86a51eb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# docker-ttrss +Can be found at [Docker Hub](https://hub.docker.com/r/noahvrz/docker-ttrss/) + +# docker-ttrss This Dockerfile installs Tiny Tiny RSS (TT-RSS) with the following features: From 98d7ba2cb209a8fdfd73d68408abaeacc8ce81b5 Mon Sep 17 00:00:00 2001 From: Noah <9165575+noahvrz@users.noreply.github.com> Date: Wed, 22 Aug 2018 00:33:54 -0400 Subject: [PATCH 6/6] Removed docker hub link. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 86a51eb..ca28332 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -Can be found at [Docker Hub](https://hub.docker.com/r/noahvrz/docker-ttrss/) - # docker-ttrss This Dockerfile installs Tiny Tiny RSS (TT-RSS) with the following features: