Skip to content

8e3201fa-ls41

Compare
Choose a tag to compare
@LinuxServer-CI LinuxServer-CI released this 25 Feb 12:11
· 146 commits to master since this release

LinuxServer Changes:

Rebasing to alpine 3.12.
quassel-webserver Changes:

settings: Fix ignoring 'securecore: false' default (#290)

Don't use || to set default value for "securecore", instead check
the type of the variable. Otherwise, false evaluates to, well, false,
and "securecore" can never be defaulted to false. This fixes ignoring
the custom default setting "securecore: false" in settings-user.json