peertube/.env.sample
mirsal 100fb038e3 Untested port of peertube to coop-cloud
missing:

 * live streaming and RTMP proxying with traefik
 * webseed cross-instance redundancy
 * option to use S3-compatible storage
 * testing, there might be silly bugs

Did I mention this is untested?
2021-03-19 16:03:13 +00:00

19 lines
549 B
Plaintext

TYPE=peertube
DOMAIN=peertube.example.com
## Domain aliases
#EXTRA_DOMAINS=', `www.peertube.example.com`'
LETS_ENCRYPT_ENV=production
PEERTUBE_WEBSERVER_PORT: 443
PEERTUBE_WEBSERVER_HTTPS: "true"
PEERTUBE_ADMIN_EMAIL: admin@example.com
PEERTUBE_SIGNUP_ENABLED: "false"
PEERTUBE_TRANSCODING_ENABLED: "true"
PEERTUBE_SMTP_HOSTNAME: smtpd
PEERTUBE_SMTP_PORT: 25
PEERTUBE_SMTP_FROM: peertube@example.com
PEERTUBE_SMTP_TLS: "false"
PEERTUBE_SMTP_DISABLE_STARTTLS: "true"
PEERTUBE_TRUST_PROXY: '["127.0.0.1", "loopback", "172.16.0.0/12", "10.0.0.0/8"]'