{{- /* // GoToSocial // Copyright (C) GoToSocial Authors admin@gotosocial.org // SPDX-License-Identifier: AGPL-3.0-or-later // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . */ -}} {{ template "header.tmpl" .}}

About

{{.instance.Description |noescape}}

Languages

{{ if .languages }} This instance prefers the following languages:

    {{range .languages}}
  1. {{.}}
  2. {{end}}
{{ else }} This instance does not have any preferred languages. {{ end }}

Admin Contact

{{if .instance.ContactAccount}}
{{end}} {{if .instance.Email}} Email: {{.instance.Email}} {{end}}

Rules

    {{range .instance.Rules}}
  1. {{.Text}}
  2. {{end}}

Features

  • Registration is {{if .instance.Registrations}} enabled{{if .instance.ApprovalRequired}}, but requires admin approval{{end}}. {{else}} disabled. {{end}}
  • {{if .instance.Configuration.Accounts.AllowCustomCSS}}
  • Users are allowed to set Custom CSS for their profiles.
  • {{end}}
  • Toots can contain up to {{.instance.Configuration.Statuses.MaxCharacters}} characters and {{.instance.Configuration.Statuses.MaxMediaAttachments}} media attachments.
  • Polls can have up to {{.instance.Configuration.Polls.MaxOptions}} options, with {{.instance.Configuration.Polls.MaxCharactersPerOption}} characters each.

Moderated servers

ActivityPub instances exchange (federate) data with other instances, including accounts and toots. This can be prevented for specific domains by suspending them. None of their content is stored, and interaction with their users is blocked both ways.
{{if .blocklistExposed}} View the list of suspended domains {{else}} This instance does not publically share this list. {{end}}

Instance Statistics

  • Users: {{.instance.Stats.user_count}}
  • Posts: {{.instance.Stats.status_count}}
  • Federates with: {{.instance.Stats.domain_count}} instances
{{ template "footer.tmpl" .}}