Back to Peertube

Admin Config Wizard Form.Component

client/src/app/modal/admin-config-wizard/steps/admin-config-wizard-form.component.html

8.1.5672 B
Original Source

STEP {{ currentStep() }}/{{ totalSteps() }}

Usage type

You can also edit your platform configuration at a later time

My platform is more like...

Community-based

Enable a community to publish content and interact together.

Institutional

To broadcast your videos. Recommended for public institutions, association and companies.

Private

Only certain people can access content. Recommended for families and closed communities.

@if (platformType === 'community') { } @else if (platformType === 'institution') { } @else if (platformType === 'private') { }

BackPreview configurationIgnore for now