Table of Contents
peertube
Synopsis
Peertube, a federated (ActivityPub) video streaming platform.
For more informations
Basic variables
Général (general)
Reverse proxy (general.revprox)
Point d'entrée des clients (general.revprox.revprox_client)
This a family is a leadership.
peertube (general.peertube)
external (general.oauth2_client.external)
- [+]: variable is multiple
- bold: variable is mandatory
Variables
Général (general)
Reverse proxy (general.revprox)
Point d'entrée des clients (general.revprox.revprox_client)
This a family is a leadership.
PostgreSQL (general.postgresql)
Redis (general.redis)
OAuth2 client (general.oauth2_client)
external (general.oauth2_client.external)
peertube (general.peertube)
| Description |
Values |
| Description courte de l'instance (peertube_short_description) |
PeerTube, an ActivityPub-federated video streaming platform using P2P directly in your web browser. |
| Description de l'instance (peertube_description) |
Welcome to this PeerTube instance! |
- [+]: variable is multiple
- bold: variable is mandatory
Variables for expert
Général (general)
NGINX (general.nginx)
Paramétrage global de NGINX
- [+]: variable is multiple
- bold: variable is mandatory
Examples
Zone names are provided as examples. Think about adapting with the value of provider_zone in configuration file.
With minimum providers:
peertube:
applicationservice: peertube
zones_name:
- localdns
- reverseproxy
- smtp
- redis
- oauth2
- postgresql
values:
general.revprox.revprox_client.revprox_client_external_domainnames:
- service.example.net
general.peertube.peertube_admin_email: john.doe@example.net
With all providers:
peertube:
applicationservice: peertube
zones_name:
- journald
- externaldns
- localdns
- reverseproxy
- smtp
- redis
- oauth2
- postgresql
values:
general.revprox.revprox_client.revprox_client_external_domainnames:
- service.example.net
general.peertube.peertube_admin_email: john.doe@example.net
Dependances
All applications services for this dataset.