2021-03-19 13:32:35 +00:00
|
|
|
TYPE=peertube
|
|
|
|
|
2021-03-21 15:50:30 +00:00
|
|
|
DOMAIN=peertube.example.com # <= EDIT THIS
|
2021-03-19 13:32:35 +00:00
|
|
|
## Domain aliases
|
|
|
|
#EXTRA_DOMAINS=', `www.peertube.example.com`'
|
|
|
|
LETS_ENCRYPT_ENV=production
|
2021-03-19 16:03:13 +00:00
|
|
|
|
2021-03-20 06:33:13 +00:00
|
|
|
PEERTUBE_WEBSERVER_PORT=443
|
|
|
|
PEERTUBE_WEBSERVER_HTTPS=true
|
2021-03-21 15:50:30 +00:00
|
|
|
PEERTUBE_ADMIN_EMAIL=admin@example.com # <= EDIT THIS
|
2021-03-20 06:33:13 +00:00
|
|
|
PEERTUBE_SIGNUP_ENABLED=false
|
|
|
|
PEERTUBE_TRANSCODING_ENABLED=true
|
2021-03-20 06:51:45 +00:00
|
|
|
|
2021-03-21 16:00:50 +00:00
|
|
|
SECRET_DB_PASSWORD_VERSION=v1
|
|
|
|
|
2021-03-21 15:45:52 +00:00
|
|
|
## Webseed backend
|
|
|
|
#
|
|
|
|
# If no NGINX_WEBSEED option is enabled, videos will be served
|
|
|
|
# via sendfile, from the the app_data docker volume.
|
|
|
|
|
|
|
|
# If the proxy backend is enabled, nginx will proxy requests to
|
|
|
|
# NGINX_WEBSEED_PROXY_URI and cache video data locally
|
|
|
|
#
|
|
|
|
#NGINX_WEBSEED_PROXY_ENABLE=true
|
|
|
|
#NGINX_WEBSEED_PROXY_URI=https://some-bucket.s3.api-endpoint.net
|
|
|
|
|
|
|
|
# If the CDN backend is enabled, nginx will respond to webseed requests
|
|
|
|
# with redirects to NGINX_WEBSEED_CDN_URI instead of sending video data
|
|
|
|
#
|
|
|
|
#NGINX_WEBSEED_CDN_ENABLE=true
|
|
|
|
#NGINX_WEBSEED_CDN_URI=https://some-bucket.some-cdn.net
|
|
|
|
|
2021-03-20 06:51:45 +00:00
|
|
|
## E-mail settings
|
|
|
|
#PEERTUBE_SMTP_HOSTNAME=postfix_relay_app
|
|
|
|
#PEERTUBE_SMTP_PORT=25
|
2021-03-21 15:50:30 +00:00
|
|
|
#PEERTUBE_SMTP_FROM=peertube@example.com # <= EDIT THIS
|
2021-03-20 06:51:45 +00:00
|
|
|
#PEERTUBE_SMTP_TLS=false
|
|
|
|
#PEERTUBE_SMTP_DISABLE_STARTTLS=true
|