From 453db9e5f75097aceb4ae16253bd8f6e79e188cc Mon Sep 17 00:00:00 2001 From: Raul Piraces Alastuey Date: Fri, 7 Jul 2023 20:20:31 +0200 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 20d4b5a..4e147e5 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ **Working relay: `wss://rsslay.nostr.moe`. Frontend available in [rsslay.nostr.moe](https://rsslay.nostr.moe).** -[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template/UDf6vC?referralCode=Zbo_gO) +[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/template/UDf6vC?referralCode=Zbo_gO) ![Screenshot of main page](screenshot.png) @@ -70,6 +70,13 @@ In the case of the main instance `rsslay.nostr.moe`, Redis is used in HA mode to Since version v0.5.1, rsslay uses [Prometheus](https://prometheus.io/) instrumenting with metrics exposed on `/metrics` path. So with this you can mount your own [Graphana](https://grafana.com/) dashboards and look into rsslay insights! +# Related projects + +- **atomstr** by [@psic4t](https://github.com/psic4t): atomstr is a RSS/Atom gateway to Nostr. It fetches all sorts of RSS or Atom feeds, generates Nostr profiles for each and posts new entries to given Nostr relay(s). If you have one of these relays in your profile, you can find and subscribe to the feeds. + - Source code: https://sr.ht/~psic4t/atomstr/ + - Demo instance: https://atomstr.data.haus/ + + # Contributing Feel free to [open an issue](https://github.com/piraces/rsslay/issues/new), provide feedback in [discussions](https://github.com/piraces/rsslay/discussions), or fork the repo and open a PR with your contribution!