feat(config): set default URL for modified source code

Added a default URL for `modified_source_code_url` property to ensure AGPL compliance by displaying the source modification link in the footer. This change helps streamline configuration and maintains legal transparency.
This commit is contained in:
Kumi 2024-09-18 14:57:07 +02:00
parent cec3cfba77
commit 3b99a05b28
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -113,7 +113,7 @@ class Config
# URL to the modified source code to be easily AGPL compliant
# Will display in the footer, next to the main source code link
property modified_source_code_url : String? = nil
property modified_source_code_url : String? = "https://git.private.coffee/PrivateCoffee/invidious"
# Connect to YouTube over 'ipv6', 'ipv4'. Will sometimes resolve fix issues with rate-limiting (see https://github.com/ytdl-org/youtube-dl/issues/21729)
@[YAML::Field(converter: Preferences::FamilyConverter)]