Add tt-rss
joplin 2.7.13
This commit is contained in:
parent
ef983cadf9
commit
f6b3822e95
11 changed files with 111 additions and 2 deletions
22
README.MD
22
README.MD
|
@ -19,6 +19,7 @@ debmaker_run
|
|||
- [grocy](#grocy)
|
||||
- [joplin-server](#joplin-server)
|
||||
- [rss-bridge](#rss-bridge)
|
||||
- [tt-rss](#tt-rss)
|
||||
- [vaultwarden and vaultwarden-web](#vaultwarden-and-vaultwarden-web)
|
||||
- [wallabag](#wallabag)
|
||||
- [zigbee2mqtt](#zigbee2mqtt)
|
||||
|
@ -70,7 +71,6 @@ a2enconf php8.1-fpm
|
|||
cp /usr/share/doc/grocy/apache2-grocy.conf /etc/apache2/sites-available/grocy.conf
|
||||
a2ensite grocy
|
||||
systemctl restart apache2
|
||||
|
||||
```
|
||||
|
||||
#### joplin-server
|
||||
|
@ -104,6 +104,26 @@ a2ensite rss-bridge
|
|||
systemctl restart apache2
|
||||
```
|
||||
|
||||
#### tt-rss
|
||||
```bash
|
||||
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/grocy/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
|
||||
```
|
||||
|
||||
#### vaultwarden and vaultwarden-web
|
||||
|
||||
```bash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue