Skip to content

Commit

Permalink
Update app status, fix adventurelog, authentik
Browse files Browse the repository at this point in the history
  • Loading branch information
asylumexp committed Jan 12, 2025
1 parent 03050a7 commit 5faf05c
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 7 deletions.
4 changes: 3 additions & 1 deletion install/adventurelog-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ $STD apt-get install -y \
libgdal-dev \
git \
python3-venv \
python3-pip
python3-pip \
openssh-server \
wget
msg_ok "Installed Dependencies"

msg_info "Setting up Node.js Repository"
Expand Down
4 changes: 2 additions & 2 deletions install/authentik-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ msg_ok "Installed Dependencies"
msg_info "Installing yq"
cd /tmp
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
msg_ok "Installed yq"

msg_info "Installing GeoIP"
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) }')
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
cat <<EOF >/etc/GeoIP.conf
#GEOIPUPDATE_EDITION_IDS="GeoLite2-City GeoLite2-ASN"
Expand Down
2 changes: 1 addition & 1 deletion json/2fauth.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@
"type": "info"
}
],
"status": "🚧"
"status": ""
}
2 changes: 1 addition & 1 deletion json/add-lxc-iptag.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@
"type": "warning"
}
],
"status": "🚧"
"status": ""
}
2 changes: 1 addition & 1 deletion json/bookstack.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
"type": "warning"
}
],
"status": "🚧"
"status": ""
}
6 changes: 5 additions & 1 deletion json/checkmk.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@
{
"text": "Login Credentials : `cat ~/checkmk.creds`",
"type": "info"
},
{
"text": "No ARM64 image: https://ideas.checkmk.com/suggestions/297317/arm-support-for-the-cee-and-cme",
"type": "info"
}
],
"status": "🚧"
"status": ""
}

0 comments on commit 5faf05c

Please sign in to comment.