mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-09 16:38:50 +00:00
Update README.md (#3005)
This commit is contained in:
parent
8ffc002e53
commit
51f6ec8dc1
@ -25,6 +25,8 @@ Check out RSS-Bridge right now on https://rss-bridge.org/bridge01 or find anothe
|
|||||||
|
|
||||||
## Tutorial
|
## Tutorial
|
||||||
|
|
||||||
|
RSS-Bridge requires php 7.4.
|
||||||
|
|
||||||
### Install with git:
|
### Install with git:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@ -47,7 +49,7 @@ Example config for nginx:
|
|||||||
# /etc/nginx/sites-enabled/rssbridge
|
# /etc/nginx/sites-enabled/rssbridge
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
# server_name example.com;
|
server_name example.com;
|
||||||
root /var/www/rss-bridge;
|
root /var/www/rss-bridge;
|
||||||
index index.php;
|
index index.php;
|
||||||
|
|
||||||
@ -101,7 +103,7 @@ Learn more in
|
|||||||
|
|
||||||
### Create a bridge
|
### Create a bridge
|
||||||
|
|
||||||
Create the new bridge in `bridges/ExecuteBridge.php`:
|
Create the new bridge in e.g. `bridges/ExecuteBridge.php`:
|
||||||
|
|
||||||
```php
|
```php
|
||||||
<?php
|
<?php
|
||||||
@ -132,7 +134,7 @@ Learn more in [bridge api](https://rss-bridge.github.io/rss-bridge/Bridge_API/in
|
|||||||
|
|
||||||
### How to enable all bridges
|
### How to enable all bridges
|
||||||
|
|
||||||
Write an asterisks in `whitelist.txt`:
|
Write an asterisks to `whitelist.txt`:
|
||||||
|
|
||||||
echo '*' > whitelist.txt
|
echo '*' > whitelist.txt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user