X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=support%2Fdocker%2Fproduction%2Fconfig%2Fcustom-environment-variables.yaml;h=7c430a9955c394fab88947624148c155b14a1864;hb=10ef089102f2225c5ec3ed426bc612e4f2bc8655;hp=d5b8788300e10e2fb32600606db58e5180e153c8;hpb=b6a1dd4d1b3b0032f8b968e72cbd074f646e8827;p=github%2FChocobozzz%2FPeerTube.git diff --git a/support/docker/production/config/custom-environment-variables.yaml b/support/docker/production/config/custom-environment-variables.yaml index d5b878830..7c430a995 100644 --- a/support/docker/production/config/custom-environment-variables.yaml +++ b/support/docker/production/config/custom-environment-variables.yaml @@ -19,6 +19,9 @@ database: suffix: "PEERTUBE_DB_SUFFIX" username: "PEERTUBE_DB_USERNAME" password: "PEERTUBE_DB_PASSWORD" + ssl: + __name: "PEERTUBE_DB_SSL" + __format: "json" redis: hostname: "PEERTUBE_REDIS_HOSTNAME" @@ -42,6 +45,42 @@ smtp: __format: "json" from_address: "PEERTUBE_SMTP_FROM" +object_storage: + enabled: + __name: "PEERTUBE_OBJECT_STORAGE_ENABLED" + __format: "json" + + endpoint: "PEERTUBE_OBJECT_STORAGE_ENDPOINT" + + region: "PEERTUBE_OBJECT_STORAGE_REGION" + + max_upload_part: + __name: "PEERTUBE_OBJECT_STORAGE_MAX_UPLOAD_PART" + __format: "json" + + streaming_playlists: + bucket_name: "PEERTUBE_OBJECT_STORAGE_STREAMING_PLAYLISTS_BUCKET_NAME" + prefix: "PEERTUBE_OBJECT_STORAGE_STREAMING_PLAYLISTS_PREFIX" + base_url: "PEERTUBE_OBJECT_STORAGE_STREAMING_PLAYLISTS_BASE_URL" + + videos: + bucket_name: "PEERTUBE_OBJECT_STORAGE_VIDEOS_BUCKET_NAME" + prefix: "PEERTUBE_OBJECT_STORAGE_VIDEOS_PREFIX" + base_url: "PEERTUBE_OBJECT_STORAGE_VIDEOS_BASE_URL" + +webadmin: + configuration: + edit: + allowed: + __name: "PEERTUBE_ALLOW_WEBADMIN_CONFIG" + __format: "json" + +log: + level: "PEERTUBE_LOG_LEVEL" + log_ping_requests: + __name: "PEERTUBE_LOG_PING_REQUESTS" + __format: "json" + user: video_quota: __name: "PEERTUBE_USER_VIDEO_QUOTA" @@ -103,12 +142,23 @@ transcoding: 720p: __name: "PEERTUBE_TRANSCODING_720P" __format: "json" - 1080: + 1080p: __name: "PEERTUBE_TRANSCODING_1080P" __format: "json" - 2160: + 1440p: + __name: "PEERTUBE_TRANSCODING_1440P" + __format: "json" + 2160p: __name: "PEERTUBE_TRANSCODING_2160P" __format: "json" + webtorrent: + enabled: + __name: "PEERTUBE_TRANSCODING_WEBTORRENT_ENABLED" + __format: "json" + hls: + enabled: + __name: "PEERTUBE_TRANSCODING_HLS_ENABLED" + __format: "json" instance: name: "PEERTUBE_INSTANCE_NAME"