* wip feat(invidious) add invidious * Update charts/incubator/invidious/templates/_config.tpl Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Signed-off-by: Xstar97 <Xstar97@users.noreply.github.com> * Update charts/incubator/invidious/templates/_config.tpl Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Signed-off-by: Xstar97 <Xstar97@users.noreply.github.com> * INVIDIOUS_CONFIG variable * Update charts/incubator/invidious/templates/_config.tpl Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Signed-off-by: Xstar97 <Xstar97@users.noreply.github.com> * Update charts/incubator/invidious/templates/_config.tpl Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Signed-off-by: Xstar97 <Xstar97@users.noreply.github.com> * Update charts/incubator/invidious/templates/_config.tpl Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Signed-off-by: Xstar97 <Xstar97@users.noreply.github.com> * formatted config * indent * fixes * Update charts/incubator/invidious/values.yaml Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Update charts/incubator/invidious/values.yaml Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Update charts/incubator/invidious/values.yaml Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Update charts/incubator/invidious/values.yaml Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Update charts/incubator/invidious/questions.yaml Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * fixes * add installContainers seeddb * add dbseed * dont run upgrade * fix vars * whops * simplify secret * meh upstream config is a single level everything * user accs * bg jobs * jobs * jobs * misc * moar * more * more * all * remoev todo * fix questions Signed-off-by: Xstar97 <Xstar97@users.noreply.github.com> Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros kois <s.kois@outlook.com>
137 lines
2.6 KiB
YAML
137 lines
2.6 KiB
YAML
image:
|
|
repository: tccr.io/truecharts/invidious
|
|
pullPolicy: IfNotPresent
|
|
tag: latest@sha256:bb8e2e0eedf9296a1af274e09d898555b0bfbd62aec52a346bddfb9b3b1dc983
|
|
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
invidious:
|
|
network:
|
|
inbound:
|
|
external_port: 10594
|
|
https_only: false
|
|
domain: ""
|
|
hsts: true
|
|
outbound:
|
|
disable_proxy: false
|
|
pool_size: 100
|
|
use_quic: false
|
|
cookies: []
|
|
force_resolve: "ipv4"
|
|
|
|
logging:
|
|
output: STDOUT
|
|
log_level: "Info"
|
|
|
|
features:
|
|
popular_enabled: true
|
|
statistics_enabled: false
|
|
|
|
users_accounts:
|
|
registration_enabled: true
|
|
login_enabled: true
|
|
captcha_enabled: true
|
|
admins: []
|
|
|
|
background_jobs:
|
|
channel_threads: 1
|
|
channel_refresh_interval: 30m
|
|
full_refresh: false
|
|
feed_threads: 1
|
|
decrypt_polling: false
|
|
|
|
jobs:
|
|
clear_expired_items:
|
|
enable: true
|
|
refresh_channels:
|
|
enable: true
|
|
refresh_feeds:
|
|
enable: true
|
|
|
|
captcha:
|
|
captcha_api_url: "https://api.anti-captcha.com"
|
|
captcha_key: ""
|
|
|
|
miscellaneous:
|
|
banner: ""
|
|
use_pubsub_feeds: false
|
|
hmac_key: ""
|
|
dmca_content: []
|
|
cache_annotations: false
|
|
playlist_length_limit: 500
|
|
|
|
default_user_preferences:
|
|
internationalization:
|
|
locale: en-US
|
|
region: US
|
|
captions: []
|
|
interface:
|
|
dark_mode: dark
|
|
thin_mode: false
|
|
feed_menu: []
|
|
default_home: Popular
|
|
max_results: 40
|
|
annotations: false
|
|
annotations_subscribed: false
|
|
comments: []
|
|
player_style: invidious
|
|
related_videos: true
|
|
video_player_behavior:
|
|
autoplay: false
|
|
continue: false
|
|
continue_autoplay: true
|
|
listen: false
|
|
video_loop: false
|
|
video_playback_settings:
|
|
quality: hd720
|
|
quality_dash: auto
|
|
speed: 1.25
|
|
volume: 100
|
|
vr_mode: true
|
|
subscription_feed:
|
|
latest_only: false
|
|
notifications_only: false
|
|
unseen_only: false
|
|
sort: published
|
|
miscellaneous:
|
|
local: false
|
|
show_nick: true
|
|
automatic_instance_redirect: false
|
|
extend_desc: false
|
|
|
|
envFrom:
|
|
- secretRef:
|
|
name: '{{ include "tc.common.names.fullname" . }}-invidious-config'
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10594
|
|
protocol: HTTP
|
|
|
|
probes:
|
|
liveness:
|
|
type: HTTP
|
|
readiness:
|
|
type: HTTP
|
|
startup:
|
|
type: HTTP
|
|
|
|
postgresql:
|
|
enabled: true
|
|
existingSecret: dbcreds
|
|
postgresqlDatabase: invidious
|
|
# DB User cannot be changed
|
|
# hardcoded from upstream
|
|
postgresqlUsername: kemal
|
|
|
|
portal:
|
|
enabled: true
|