From b8d748f5f36e81d7af556c34cd8bb27c86b30cfa Mon Sep 17 00:00:00 2001 From: root Date: Thu, 3 Feb 2022 23:03:40 +0100 Subject: [PATCH] Add rss-bridge in README.MD --- README.MD | 19 +++++++++++++++++++ gotify => gotify2deb | 0 2 files changed, 19 insertions(+) rename gotify => gotify2deb (100%) diff --git a/README.MD b/README.MD index df30f99..caa2b8c 100644 --- a/README.MD +++ b/README.MD @@ -27,6 +27,25 @@ apt-get install -y joplin-server systemctl enable --now joplin-server ``` + +#### rss-bridge + +```bash +wget -qO - https://deb.lgy.fr/install.sh | bash +apt install rss-bridge + +# sample configuration for apache2 + +apt install libapache2-mod-php +cp /usr/share/doc/rss-bridge/apache2-rss-bridge.conf /etc/apache2/site-available/ +a2ensite apache2-rss-bridge + +# edit /etc/apache2/site-available/apache2-rss-bridge.conf + +systemctl restart apache2 +``` + + #### vaultwarden ```bash diff --git a/gotify b/gotify2deb similarity index 100% rename from gotify rename to gotify2deb