Skip to content

[hotfix] toolchain tweaks for bugless fresh deploys

assorted toolchain bug fixes gleaned from making a fresh deploy of a fresh instance of sb for pentesting...

ensure ACMEv2 support in letsencrypt companion

set postgres auth method to trust

stop check-availability from always giving false positive

  • due to syntax error in conditional check, bash script was failing silently and returning success on first check, which often was failing
  • fix this by using double brackets instead of single ones. (isn't bash the best?)

Merge request reports