debmaker/ressources/rss-bridge
Thomas Legay c72fb8b625 update 2024-04-13 23:16:05 +02:00
..
rootfs Update 2023-07-16 09:36:17 +02:00
README.MD README MIGRATION 2022-10-01 17:58:26 +02:00
debmaker update 2024-04-13 23:16:05 +02:00

README.MD

rss-bridge

Information

Site : https://github.com/rss-bridge/rss-bridge

Source : https://github.com/RSS-Bridge/rss-bridge

Install
apt install -y wget ca-certificates
wget -qO - https://deb.lgy.fr/install.sh | bash
apt-get update
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/rss-bridge.conf
a2ensite rss-bridge

# edit /etc/apache2/site-available/rss-bridge.conf

systemctl restart apache2