mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-08 13:42:27 +05:30
Add new instance customization section in config
This commit is contained in:
parent
6b579aeca7
commit
3b46760df5
@ -391,9 +391,8 @@ jobs:
|
|||||||
##
|
##
|
||||||
enable: true
|
enable: true
|
||||||
|
|
||||||
|
|
||||||
# -----------------------------
|
# -----------------------------
|
||||||
# Miscellaneous
|
# Instance customization
|
||||||
# -----------------------------
|
# -----------------------------
|
||||||
|
|
||||||
##
|
##
|
||||||
@ -405,6 +404,27 @@ jobs:
|
|||||||
##
|
##
|
||||||
#banner:
|
#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).
|
## Subscribe to channels using PubSubHub (Google PubSubHubbub service).
|
||||||
## PubSubHub allows Invidious to be instantly notified when a new video
|
## PubSubHub allows Invidious to be instantly notified when a new video
|
||||||
@ -458,15 +478,6 @@ hmac_key: "CHANGE_ME!!"
|
|||||||
##
|
##
|
||||||
#cache_annotations: false
|
#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.
|
## Maximum custom playlist length limit.
|
||||||
##
|
##
|
||||||
@ -476,14 +487,6 @@ hmac_key: "CHANGE_ME!!"
|
|||||||
#playlist_length_limit: 500
|
#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
|
# Default user preferences
|
||||||
|
Loading…
Reference in New Issue
Block a user