mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-03-16.git
synced 2024-08-15 00:53:18 +00:00
Add config option to display source code URL in footer (#2450)
This commit is contained in:
parent
bfef9d4b6e
commit
adc12addfa
7 changed files with 66 additions and 26 deletions
|
@ -432,6 +432,15 @@ feed_threads: 1
|
|||
##
|
||||
#cache_annotations: false
|
||||
|
||||
##
|
||||
## Source code URL. If your instance is running a modfied source
|
||||
## code, you MUST publish it somewhere and set this option.
|
||||
##
|
||||
## Accepted values: a string
|
||||
## Default: <none>
|
||||
##
|
||||
#modified_source_code_url: ""
|
||||
|
||||
|
||||
|
||||
#########################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue