Baked acme.sh into binary and use it when required, removed docker healthcheck

This commit is contained in:
Jamie Curnow
2021-07-15 15:00:28 +10:00
parent 4d3dfdfa8a
commit 17a5454b7a
8 changed files with 86 additions and 6 deletions

8
backend/embed/acme.sh Normal file → Executable file
View File

@@ -1,6 +1,10 @@
#!/usr/bin/bash
VER=0.0.0
echo "Given Args: ${*}"
echo
echo "This is a placeholder for the official acme.sh script"
echo "that will be embedded into the binary. If you are seeing"
echo "this message then something is not quite right."
echo "that will be embedded into the binary."
echo "If you are seeing this message then something is not quite right!"
exit 1

View File

@@ -16,4 +16,4 @@ var MigrationFiles embed.FS
// AcmeSh script
//go:embed acme.sh
var AcmeSh embed.FS
var AcmeSh string