Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9aca263

Browse files
committed
Update rssbridge
1 parent d50363a commit 9aca263

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

_snippets/common-links.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
[linx]: /recipes/linx/
1313
[mealie]: /recipes/mealie/
1414
[mylar]: /recipes/autopirate/mylar/
15+
[miniflux]: /recipes/miniflux/
1516
[nightscout]: /recipes/nightscout/
1617
[nzbget]: /recipes/autopirate/nzbget/
1718
[nzbhydra]: /recipes/autopirate/nzbhydra/

manuscript/images/rss.png

-98.5 KB
Binary file not shown.

manuscript/images/rssbridge.png

138 KB
Loading

manuscript/recipes/rss-bridge.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# RSS Bridge
22

3-
[RSS-Bridge](https://github.com/RSS-Bridge/rss-bridge) is a PHP project capable of generating RSS and Atom feeds for websites that don't have one. It can be used on webservers or as a stand-alone application in CLI mode. You can deploy the service in different ways. Such as installing using PHP, Or you can setup using the Docker [Image](https://hub.docker.com/r/rssbridge/rss-bridge).
3+
4+
Do you hate having to waste time looking for a specific post. [RSS-Bridge](https://github.com/RSS-Bridge/rss-bridge) can convert the busiest parts of the web into nice structured plaintext to help quickly find exactly what you are looking for.
45

56
![RSS Screenshot](../images/rssbridge.png)
67

@@ -71,5 +72,6 @@ networks:
7172
Launch the RSS Bridge stack by running ```docker stack deploy rssbridge -c <path -to-docker-compose.yml>```
7273

7374
[^1]: The inclusion of RSS Bridge was due to the efforts of Bencey in our [Discord server](http://chat.funkypenguin.co.nz). Thanks Ben!!
75+
[^2]: This recipe goes well with an RSS reader such as [miniflux]
7476

7577
--8<-- "recipe-footer.md"

0 commit comments

Comments
 (0)