Fix refresh instance config
This commit is contained in:
parent
e7a5c42951
commit
556d86cc53
1 changed files with 10 additions and 13 deletions
|
@ -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> <a href="/about/problems.html">Having problems? Here are some solutions.</a></small>'
|
||||
|
||||
|
|
Reference in a new issue