feat: add RFC 2488 URL to generated .env.ini (#10)

In Vegvisir 3.4.0 ([#91](/vegvisir/vegvisir/pulls/91)) the `rfc_4288_url` will default to `null` if unset to use the system's `magic.mime` file instead. This means we need to set this variable to the "recommended" URL explicitly since it won't default to that anymore.

Reviewed-on: https://codeberg.org/vegvisir/install/pulls/10
This commit is contained in:
Victor Westerlund 2025-11-16 11:45:16 +01:00
parent f0c03d6b15
commit 3af40f71be

View file

@ -97,6 +97,7 @@ configure_vegvisir() {
"root_path = '${cwd}'"
"shell_page = 'public/shell'"
"public_path = 'public/'"
"rfc_4288_url = 'http://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types'"
)
for line in "${config[@]}" ; do