From c9a99c10622e1f17e94db656000d1a9de4db165e Mon Sep 17 00:00:00 2001 From: ace Date: Tue, 25 Mar 2025 16:27:23 +0300 Subject: [PATCH] peertube: bump to v7.1.0, helm chart v0.4.2 --- peertube/Chart.yaml | 4 +-- peertube/values.yaml | 66 +++++++++++++++++++++++++++++++++++++------- 2 files changed, 58 insertions(+), 12 deletions(-) diff --git a/peertube/Chart.yaml b/peertube/Chart.yaml index a415cd7..d9499de 100644 --- a/peertube/Chart.yaml +++ b/peertube/Chart.yaml @@ -11,5 +11,5 @@ dependencies: repository: https://charts.bitnami.com/bitnami version: 20.6.0 type: application -version: 0.4.1 -appVersion: 7.0.1 +version: 0.4.2 +appVersion: 7.1.0 diff --git a/peertube/values.yaml b/peertube/values.yaml index 44aa90f..f73b758 100644 --- a/peertube/values.yaml +++ b/peertube/values.yaml @@ -8,7 +8,7 @@ image: repository: chocobozzz/peertube pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "v7.0.1-bookworm" + tag: "v7.1.0-bookworm" imagePullSecrets: [] nameOverride: "" @@ -155,6 +155,9 @@ configAsCode: # Can be enabled/disabled by URL option embed: enabled: true + player: + # By default, playback starts automatically when opening a video + auto_play: true # From the project root directory storage: tmp: '/var/www/peertube/storage/tmp/' # Use to download data (imports etc), store uploaded files before and during processing... @@ -244,6 +247,11 @@ configAsCode: bucket_name: 'original-video-files' prefix: '' base_url: '' + # Video captions + captions: + bucket_name: 'captions' + prefix: '' + base_url: '' log: level: 'info' # 'debug' | 'info' | 'warn' | 'error' rotation: @@ -313,9 +321,12 @@ configAsCode: # Other instances that duplicate your content remote_redundancy: videos: - # 'nobody': Do not accept remote redundancies - # 'anybody': Accept remote redundancies from anybody - # 'followings': Accept redundancies from instance followings + # PeerTube doesn't remove existing redundancies when you change this setting + # You can remove them in the web interface: https://docs.joinpeertube.org/admin/following-instances#instances-redundancy + # Available values: + # * nobody: Do not accept remote redundancies + # * followings: Accept redundancies from instance followings + # * anybody: Accept remote redundancies from anybody accept_from: 'followings' csp: enabled: false @@ -818,6 +829,20 @@ configAsCode: # By default, `do_not_list` or `blur` or `display` NSFW videos # Could be overridden per user with a setting default_nsfw_policy: 'display' + # PeerTube uses this setting to explain to your users which law they must follow in the "About" instance pages + server_country: '' # Example: "France", "United States", "EspaƱa" + support: + # Explain to your users how to support your instance + # If set, PeerTube will display a "Support" button in "About" instance pages + text: '' # Supports Markdown + # If set, PeerTube will display buttons in "About" instance pages + social: + # Link to your main website + external_link: '' + # Mastodon + mastodon_link: '' + # Bluesky + bluesky_link: '' customizations: javascript: '' # Directly your JavaScript code (without