1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-28 00:52:17 +00:00

Editor's tweaks!

This commit is contained in:
David Young
2021-10-14 01:14:25 +00:00
parent 3dbf58cd94
commit 96a9788fa8
3 changed files with 8 additions and 9 deletions

View File

@@ -1,10 +1,9 @@
# RSS Bridge
Do you hate having to access multiple sites to view specific content? [RSS-Bridge](https://github.com/RSS-Bridge/rss-bridge) can convert content from a wide variety of websites such as (Reddit, Facebook, Twitter) so that it can be viewed in a structured and consistent way, all from one place (Your feed reader)
![RSS Screenshot](../images/rssbridge.png)
Do you hate having to access multiple sites to view specific content? [RSS-Bridge](https://github.com/RSS-Bridge/rss-bridge) can convert content from a wide variety of websites (*such as Reddit, Facebook, Twitter*) so that it can be viewed in a structured and consistent way, all from one place (Your feed reader)
![RSS-Bridge Screenshot](../images/rssbridge.png)
--8<-- "recipe-standard-ingredients.md"
@@ -15,7 +14,7 @@ Do you hate having to access multiple sites to view specific content? [RSS-Bridg
First we create a directory to hold the data which RSS Bridge will serve:
```
```bash
mkdir /var/data/config/rssbridge
cd /var/data/config/rssbridge
```
@@ -56,11 +55,11 @@ networks:
## Serving
### Launch RSS Bridge!
### Deploy the bridge!
Launch the RSS Bridge stack by running ```docker stack deploy rssbridge -c <path -to-docker-compose.yml>```
[^1]: The inclusion of RSS Bridge was due to the efforts of Bencey in our [Discord server](http://chat.funkypenguin.co.nz). Thanks Ben!!
[^2]: This recipe goes well with an RSS reader such as [miniflux]
[^1]: The inclusion of RSS Bridge was due to the efforts of @bencey in [Discord](http://chat.funkypenguin.co.nz) (Thanks Ben!)
[^2]: This delicious recipe is well-paired with an RSS reader such as [Miniflux][miniflux]
--8<-- "recipe-footer.md"