peertube: bump to v7.2.0, helm chart v0.4.3
This commit is contained in:
parent
88d3175327
commit
4b59f3bde0
@ -11,5 +11,5 @@ dependencies:
|
|||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
version: 20.6.0
|
version: 20.6.0
|
||||||
type: application
|
type: application
|
||||||
version: 0.4.2
|
version: 0.4.3
|
||||||
appVersion: 7.1.0
|
appVersion: 7.2.0
|
||||||
|
@ -8,7 +8,7 @@ image:
|
|||||||
repository: chocobozzz/peertube
|
repository: chocobozzz/peertube
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
# Overrides the image tag whose default is the chart appVersion.
|
# Overrides the image tag whose default is the chart appVersion.
|
||||||
tag: "v7.1.0-bookworm"
|
tag: "v7.2.0-bookworm"
|
||||||
|
|
||||||
imagePullSecrets: []
|
imagePullSecrets: []
|
||||||
nameOverride: ""
|
nameOverride: ""
|
||||||
@ -223,6 +223,8 @@ configAsCode:
|
|||||||
# If you're using such a provider then you can increase this value
|
# If you're using such a provider then you can increase this value
|
||||||
max_request_attempts: 3
|
max_request_attempts: 3
|
||||||
streaming_playlists:
|
streaming_playlists:
|
||||||
|
# Bucket name created on your object storage provider
|
||||||
|
# PeerTube will access it via {bucket_name}.example.com
|
||||||
bucket_name: 'streaming-playlists'
|
bucket_name: 'streaming-playlists'
|
||||||
# Allows setting all buckets to the same value but with a different prefix
|
# Allows setting all buckets to the same value but with a different prefix
|
||||||
prefix: '' # Example: 'streaming-playlists:'
|
prefix: '' # Example: 'streaming-playlists:'
|
||||||
@ -233,7 +235,7 @@ configAsCode:
|
|||||||
# which can be a problem depending on your object storage provider
|
# which can be a problem depending on your object storage provider
|
||||||
# You can also choose to disable this feature to reduce live streams latency
|
# You can also choose to disable this feature to reduce live streams latency
|
||||||
# Live stream replays are not affected by this setting, so they are uploaded in object storage as regular VOD videos
|
# Live stream replays are not affected by this setting, so they are uploaded in object storage as regular VOD videos
|
||||||
store_live_streams: true
|
store_live_streams: false
|
||||||
web_videos:
|
web_videos:
|
||||||
bucket_name: 'web-videos'
|
bucket_name: 'web-videos'
|
||||||
prefix: ''
|
prefix: ''
|
||||||
@ -294,7 +296,7 @@ configAsCode:
|
|||||||
- 'hot' # Adaptation of Reddit's 'Hot' algorithm
|
- 'hot' # Adaptation of Reddit's 'Hot' algorithm
|
||||||
- 'most-viewed' # Number of views in the last x days
|
- 'most-viewed' # Number of views in the last x days
|
||||||
- 'most-liked' # Global views since the upload of the video
|
- 'most-liked' # Global views since the upload of the video
|
||||||
default: 'most-viewed'
|
default: 'hot'
|
||||||
# Cache remote videos on your server, to help other instances to broadcast the video
|
# Cache remote videos on your server, to help other instances to broadcast the video
|
||||||
# You can define multiple caches using different sizes/strategies
|
# You can define multiple caches using different sizes/strategies
|
||||||
# Once you have defined your strategies, choose which instances you want to cache in admin -> manage follows -> following
|
# Once you have defined your strategies, choose which instances you want to cache in admin -> manage follows -> following
|
||||||
@ -468,6 +470,15 @@ configAsCode:
|
|||||||
stun_servers:
|
stun_servers:
|
||||||
- 'stun:stunserver2024.stunprotocol.org'
|
- 'stun:stunserver2024.stunprotocol.org'
|
||||||
- 'stun:stun.framasoft.org'
|
- 'stun:stun.framasoft.org'
|
||||||
|
nsfw_flags_settings:
|
||||||
|
# Allow logged-in/anonymous users to have a more granular control over their NSFW policy
|
||||||
|
# using NSFW flags (violent content, etc.) set by video authors
|
||||||
|
enabled: true
|
||||||
|
download_generate_video:
|
||||||
|
# Max parallel downloads on your instance
|
||||||
|
# Each download spawns an ffmpeg process
|
||||||
|
# The ffmpeg process ends when users have downloaded the entire file or cancelled the download
|
||||||
|
max_parallel_downloads: 100
|
||||||
###############################################################################
|
###############################################################################
|
||||||
#
|
#
|
||||||
# From this point, all the following keys can be overridden by the web interface
|
# From this point, all the following keys can be overridden by the web interface
|
||||||
@ -826,7 +837,7 @@ configAsCode:
|
|||||||
# Enabling it will allow other administrators to know that you are mainly federating sensitive content
|
# Enabling it will allow other administrators to know that you are mainly federating sensitive content
|
||||||
# Moreover, the NSFW checkbox on video upload will be automatically checked by default
|
# Moreover, the NSFW checkbox on video upload will be automatically checked by default
|
||||||
is_nsfw: false
|
is_nsfw: false
|
||||||
# By default, `do_not_list` or `blur` or `display` NSFW videos
|
# By default, `do_not_list`, `blur`, `warn` or `display` NSFW videos
|
||||||
# Could be overridden per user with a setting
|
# Could be overridden per user with a setting
|
||||||
default_nsfw_policy: 'display'
|
default_nsfw_policy: 'display'
|
||||||
# PeerTube uses this setting to explain to your users which law they must follow in the "About" instance pages
|
# PeerTube uses this setting to explain to your users which law they must follow in the "About" instance pages
|
||||||
|
Loading…
x
Reference in New Issue
Block a user