Fix refresh instance config

This commit is contained in:
Minecon724 2025-03-29 15:53:50 +01:00
commit 556d86cc53
Signed by: Minecon724
GPG key ID: A02E6E67AB961189

View file

@ -5,8 +5,6 @@ db:
port: 5432
dbname: invidious
dmca_content: []
check_tables: true
hmac_key: REPLACE ME
@ -16,7 +14,16 @@ https_only: true
statistics_enabled: true
use_pubsub_feeds: true
use_innertube_for_captions: true
channel_threads: 0
feed_threads: 0
jobs:
clear_expired_items:
enabled: false
refresh_channels:
enabled: false
refresh_feeds:
enabled: false
invidious_companion_key: REPLACE ME
invidious_companion:
@ -26,18 +33,8 @@ invidious_companion:
public_url: "https://2.c.id.example.com"
# ...and so on
default_user_preferences:
player_style: youtube
quality: dash
autoplay: true
save_player_pos: true
local: true
#http_proxy:
# user: ''
# password: ''
# host: 192.0.2.39
# port: 8080
banner: '<small style="opacity: 0.5;"><a href="/about">Instance info here. Please read.</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="/about/problems.html">Having problems? Here are some solutions.</a></small>'