From 46905f06ca7457be0b168f610bd4601bf6b139c3 Mon Sep 17 00:00:00 2001 From: Omar Roth Date: Sun, 5 May 2019 21:18:15 -0500 Subject: [PATCH] Add missing config options --- Configuration.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/Configuration.md b/Configuration.md index b816b3d..d09952f 100644 --- a/Configuration.md +++ b/Configuration.md @@ -2,10 +2,6 @@ The configuration file is located at [invidious/config/config.yml](https://github.com/omarroth/invidious/blob/master/config/config.yml). -`video_threads (default 0)` Number of threads to use for updating videos in cache (mostly non-functional) - -`crawl_threads (default 0)` Number of threads to use for finding new videos from YouTube (used to populate "top" page) - `channel_threads (default 1)` Number of threads to use for crawling videos from channels (for updating subscriptions) `feed_threads (default 1)` Number of threads to use for updating feeds (RSS Feeds) @@ -45,3 +41,13 @@ db: `admins (default [])` List of user IDs that have access to administrator preferences `external_port (default nil)` Invidious should supply links to a different port (if running behind a proxy, for example). PubSub notifications (if enabled) will also be sent to this port + +`default_user_preferences (default`[`ConfigPreferences`](https://github.com/omarroth/invidious/blob/0.16.0/src/invidious/helpers/helpers.cr#L39)`)` Default preferences to use for new and unregistered users, see #415 + +`dmca_content (default [])` For compliance with DMCA requests, disables download widget for list of video IDs + +`check_tables (default false)` Check table integrity, automatically try to add any missing columns, create columns, etc. + +`cache_annotations (default false)` Cache annotations requested from IA, will not cache empty annotations or annotations that only contain cards + +`banner (default nil)` Optional banner to be displayed along top of page for announcements, etc.