Add rss-bridge in README.MD

This commit is contained in:
root 2022-02-03 23:03:40 +01:00
parent ed80d22552
commit b8d748f5f3
2 changed files with 19 additions and 0 deletions

View File

@ -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

View File