From 3b46760df54ca3c847688e96d29d9323b15ed72e Mon Sep 17 00:00:00 2001 From: syeopite Date: Wed, 13 Mar 2024 13:55:49 -0700 Subject: [PATCH] Add new instance customization section in config --- config/config.example.yml | 41 +++++++++++++++++++++------------------ 1 file changed, 22 insertions(+), 19 deletions(-) diff --git a/config/config.example.yml b/config/config.example.yml index a626e8729..2d3f03f7a 100644 --- a/config/config.example.yml +++ b/config/config.example.yml @@ -391,9 +391,8 @@ jobs: ## enable: true - # ----------------------------- -# Miscellaneous +# Instance customization # ----------------------------- ## @@ -405,6 +404,27 @@ jobs: ## #banner: +## +## Source code URL. If your instance is running a modified source +## code, you MUST publish it somewhere and set this option. +## +## Accepted values: a string +## Default: +## +#modified_source_code_url: "" + +## +## Email to contact the instance maintainer; used in a mailto: link within the footer. +## +## Accepted values: Email +## Default: +## +# instance_maintainer_email: + +# ----------------------------- +# Miscellaneous +# ----------------------------- + ## ## Subscribe to channels using PubSubHub (Google PubSubHubbub service). ## PubSubHub allows Invidious to be instantly notified when a new video @@ -458,15 +478,6 @@ hmac_key: "CHANGE_ME!!" ## #cache_annotations: false -## -## Source code URL. If your instance is running a modified source -## code, you MUST publish it somewhere and set this option. -## -## Accepted values: a string -## Default: -## -#modified_source_code_url: "" - ## ## Maximum custom playlist length limit. ## @@ -476,14 +487,6 @@ hmac_key: "CHANGE_ME!!" #playlist_length_limit: 500 -## -## Email to contact the instance maintainer; used in a mailto: link within the footer. -## -## Accepted values: Email -## Default: -## -# instance_maintainer_email: - ######################################### # # Default user preferences