peertube: bump to 8.0.1, helm chart 0.5.1

This commit is contained in:
ace
2026-01-06 03:40:52 +03:00
parent 0fe80007e3
commit 5f1de5ce55
2 changed files with 1 additions and 37 deletions

View File

@@ -71,7 +71,7 @@ pypiserver_version: 2.5.0
wikijs_version: 2.4.1 wikijs_version: 2.4.1
# PeerTube # PeerTube
peertube_version: 0.5.0 peertube_version: 0.5.1
# Playmaker android APK repository # Playmaker android APK repository
playmaker_version: 0.1.3 playmaker_version: 0.1.3

View File

@@ -5,9 +5,6 @@ peertube_use_external_db: true
peertube_short_name: "peertube" peertube_short_name: "peertube"
peertube_default_values: peertube_default_values:
replicaCount: 1 replicaCount: 1
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
configAsCode: configAsCode:
enabled: true enabled: true
config: config:
@@ -21,33 +18,6 @@ peertube_default_values:
port: 443 port: 443
secrets: secrets:
peertube: '{{ peertube_secret }}' peertube: '{{ peertube_secret }}'
rates_limit:
api:
# 50 attempts in 10 seconds
window: 10 seconds
max: 50
login:
# 15 attempts in 5 min
window: 5 minutes
max: 15
signup:
# 2 attempts in 5 min (only succeeded attempts are taken into account)
window: 5 minutes
max: 2
ask_send_email:
# 3 attempts in 5 min
window: 5 minutes
max: 3
# Proxies to trust to get real client IP
# If you run PeerTube just behind a local proxy (nginx), keep 'loopback'
# If you run PeerTube behind a remote proxy, add the proxy IP address (or subnet)
trust_proxy:
- 'loopback'
- 'linklocal'
- 'uniquelocal'
- '10.0.0.0/8'
- '172.16.0.0/12'
- '192.168.0.0/16'
# Your database name will be database.name OR "peertube"+database.suffix # Your database name will be database.name OR "peertube"+database.suffix
database: database:
hostname: '{{ namespace }}-postgres.{{ postgres_db_namespace | default(namespace) }}.svc.cluster.local' hostname: '{{ namespace }}-postgres.{{ postgres_db_namespace | default(namespace) }}.svc.cluster.local'
@@ -89,11 +59,6 @@ peertube_default_values:
# Instance settings # Instance settings
instance: instance:
name: 'GHP PeerTube' name: 'GHP PeerTube'
default_client_route: '/videos/recently-added'
federation:
videos:
federate_unlisted: false
cleanup_remote_interactions: true
env: env:
- name: PT_INITIAL_ROOT_PASSWORD - name: PT_INITIAL_ROOT_PASSWORD
@@ -125,4 +90,3 @@ peertube_default_values:
enabled: true enabled: true
postgresql: postgresql:
enabled: false enabled: false