diff --git a/config/config.example.yml b/config/config.example.yml index 97361658..5d76acc1 100644 --- a/config/config.example.yml +++ b/config/config.example.yml @@ -205,6 +205,7 @@ https_only: false # path: /tmp/invidious.sock # permissions: 777 + # ----------------------------- # Network (outbound) # ----------------------------- @@ -227,6 +228,7 @@ https_only: false ## #pool_size: 100 + ## ## Additional cookies to be sent when requesting the youtube API. ## @@ -261,6 +263,7 @@ https_only: false # host: # port: + ## ## Use Innertube's transcripts API instead of timedtext for closed captions ## @@ -341,6 +344,7 @@ https_only: false ## #statistics_enabled: false + # ----------------------------- # Users and accounts # ----------------------------- @@ -452,21 +456,6 @@ full_refresh: false ## feed_threads: 1 -## -## Setting to disable easy to abuse API endpoints that can -## be spammed and therefore blocking your Invidious instance. -## -## Useful for public instance maintainers. -## -## Notes: The following API endpoints will be disabled: -## - /api/v1/videos -## - /api/v1/clips -## - /api/v1/transcripts -## -## Accepted values: true, false -## Default: false -## -disable_abusable_api: false jobs: @@ -500,6 +489,7 @@ jobs: ## enable: true + # ----------------------------- # Miscellaneous # ----------------------------- @@ -698,6 +688,7 @@ default_user_preferences: ## #captions: ["", "", ""] + # ----------------------------- # Interface # ----------------------------- @@ -799,6 +790,7 @@ default_user_preferences: ## #related_videos: true + # ----------------------------- # Video player behavior # ----------------------------- @@ -862,6 +854,7 @@ default_user_preferences: ## #video_loop: false + # ----------------------------- # Video playback settings # ----------------------------- @@ -973,6 +966,7 @@ default_user_preferences: ## #sort: published + # ----------------------------- # Miscellaneous # ----------------------------- @@ -1008,12 +1002,14 @@ default_user_preferences: ## Accepted values: true, false ## Default: false ## - #redirect_feed: false + #automatic_instance_redirect: false ## - ## Show Youtube links in the top menu bar. + ## Show the entire video description by default (when set to 'false', + ## only the first few lines of the description are shown and a + ## "show more" button allows to expand it). ## ## Accepted values: true, false ## Default: false ## - #youtube_trending: false + #extend_desc: false