DC-024: Bump installer version to 1.14.6 and sync VERSION to current commit
- dashcaddy-installer/install.sh: 1.1.0 → 1.14.6 (matches current release) - dashcaddy-api/VERSION:10f72af→a5f51e4(current HEAD with TOTP security fixes) The host source tree was rebuilt from the published v1.14.6 tarball to fix a deletion gap where /opt/dashcaddy/dashcaddy-api/{routes,src}/ were gutted by an interrupted prior update cycle. Container was unaffected (built from image).
This commit is contained in:
@@ -1 +1 @@
|
|||||||
10f72af
|
a5f51e4
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
# ---- Constants -------------------------------------------------------------
|
# ---- Constants -------------------------------------------------------------
|
||||||
readonly DASHCADDY_VERSION="1.1.0"
|
readonly DASHCADDY_VERSION="1.14.6"
|
||||||
readonly DASHCADDY_DOWNLOAD="https://get.dashcaddy.net/release/latest.tar.gz"
|
readonly DASHCADDY_DOWNLOAD="https://get.dashcaddy.net/release/latest.tar.gz"
|
||||||
readonly DASHCADDY_REPO="" # Set to a git URL to clone instead of downloading
|
readonly DASHCADDY_REPO="" # Set to a git URL to clone instead of downloading
|
||||||
readonly INSTALL_DIR="/etc/dashcaddy"
|
readonly INSTALL_DIR="/etc/dashcaddy"
|
||||||
|
|||||||
Reference in New Issue
Block a user