Back to Peertube

Instance Config Warning Modal.Component

client/src/app/modal/instance-config-warning-modal.component.html

8.1.5981 B
Original Source

Configuration warning!

You enabled user registration on your instance but did not configure the following fields:

@if (about.instance.name.toLowerCase() === 'peertube') { - Instance name } @if (isDefaultShortDescription(about.instance.shortDescription)) { - Instance short description } @if (!about.instance.administrator) { - Who you are } @if (!about.instance.maintenanceLifetime) { - How long you plan to maintain your instance } @if (!about.instance.businessModel) { - How you plan to pay for keeping your instance running } @if (!about.instance.moderationInformation) { - How you will moderate your instance } @if (!about.instance.terms) { - Instance terms }

Please consider configuring these fields to help people to choose the appropriate instance. Without them, your instance may not be referenced on the JoinPeerTube website.

Configure