Back to Peertube

Register Step Channel.Component

client/src/app/+signup/+register/steps/register-step-channel.component.html

8.1.5944 B
Original Source

If you want to publish videos on {{ instanceName() }}, you must create your first channel.

You might want to create a channel by theme: for example, you can create a channel named "SweetMelodies" to publish your piano concerts and another one "Ecology" in which you publish your videos talking about ecology.

@if (videoQuota() !== -1) {

{{ instanceName() }} administrators allow you to publish up to {{ videoQuota() | bytes: 0 }} of videos on their website.

}

Channel display name This is the name that will be publicly visible to other users.

@if (formErrors.displayName) { {{ formErrors.displayName }} }

Channel identifier This is the name that will be displayed in your profile URL.

@{{ instanceHost }}

@if (formErrors.name) { {{ formErrors.name }} } @if (isSameThanUsername()) { Channel identifier cannot be the same as your account name. You can click on the first step to update your account name. }