fixes docker/gen_config.php
if a value is passed via env where the default config contained null then there would be a type mismatch and the env value would be treated as an array of values
now, if a value is passed and the default value in config.php is null (SERVER_LONG_DESCRIPTION , MARGINALIA_API_KEY) then the value passed will not be split. In other words it will be assumed that this field will not contain an array of strings.
adds php83-sodium dependency
removes checking files in certificate directory when determining whether or not to use https. Only FOURGET_PROTO will be used to determine protocol which will save someone from pulling hairs out if they forget to uncomment mounting their certs and want to use http.
addresses #12
fixes docker/gen_config.php
if a value is passed via env where the default config contained null then there would be a type mismatch and the env value would be treated as an array of values
now, if a value is passed and the default value in config.php is null (SERVER_LONG_DESCRIPTION , MARGINALIA_API_KEY) then the value passed will not be split. In other words it will be assumed that this field will not contain an array of strings.
adds php83-sodium dependency
removes checking files in certificate directory when determining whether or not to use https. Only `FOURGET_PROTO` will be used to determine protocol which will save someone from pulling hairs out if they forget to uncomment mounting their certs and want to use http.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
addresses #12
fixes docker/gen_config.php
if a value is passed via env where the default config contained null then there would be a type mismatch and the env value would be treated as an array of values
now, if a value is passed and the default value in config.php is null (SERVER_LONG_DESCRIPTION , MARGINALIA_API_KEY) then the value passed will not be split. In other words it will be assumed that this field will not contain an array of strings.
adds php83-sodium dependency
removes checking files in certificate directory when determining whether or not to use https. Only
FOURGET_PROTOwill be used to determine protocol which will save someone from pulling hairs out if they forget to uncomment mounting their certs and want to use http.