index
parent
16cd128767
commit
692eeabf57
|
@ -4,4 +4,6 @@ This service provides an REST API which can be used to retrieve various informat
|
||||||
|
|
||||||
It's reliant on the [Lemmy Fediverse Observer](https://lemmy.fediverse.observer/)
|
It's reliant on the [Lemmy Fediverse Observer](https://lemmy.fediverse.observer/)
|
||||||
|
|
||||||
The currently running instance is on https://overseer.dbzer0.com
|
The currently running instance is on https://overseer.dbzer0.com
|
||||||
|
|
||||||
|
See devlog: https://dbzer0.com/blog/overseer-a-fediverse-chain-of-trust/
|
|
@ -2,6 +2,14 @@
|
||||||
|
|
||||||
This is a [FOSS service](https://github.com/db0/lemmy-overseer) to help Lemmy instances detect and avoid suspcicious instances
|
This is a [FOSS service](https://github.com/db0/lemmy-overseer) to help Lemmy instances detect and avoid suspcicious instances
|
||||||
|
|
||||||
|
[Release Devlog](https://dbzer0.com/blog/overseer-a-fediverse-chain-of-trust/)
|
||||||
|
|
||||||
|
## Scope
|
||||||
|
|
||||||
|
This Overseer is focused around anti-spam verification. We make no judgement on the content of the guaranteed communities other than they have been verified to not be fake spam instances and are making a good effort to block spam accounts.
|
||||||
|
|
||||||
|
However using the endorsement system, you can create a further customized whitelist around the endorsement of instances you trust.
|
||||||
|
|
||||||
## REST API
|
## REST API
|
||||||
|
|
||||||
[Full Documentation](/api)
|
[Full Documentation](/api)
|
||||||
|
|
Loading…
Reference in New Issue