CACHE

Some files are not federated, and fetched when necessary. Define their caching policies.
{getCacheSize('previews'), plural, =1 {cached image} other {cached images}}
@if (formErrors.cache.previews.size) { }
{getCacheSize('captions'), plural, =1 {cached caption} other {cached captions}}
@if (formErrors.cache.captions.size) { }
{getCacheSize('torrents'), plural, =1 {cached torrent} other {cached torrents}}
@if (formErrors.cache.torrents.size) { }
{getCacheSize('storyboards'), plural, =1 {cached storyboard} other {cached storyboards}}
@if (formErrors.cache.storyboards.size) { }

TWITTER/X

Extra configuration required by Twitter/X. All other social media (Facebook, Mastodon, etc.) are supported out of the box.

Indicates the Twitter/X account for the website or platform where the content was published.

This is just an extra information injected in PeerTube HTML that is required by Twitter/X. If you don't have a Twitter/X account, just leave the default value.

@if (formErrors.services.twitter.username) { }