Avatar
Rif'at Ahdi R
2b67e480b7f99d2835684a8f7276d86edbe8e318ea55cf77ccfd559c5f24f645
Special family-friendly relay with filter settings (Language, Safe For Work, Hate speech, Sentiment, Topic, etc) for Global Feed: https://github.com/atrifat/nostr-filter-relay/blob/main/USAGE.md wss://nfrelay.app Indonesian. Learning and interested in PHP, JS, Go, DevOps, Android, and Machine Learning

No, this is bridged account through Mostr. They also seems to only federated with several fediverse instances (blocked lots of fediverse instances).

https://www.threads.net/moderated_servers

Replying to Avatar Cody

nostr-relay-tray v1.5.0 Released!

https://github.com/CodyTseng/nostr-relay-tray/releases/tag/v1.5.0

- Added the ability to clear all events

- Introduced dark mode

- Added the ability to join hubs

A hub is an aggregator relay similar to bostr. By joining a hub, you can contribute your local computing power and data to provide relay services to others.

My deployed hub can be accessed at: wss://hub.nostr-relay.app . You can connect to this relay using any nostr client.

If you want to join this hub, download the latest version of nostr-relay-hub and enable the join hub option in the settings. The hub address to join is: wss://hub.nostr-relay.app/join

You can also deploy your own hub. For more information: https://github.com/CodyTseng/tray-hub

#nostr #relay #devstr

Thank you, finally released with Hub code. I will test tomorrow 👀

+1 for PopOS for Desktop/Laptop. It has nice integration out of the box with Nvidia driver for easy gaming experience.

Another choice is probably Kubuntu or any Ubuntu-based distro with KDE. Easy to navigate for ex-Windows users.

Also, Do not reboot ... Period. 😄

You can probably try using:

wss://nfrelay.app

as your "global feed" relay in your nostr client settings. By default it will filter Non SFW content, toxic comments, etc.

You can also customize its parameters freely or even disable filter settings. 🙂

User guide:

https://github.com/atrifat/nostr-filter-relay/blob/main/USAGE.md

Nice, will wait for that 🙂

BTW I have already run relay tray latest version ? Haven't seen any "hub" yet, is it not implemented yet in the current version?

Oh, does it work for now?

If not I think the probably reason is you fetch kind 7 directly with wss://nfrelay.app/?user=activitypub ? Right?

["REQ","subid",{"kinds":[7]}]

Currently filter logic in nfrelay.app only process REQ with kind 1. So you can't directly use kind 7 with any filter for now. Other kind beside kind 1 is not filtered 😅

You can probably use those kind 7 but need to check again from "e" tag in those kind 7 to nfrelay.app . Did certain kind 1 exist with those "e" tag

["REQ","subid",{"kinds":[1], "ids":["eventId1", "eventId2"]}]

into wss://nfrelay.app/?user=activitypub

> Negentropy implementation

Not at the moment. I think will add into backlog feature later. Currently want to finish the main features at first.

Hmm it seems weird need to debug it 😅

I have tested using nak manually

nak req -k 1 -l 2000 wss://nfrelay.app/?user=activitypub | grep -v activitypub

It gives 0 since the returned events because all the returned value were all from mostr.

While

nak req -k 1 -l 2000 wss://nfrelay.app/?user=activitypub | grep activitypub

Show all the activitypub events

It works. But it seems there are mixed events with nostr native user (non bridged). 🤔

How did you fetch the events? Does it using parameter user=activitypub ?

If you still found the content that you don't want then you can also probably tweak it with confidence score parameter setting

https://github.com/atrifat/nostr-filter-relay/blob/main/USAGE.md

If you need the "tamed" version of it then you can fetch the events using wss://nfrelay.app/?user=activitypub . It has default filter for those wild content 😅

I think the "tamed" version is quite good. There are also variety good accounts there.

Interesting. I think i can probably participate as hub server volunteer for early testing. Is there any hub server code that need to be run?

https://github.com/atrifat/nostr-filter-relay

It has several independent modules (listed) to support the main relay app.

Really grateful, Thank you nostr:npub10pensatlcfwktnvjjw2dtem38n6rvw8g6fv73h84cuacxn4c28eqyfn34f for supporting #NostrFilterRelay 🤗 developments. It has been a great honor and opportunity to me working on Open Source project in #Nostr . Especially, since this is my first experience working in public project.

Please let me know if you have suggestions, experience, and feedback for the project. Thank you.