forked from forkanization/Proxmox-arm64
Update app status, fix adventurelog, authentik
This commit is contained in:
@@ -25,7 +25,9 @@ $STD apt-get install -y \
|
|||||||
libgdal-dev \
|
libgdal-dev \
|
||||||
git \
|
git \
|
||||||
python3-venv \
|
python3-venv \
|
||||||
python3-pip
|
python3-pip \
|
||||||
|
openssh-server \
|
||||||
|
wget
|
||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
msg_info "Setting up Node.js Repository"
|
msg_info "Setting up Node.js Repository"
|
||||||
|
|||||||
@@ -43,14 +43,14 @@ msg_ok "Installed Dependencies"
|
|||||||
msg_info "Installing yq"
|
msg_info "Installing yq"
|
||||||
cd /tmp
|
cd /tmp
|
||||||
YQ_LATEST="$(wget -qO- "https://api.github.com/repos/mikefarah/yq/releases/latest" | grep -Po '"tag_name": "\K.*?(?=")')"
|
YQ_LATEST="$(wget -qO- "https://api.github.com/repos/mikefarah/yq/releases/latest" | grep -Po '"tag_name": "\K.*?(?=")')"
|
||||||
wget -q "https://github.com/mikefarah/yq/releases/download/${YQ_LATEST}/yq_linux_amd64" -qO /usr/bin/yq
|
wget -q "https://github.com/mikefarah/yq/releases/download/${YQ_LATEST}/yq_linux_arm64" -qO /usr/bin/yq
|
||||||
chmod +x /usr/bin/yq
|
chmod +x /usr/bin/yq
|
||||||
msg_ok "Installed yq"
|
msg_ok "Installed yq"
|
||||||
|
|
||||||
msg_info "Installing GeoIP"
|
msg_info "Installing GeoIP"
|
||||||
cd /tmp
|
cd /tmp
|
||||||
GEOIP_RELEASE=$(curl -s https://api.github.com/repos/maxmind/geoipupdate/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }')
|
GEOIP_RELEASE=$(curl -s https://api.github.com/repos/maxmind/geoipupdate/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }')
|
||||||
wget -qO geoipupdate.deb https://github.com/maxmind/geoipupdate/releases/download/v${GEOIP_RELEASE}/geoipupdate_${GEOIP_RELEASE}_linux_amd64.deb
|
wget -qO geoipupdate.deb https://github.com/maxmind/geoipupdate/releases/download/v${GEOIP_RELEASE}/geoipupdate_${GEOIP_RELEASE}_linux_arm64.deb
|
||||||
$STD dpkg -i geoipupdate.deb
|
$STD dpkg -i geoipupdate.deb
|
||||||
cat <<EOF >/etc/GeoIP.conf
|
cat <<EOF >/etc/GeoIP.conf
|
||||||
#GEOIPUPDATE_EDITION_IDS="GeoLite2-City GeoLite2-ASN"
|
#GEOIPUPDATE_EDITION_IDS="GeoLite2-City GeoLite2-ASN"
|
||||||
|
|||||||
+1
-1
@@ -40,5 +40,5 @@
|
|||||||
"type": "info"
|
"type": "info"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"status": "🚧"
|
"status": "✅"
|
||||||
}
|
}
|
||||||
@@ -44,5 +44,5 @@
|
|||||||
"type": "warning"
|
"type": "warning"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"status": "🚧"
|
"status": "✅"
|
||||||
}
|
}
|
||||||
+1
-1
@@ -36,5 +36,5 @@
|
|||||||
"type": "warning"
|
"type": "warning"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"status": "🚧"
|
"status": "✅"
|
||||||
}
|
}
|
||||||
+5
-1
@@ -34,7 +34,11 @@
|
|||||||
{
|
{
|
||||||
"text": "Login Credentials : `cat ~/checkmk.creds`",
|
"text": "Login Credentials : `cat ~/checkmk.creds`",
|
||||||
"type": "info"
|
"type": "info"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "No ARM64 image: https://ideas.checkmk.com/suggestions/297317/arm-support-for-the-cee-and-cme",
|
||||||
|
"type": "info"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"status": "🚧"
|
"status": "❌"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user