@if (serverConfig()) {
| PeerTube version | {{ getServerVersionAndCommit() }} |
|---|---|
|
Default sensitive content policy
can be redefined by the users
|
{{ buildNSFWLabel() }} |
| User registration | {{ buildRegistrationLabel() }} |
| Video uploads | |
| Transcoding in multiple resolutions |
|
| Automatic transcription |
|
| Video uploads | @if (serverConfig().autoBlacklist.videos.ofUsers.enabled) { Requires manual validation by moderators } @if (!serverConfig().autoBlacklist.videos.ofUsers.enabled) { Automatically published } |
| Video quota |
@if (initialUserVideoQuota !== -1) {
{{ initialUserVideoQuota | bytes: 0 }}
@if (dailyUserVideoQuota !== -1) {
|
| Live streaming | |
| Live streaming enabled |
|
| Transcode live video in multiple resolutions |
|
| Max parallel lives | {{ maxUserLives }} per user / {{ maxInstanceLives }} per instance |
| Video Import | |
| HTTP import (YouTube, Vimeo, direct URL...) |
|
| Torrent import |
|
| Channel synchronization with other platforms (YouTube, Vimeo, ...) |
|
| User Import/Export | |
| Users can export their data |
|
| Users can import their data |
|
| Search | |
| Users can resolve distant content |
|
| Plugins & Themes | |
| Available themes | @for (theme of serverConfig().theme.registered; track theme) { {{ theme.name }} } |
| Plugins enabled | @for (plugin of serverConfig().plugin.registered; track plugin) { {{ plugin.name }} } |