Back to Peertube

Instance Features Table.Component

client/src/app/shared/shared-instance/instance-features-table.component.html

8.1.51.7 KB
Original Source

@if (serverConfig()) {

@if (serverConfig()) {

Features found on this instance| 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
Video quota

} @else { Unlimited @if (dailyUserVideoQuota !== -1) { ({{ dailyUserVideoQuota | bytes: 0 }} per day) } } |

Live streaming
Live streaming enabled
@if (serverConfig().live.enabled) {
} @if (serverConfig().live.enabled) {
}
---
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
Plugins enabled

} }