link for guarantees
parent
95b677ce99
commit
19e529229b
|
@ -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,
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue