diff options
| author | Samantaz Fox <coding@samantaz.fr> | 2021-10-07 13:53:12 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-07 13:53:12 +0200 |
| commit | adc12addfa1a78ac27f0e61bb6a594e56ac5f035 (patch) | |
| tree | 0220dbba79968c05ded680f2cb735700f780a582 /config | |
| parent | bfef9d4b6e5adc80d0c631569da1f3fa73998132 (diff) | |
| download | invidious-adc12addfa1a78ac27f0e61bb6a594e56ac5f035.tar.gz invidious-adc12addfa1a78ac27f0e61bb6a594e56ac5f035.tar.bz2 invidious-adc12addfa1a78ac27f0e61bb6a594e56ac5f035.zip | |
Add config option to display source code URL in footer (#2450)
Diffstat (limited to 'config')
| -rw-r--r-- | config/config.example.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/config.example.yml b/config/config.example.yml index d2346719..8bb19fcc 100644 --- a/config/config.example.yml +++ b/config/config.example.yml @@ -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: "" + ######################################### |
