link for guarantees

pull/11/head
db0 2023-06-26 13:45:22 +02:00
parent 95b677ce99
commit 19e529229b
2 changed files with 9 additions and 5 deletions

View File

@ -105,7 +105,7 @@ class Guarantees(Resource):
db.session.add(new_endorsement) db.session.add(new_endorsement)
db.session.commit() db.session.commit()
activitypub_pm.pm_admins( 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, domain=target_instance.domain,
software=target_instance.software, software=target_instance.software,
instance=target_instance, instance=target_instance,

View File

@ -1,8 +1,8 @@
# Fediseer # 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 ## Scope
@ -12,10 +12,14 @@ However using the endorsement system, you can create a further customized whitel
## REST API ## REST API
[Full Documentation](/api) [Full API Documentation](/api)
## Community
* [Fediverse Community](https://lemmy.dbzer0.com/c/fediseer)
## Credits ## Credits
These are the people who made this software possible. These are the people who made this software possible.
* [Db0](https://dbzer0.com) - Development and Maintenance * [Db0](https://dbzer0.com) - Development and Maintenance.