mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-17 03:31:53 +00:00
Editor's tweaks!
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
[portainer]: /recipes/portainer/
|
[portainer]: /recipes/portainer/
|
||||||
[radarr]: /recipes/autopirate/radarr/
|
[radarr]: /recipes/autopirate/radarr/
|
||||||
[rtorrent]: /recipes/autopirate/rtorrent/
|
[rtorrent]: /recipes/autopirate/rtorrent/
|
||||||
[rss]: /recipes/rss-bridge/
|
[rss-bridge]: /recipes/rss-bridge/
|
||||||
[sabnzbd]: /recipes/autopirate/sabnzbd/
|
[sabnzbd]: /recipes/autopirate/sabnzbd/
|
||||||
[sonarr]: /recipes/autopirate/sonarr/
|
[sonarr]: /recipes/autopirate/sonarr/
|
||||||
[tfa-dex-static]: /ha-docker-swarm/traefik-forward-auth/dex-static/
|
[tfa-dex-static]: /ha-docker-swarm/traefik-forward-auth/dex-static/
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ hide:
|
|||||||
|
|
||||||
Recipe | Description | Date
|
Recipe | Description | Date
|
||||||
-------------------------|------------------------------------------------------------------------------------------------------------------|--------------
|
-------------------------|------------------------------------------------------------------------------------------------------------------|--------------
|
||||||
[Rss][rss] | Service that generates RSS Feeds for websites that don't have one. It can be used on webservers or as a stand-alone application in CLI mode | _1 Oct 2021_
|
[RSS-Bridge][rss-bridge] | Consume content from non-open platforms (*Facebook, Instagram, etc*) in your feed reader | _1 Oct 2021_
|
||||||
[NightScout][nightscout] | Share your CGM :drop_of_blood: data, setup advanced alarms and charts, for improved diabetes treatment :syringe: and quality-of-life :runner: | _9 Aug 2021_
|
[NightScout][nightscout] | Share your CGM :drop_of_blood: data, setup advanced alarms and charts, for improved diabetes treatment :syringe: and quality-of-life :runner: | _9 Aug 2021_
|
||||||
[Mealie][mealie] | Delicious, API-driven recipe manager, able to scrape-and-import recipes from a URL :cook: | _4 Feb 2021_
|
[Mealie][mealie] | Delicious, API-driven recipe manager, able to scrape-and-import recipes from a URL :cook: | _4 Feb 2021_
|
||||||
[Funkwhale][funkwhale] | Enjoy, share, and federate your music in your own funky "pod". Think "Mastodon for Music" :whale: :musical_note: | _28 Jan 2021_
|
[Funkwhale][funkwhale] | Enjoy, share, and federate your music in your own funky "pod". Think "Mastodon for Music" :whale: :musical_note: | _28 Jan 2021_
|
||||||
|
|||||||
@@ -1,10 +1,9 @@
|
|||||||
# RSS Bridge
|
# 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)
|
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)
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
--8<-- "recipe-standard-ingredients.md"
|
--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:
|
First we create a directory to hold the data which RSS Bridge will serve:
|
||||||
|
|
||||||
```
|
```bash
|
||||||
mkdir /var/data/config/rssbridge
|
mkdir /var/data/config/rssbridge
|
||||||
cd /var/data/config/rssbridge
|
cd /var/data/config/rssbridge
|
||||||
```
|
```
|
||||||
@@ -56,11 +55,11 @@ networks:
|
|||||||
|
|
||||||
## Serving
|
## Serving
|
||||||
|
|
||||||
### Launch RSS Bridge!
|
### Deploy the bridge!
|
||||||
|
|
||||||
Launch the RSS Bridge stack by running ```docker stack deploy rssbridge -c <path -to-docker-compose.yml>```
|
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!!
|
[^1]: The inclusion of RSS Bridge was due to the efforts of @bencey in [Discord](http://chat.funkypenguin.co.nz) (Thanks Ben!)
|
||||||
[^2]: This recipe goes well with an RSS reader such as [miniflux]
|
[^2]: This delicious recipe is well-paired with an RSS reader such as [Miniflux][miniflux]
|
||||||
|
|
||||||
--8<-- "recipe-footer.md"
|
--8<-- "recipe-footer.md"
|
||||||
|
|||||||
Reference in New Issue
Block a user