{{define "head"}}{{end}} {{define "footer_script"}}{{end}} {{define "content"}}

Settings

When this feature is enabled, an Update activity will be sent to followers when a reply is accepted and added to the object replies collection of the note. This has the potential to generate a lot of activity. {{ if eq .fed_config.reply_collection_updates false }} This has been disabled at the server level. Please contact the instance admin to allow this feature to be enabled. {{ end }}
When this feature is enabled, all Follow requests sent to the user will be immediately accepted. {{ if eq .fed_config.auto_accept_followers false }} This has been disabled at the server level. Please contact the instance admin to allow this feature to be enabled. {{ end }}

Utilities

Several utilities are provided to allow manually trigger crawl jobs for actors and objects.

ACLs

Enter an actor URL or domain.
{{ range $acl := .acls }} {{ end }}
Scope Target Action
{{ $acl.Scope }} {{ $acl.Target }} {{ if eq $acl.Action 0 }}Allow{{ else }}Deny{{ end }}

ACL Test

{{end}}