Update entrypoint.sh on uptime kuma egg
Some checks failed
build apps / apps:uptimekuma (push) Failing after 9m31s
build wine / wine:10 (push) Failing after 11s
build wine / wine:7 (push) Failing after 10s
build wine / wine:8 (push) Failing after 9s
build wine / wine:9 (push) Failing after 10s
build wine / wine:devel (push) Failing after 9s
build wine / wine:latest (push) Failing after 10s
build wine / wine:staging (push) Failing after 10s
build voice / yolks:voice_mumble (push) Has started running
build voice / yolks:voice_teaspeak (push) Failing after 9s

This commit is contained in:
Kyle Speight
2025-10-26 15:01:53 -07:00
parent adbc1aae73
commit 9ed8007143

View File

@@ -21,23 +21,6 @@ export TZ
INTERNAL_IP=$(ip route get 1 | awk '{print $(NF-2);exit}')
export INTERNAL_IP
# System information
echo -e "${BLUE}-------------------------------------------------${NC}"
echo -e "${YELLOW}Running on Alpine: ${RED} $(cat /etc/alpine-release)${NC}"
echo -e "${YELLOW}Current timezone: ${RED} ${TZ} ${NC}"
echo -e "${YELLOW}NodeJS Version: ${RED} $(node -v) ${NC}"
echo -e "${YELLOW}Cloudflared Version: ${RED} $(/usr/bin/cloudflared --version) ${NC}"
echo -e "${BLUE}-------------------------------------------------${NC}"
export PATH=$PATH:/root/.local/bin
# Replace Startup Variables
MODIFIED_STARTUP=$(echo -e ${STARTUP} | sed -e 's/{{/${/g' -e 's/}}/}/g')
echo ":/home/container$ ${MODIFIED_STARTUP}"
# Run the Server
eval ${MODIFIED_STARTUP}
echo "${BLUE} ____ __. .__ _________ .__ .__ __ ";
echo "${BLUE}| |/ _|___.__.| | ____ / _____/_____ ____ |__| ____ | |___/ |_ ";
echo "${BLUE}| < < | || | _/ __ \\ \\_____ \\\\____ \\_/ __ \\| |/ ___\\| | \\ __\\ "
@@ -50,3 +33,19 @@ echo "${GREEN}╚═════════════════════
echo ""
echo ""
echo ""
# System information
echo -e "${BLUE}-------------------------------------------------${NC}"
echo -e "${YELLOW}Running on Alpine: ${RED} $(cat /etc/alpine-release)${NC}"
echo -e "${YELLOW}Current timezone: ${RED} ${TZ} ${NC}"
echo -e "${YELLOW}NodeJS Version: ${RED} $(node -v) ${NC}"
echo -e "${YELLOW}Cloudflared Version: ${RED} $(/usr/bin/cloudflared --version) ${NC}"
echo -e "${BLUE}-------------------------------------------------${NC}"
export PATH=$PATH:/root/.local/bin
eval ${MODIFIED_STARTUP}
# Replace Startup Variables
MODIFIED_STARTUP=$(echo -e ${STARTUP} | sed -e 's/{{/${/g' -e 's/}}/}/g')
echo ":/home/container$ ${MODIFIED_STARTUP}"