mirror of
https://github.com/iv-org/invidious.git
synced 2025-01-21 06:02:42 +05:30
Add new instance customization section in config
This commit is contained in:
parent
dc9697157b
commit
1da6933b8e
@ -412,9 +412,8 @@ jobs:
|
||||
##
|
||||
enable: true
|
||||
|
||||
|
||||
# -----------------------------
|
||||
# Miscellaneous
|
||||
# Instance customization
|
||||
# -----------------------------
|
||||
|
||||
##
|
||||
@ -426,6 +425,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: <none>
|
||||
##
|
||||
#modified_source_code_url: ""
|
||||
|
||||
##
|
||||
## Email to contact the instance maintainer; used in a mailto: link within the footer.
|
||||
##
|
||||
## Accepted values: Email
|
||||
## Default: <none>
|
||||
##
|
||||
# instance_maintainer_email:
|
||||
|
||||
# -----------------------------
|
||||
# Miscellaneous
|
||||
# -----------------------------
|
||||
|
||||
##
|
||||
## Subscribe to channels using PubSubHub (Google PubSubHubbub service).
|
||||
## PubSubHub allows Invidious to be instantly notified when a new video
|
||||
@ -479,15 +499,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: <none>
|
||||
##
|
||||
#modified_source_code_url: ""
|
||||
|
||||
##
|
||||
## Maximum custom playlist length limit.
|
||||
##
|
||||
@ -497,14 +508,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: <none>
|
||||
##
|
||||
# instance_maintainer_email:
|
||||
|
||||
#########################################
|
||||
#
|
||||
# Default user preferences
|
||||
|
Loading…
x
Reference in New Issue
Block a user