Merge pull request #1682 from thieneret/update/authentik_2026.2.2

Update authentik script (version/2026.2.2)
This commit is contained in:
CanbiZ (MickLesk)
2026-04-08 21:59:27 +02:00
committed by GitHub
2 changed files with 6 additions and 4 deletions

View File

@@ -24,8 +24,9 @@ function update_script() {
check_container_storage check_container_storage
check_container_resources check_container_resources
AUTHENTIK_VERSION="version/2026.2.0" AUTHENTIK_VERSION="version/2026.2.2"
NODE_VERSION="24" NODE_VERSION="24"
XMLSEC_VERSION="1.3.9"
if [[ ! -d /opt/authentik ]]; then if [[ ! -d /opt/authentik ]]; then
msg_error "No authentik Installation Found!" msg_error "No authentik Installation Found!"
@@ -48,7 +49,7 @@ function update_script() {
if check_for_gh_release "xmlsec" "lsh123/xmlsec"; then if check_for_gh_release "xmlsec" "lsh123/xmlsec"; then
CLEAN_INSTALL=1 fetch_and_deploy_gh_release "xmlsec" "lsh123/xmlsec" "tarball" "latest" "/opt/xmlsec" CLEAN_INSTALL=1 fetch_and_deploy_gh_release "xmlsec" "lsh123/xmlsec" "tarball" "${XMLSEC_VERSION}" "/opt/xmlsec"
msg_info "Update xmlsec" msg_info "Update xmlsec"
cd /opt/xmlsec cd /opt/xmlsec

View File

@@ -47,10 +47,11 @@ $STD apt install -y \
git git
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"
AUTHENTIK_VERSION="version/2026.2.0" AUTHENTIK_VERSION="version/2026.2.2"
NODE_VERSION="24" NODE_VERSION="24"
XMLSEC_VERSION="1.3.9"
fetch_and_deploy_gh_release "xmlsec" "lsh123/xmlsec" "tarball" "latest" "/opt/xmlsec" fetch_and_deploy_gh_release "xmlsec" "lsh123/xmlsec" "tarball" "${XMLSEC_VERSION}" "/opt/xmlsec"
msg_info "Setup xmlsec" msg_info "Setup xmlsec"
cd /opt/xmlsec cd /opt/xmlsec