diff --git a/fediseer/apis/v1/guarantees.py b/fediseer/apis/v1/guarantees.py index 9f4d6d8..781e25b 100644 --- a/fediseer/apis/v1/guarantees.py +++ b/fediseer/apis/v1/guarantees.py @@ -105,7 +105,7 @@ class Guarantees(Resource): db.session.add(new_endorsement) db.session.commit() activitypub_pm.pm_admins( - message=f"Congratulations! Your instance has just been guaranteed by {instance.domain}. This also comes with your first endorsement.", + message=f"Congratulations! Your instance has just been guaranteed by {instance.domain}. This also comes with your first endorsement.\n\nThis is an automated PM by the [Fediseer](https://fediseer.com) service.", domain=target_instance.domain, software=target_instance.software, instance=target_instance, diff --git a/fediseer/templates/index.md b/fediseer/templates/index.md index cac7af1..5933437 100644 --- a/fediseer/templates/index.md +++ b/fediseer/templates/index.md @@ -1,8 +1,8 @@ # Fediseer -This is a [FOSS service](https://github.com/db0/fediseer) to help Fediverse instances detect and avoid suspcicious instances +This is a [FOSS service](https://github.com/db0/fediseer) to help Fediverse instances detect and avoid suspicious instances. -[Release Devlog](https://dbzer0.com/blog/overseer-a-fediverse-chain-of-trust/) +[What is Fediseer](https://dbzer0.com/blog/overseer-a-fediverse-chain-of-trust/) devlog ## Scope @@ -12,10 +12,14 @@ However using the endorsement system, you can create a further customized whitel ## REST API -[Full Documentation](/api) +[Full API Documentation](/api) + +## Community + +* [Fediverse Community](https://lemmy.dbzer0.com/c/fediseer) ## Credits These are the people who made this software possible. -* [Db0](https://dbzer0.com) - Development and Maintenance +* [Db0](https://dbzer0.com) - Development and Maintenance.