From 692eeabf57b442710c4778b50ab312162190a153 Mon Sep 17 00:00:00 2001 From: db0 Date: Thu, 22 Jun 2023 19:41:46 +0200 Subject: [PATCH] index --- README.md | 4 +++- overseer/templates/index.md | 8 ++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 53dac10..b341484 100644 --- a/README.md +++ b/README.md @@ -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/) -The currently running instance is on https://overseer.dbzer0.com \ No newline at end of file +The currently running instance is on https://overseer.dbzer0.com + +See devlog: https://dbzer0.com/blog/overseer-a-fediverse-chain-of-trust/ \ No newline at end of file diff --git a/overseer/templates/index.md b/overseer/templates/index.md index c6927e9..722b209 100644 --- a/overseer/templates/index.md +++ b/overseer/templates/index.md @@ -2,6 +2,14 @@ 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 [Full Documentation](/api)