From 8474d32114be52ade3d7498e626156d05ea68c95 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sun, 17 Jan 2021 19:53:01 -0700 Subject: [PATCH] Add instance actor help page --- .../views/site/help/instance-actor.blade.php | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 resources/views/site/help/instance-actor.blade.php diff --git a/resources/views/site/help/instance-actor.blade.php b/resources/views/site/help/instance-actor.blade.php new file mode 100644 index 000000000..9d9a2788d --- /dev/null +++ b/resources/views/site/help/instance-actor.blade.php @@ -0,0 +1,26 @@ +@extends('site.help.partial.template', ['breadcrumb'=>'Instance Actor']) + +@section('section') + +
+

Instance Actor

+
+
+

We use a special account type known as an Instance Actor to fetch content securely with other servers in the fediverse.

+
+

For Instance Admins

+

If you are an instance admin that found this URL in a request or profile, this account is used to fetch content from remote instances using signed requests (HTTP Signatures) to enforce domain block compatibility with other instances.

+
+
+
+
Instance Actor Tips
+
+
    +
  • The Instance Actor will not appear in search results.
  • +
  • You cannot follow an Instance Actor.
  • +
  • The Instance Actor does not follow accounts.
  • +
  • The Instance Actor account does not post or share content from users.
  • +
+
+
+@endsection \ No newline at end of file