README MIGRATION
This commit is contained in:
parent
6495c0d2ec
commit
a92a6a8738
21 changed files with 454 additions and 298 deletions
25
ressources/rss-bridge/README.MD
Normal file
25
ressources/rss-bridge/README.MD
Normal file
|
@ -0,0 +1,25 @@
|
|||
#### rss-bridge
|
||||
|
||||
##### Information
|
||||
Site : https://github.com/rss-bridge/rss-bridge
|
||||
|
||||
Source : https://github.com/RSS-Bridge/rss-bridge
|
||||
|
||||
##### Install
|
||||
|
||||
```bash
|
||||
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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue