debmaker/ressources/tt-rss
Thomas Legay 2024db6dc6 Update 2023-07-16 09:36:17 +02:00
..
rootfs update version & section change 2022-11-01 22:14:36 +01:00
README.MD README MIGRATION 2022-10-01 17:58:26 +02:00
debmaker Update 2023-07-16 09:36:17 +02:00

README.MD

tt-rss

Information

Site : https://tt-rss.org/

Source : https://git.tt-rss.org/fox/tt-rss

Install
apt install -y  wget ca-certificates
wget -qO - https://deb.lgy.fr/install.sh | bash
apt-get update
apt-get install -y tt-rss

#Edit /etc/tt-rss/config.php
systemctl enable --now tt-rss

# sample configuration for apache2 + php fpm
apt install apache2 php-fpm
a2enmod proxy_fcgi setenvif
a2enconf php7.4-fpm
cp /usr/share/doc/tt-rss/apache2-tt-rss.conf /etc/apache2/sites-available/tt-rss.conf
#edit /etc/apache2/sites-available/tt-rss.conf
a2ensite tt-rss
systemctl restart apache2