From 91d47581feeca9453a44aa23c34cb28dad2dc6ab Mon Sep 17 00:00:00 2001 From: gOOvER <116325+gOOvER@users.noreply.github.com> Date: Sun, 12 Jan 2025 11:06:32 +0100 Subject: [PATCH] added url; abb npm sticky versions to nodejs --- alpine/nodejs18/entrypoint.sh | 2 +- alpine/nodejs20/entrypoint.sh | 2 +- apps/uptimekuma/entrypoint.sh | 2 +- bots/athenabot/entrypoint.sh | 4 ++-- bots/championbots/entrypoint.sh | 2 +- bots/multibot/entrypoint.sh | 4 ++-- bots/nodemongo/entrypoint.sh | 4 ++-- bots/sinusbot/entrypoint.sh | 2 +- box64/entrypoint.sh | 2 +- custom/node16132/entrypoint.sh | 2 +- custom/rustserverredirect/entrypoint.sh | 2 +- database/keydb/entrypoint.sh | 2 +- database/mariadb/entrypoint.sh | 2 +- database/mongodb/entrypoint.sh | 2 +- database/postgres/entrypoint.sh | 2 +- database/redis/entrypoint.sh | 2 +- depotdl/entrypoint.sh | 2 +- dev/bun/entrypoint.sh | 2 +- dev/dart/entrypoint.sh | 2 +- dev/dotnet/entrypoint.sh | 2 +- dev/elixir/entrypoint.sh | 2 +- dev/nodejs/12/Dockerfile | 2 +- dev/nodejs/14/Dockerfile | 2 +- dev/nodejs/16/Dockerfile | 2 +- dev/nodejs/18/Dockerfile | 2 +- dev/nodejs/21/Dockerfile | 2 +- dev/nodejs/22/Dockerfile | 2 +- dev/nodejs/23/Dockerfile | 2 +- dev/nodejs/entrypoint.sh | 2 +- dev/python/entrypoint.sh | 2 +- dev/rust/entrypoint.sh | 2 +- distros/debian/10-buster/entrypoint.sh | 2 +- distros/debian/11-bullseye/entrypoint.sh | 2 +- distros/debian/12-bookworm/entrypoint.sh | 2 +- distros/ubuntu/18-bionic/entrypoint.sh | 4 ++-- distros/ubuntu/20-focal/entrypoint.sh | 4 ++-- distros/ubuntu/22-jammy/entrypoint.sh | 4 ++-- distros/ubuntu/24-noble/entrypoint.sh | 4 ++-- games/bannerlord/entrypoint.sh | 4 ++-- games/eco/entrypoint.sh | 2 +- games/pathoftitans/entrypoint.sh | 4 ++-- games/quakeliveqlx/entrypoint.sh | 2 +- games/thefront/entrypoint.sh | 2 +- java/base/entrypoint.sh | 2 +- java/corretto/entrypoint.sh | 2 +- java/shenandoah/entrypoint.sh | 2 +- steam/entrypoint.sh | 4 ++-- steamcmd/entrypoint.sh | 2 +- 48 files changed, 58 insertions(+), 58 deletions(-) diff --git a/alpine/nodejs18/entrypoint.sh b/alpine/nodejs18/entrypoint.sh index 9845f694..49d76143 100644 --- a/alpine/nodejs18/entrypoint.sh +++ b/alpine/nodejs18/entrypoint.sh @@ -23,7 +23,7 @@ export INTERNAL_IP # system informations echo -e "${BLUE}---------------------------------------------------------------------${NC}" -echo -e "${RED}NodeJS Image by gOOvER${NC}" +echo -e "${RED}NodeJS Image by gOOvER - https://discord.goover.dev${NC}" echo -e "${BLUE}---------------------------------------------------------------------${NC}" echo -e "${YELLOW}Running on Alpine: ${RED} $(cat /etc/alpine-release)${NC}" echo -e "${YELLOW}Current timezone: ${RED} $(cat /etc/timezone)${NC}" diff --git a/alpine/nodejs20/entrypoint.sh b/alpine/nodejs20/entrypoint.sh index 9845f694..49d76143 100644 --- a/alpine/nodejs20/entrypoint.sh +++ b/alpine/nodejs20/entrypoint.sh @@ -23,7 +23,7 @@ export INTERNAL_IP # system informations echo -e "${BLUE}---------------------------------------------------------------------${NC}" -echo -e "${RED}NodeJS Image by gOOvER${NC}" +echo -e "${RED}NodeJS Image by gOOvER - https://discord.goover.dev${NC}" echo -e "${BLUE}---------------------------------------------------------------------${NC}" echo -e "${YELLOW}Running on Alpine: ${RED} $(cat /etc/alpine-release)${NC}" echo -e "${YELLOW}Current timezone: ${RED} $(cat /etc/timezone)${NC}" diff --git a/apps/uptimekuma/entrypoint.sh b/apps/uptimekuma/entrypoint.sh index 32a77121..d2bc0e6f 100644 --- a/apps/uptimekuma/entrypoint.sh +++ b/apps/uptimekuma/entrypoint.sh @@ -23,7 +23,7 @@ export INTERNAL_IP # system informations echo -e "${BLUE}---------------------------------------------------------------------${NC}" -echo -e "${RED}Uptime Kuma Image by gOOvER${NC}" +echo -e "${RED}Uptime Kuma Image by gOOvER - https://discord.goover.dev${NC}" echo -e "${BLUE}---------------------------------------------------------------------${NC}" echo -e "${YELLOW}Running on Alpine: ${RED} $(cat /etc/alpine-release)${NC}" echo -e "${YELLOW}Current timezone: ${RED} ${TZ} ${NC}" diff --git a/bots/athenabot/entrypoint.sh b/bots/athenabot/entrypoint.sh index e7acf1dd..f5254463 100644 --- a/bots/athenabot/entrypoint.sh +++ b/bots/athenabot/entrypoint.sh @@ -23,7 +23,7 @@ export INTERNAL_IP # system informations echo -e "${BLUE}---------------------------------------------------------------------${NC}" -echo -e "${RED}Athena Bot Image by gOOvER${NC}" +echo -e "${RED}Athena Bot Image by gOOvER - https://discord.goover.dev${NC}" echo -e "${BLUE}---------------------------------------------------------------------${NC}" echo -e "${YELLOW}Running on: ${RED} $(. /etc/os-release ; echo $NAME $VERSION)${NC}" echo -e "${YELLOW}Current timezone: ${RED} $(cat /etc/timezone)${NC}" @@ -51,4 +51,4 @@ echo -e "${BLUE}---------------------------------------------------------------- eval ${MODIFIED_STARTUP} # stop mongo -mongod --shutdown \ No newline at end of file +mongod --shutdown diff --git a/bots/championbots/entrypoint.sh b/bots/championbots/entrypoint.sh index a28bfa3e..c824a828 100644 --- a/bots/championbots/entrypoint.sh +++ b/bots/championbots/entrypoint.sh @@ -23,7 +23,7 @@ export INTERNAL_IP # system informations echo -e "${BLUE}---------------------------------------------------------------------${NC}" -echo -e "${RED}ChampionsBot Image by gOOvER${NC}" +echo -e "${RED}ChampionsBot Image by gOOvER - https://discord.goover.dev${NC}" echo -e "${BLUE}---------------------------------------------------------------------${NC}" echo -e "${YELLOW}Linux Distribution: ${RED} $(. /etc/os-release ; echo $PRETTY_NAME)${NC}" echo -e "${YELLOW}Current timezone: ${RED} $(cat /etc/timezone)${NC}" diff --git a/bots/multibot/entrypoint.sh b/bots/multibot/entrypoint.sh index f6a3eb57..33cc30e6 100644 --- a/bots/multibot/entrypoint.sh +++ b/bots/multibot/entrypoint.sh @@ -23,7 +23,7 @@ export INTERNAL_IP # system informations echo -e "${BLUE}---------------------------------------------------------------------${NC}" -echo -e "${RED}Multi-Bot Image by gOOvER${NC}" +echo -e "${RED}Multi-Bot Image by gOOvER - https://discord.goover.dev${NC}" echo -e "${BLUE}---------------------------------------------------------------------${NC}" echo -e "${YELLOW}Running on: ${RED} $(. /etc/os-release ; echo $NAME $VERSION)${NC}" echo -e "${YELLOW}Current timezone: ${RED} $(cat /etc/timezone)${NC}" @@ -51,4 +51,4 @@ echo -e "${BLUE}---------------------------------------------------------------- eval ${MODIFIED_STARTUP} # stop mongo -mongod --shutdown \ No newline at end of file +mongod --shutdown diff --git a/bots/nodemongo/entrypoint.sh b/bots/nodemongo/entrypoint.sh index b8032dc6..37f49ab9 100644 --- a/bots/nodemongo/entrypoint.sh +++ b/bots/nodemongo/entrypoint.sh @@ -23,7 +23,7 @@ export INTERNAL_IP # system informations echo -e "${BLUE}---------------------------------------------------------------------${NC}" -echo -e "${RED}NodeJS & MongoDB Image by gOOvER${NC}" +echo -e "${RED}NodeJS & MongoDB Image by gOOvER - https://discord.goover.dev${NC}" echo -e "${BLUE}---------------------------------------------------------------------${NC}" echo -e "${YELLOW}Running on: ${RED} $(. /etc/os-release ; echo $NAME $VERSION)${NC}" echo -e "${YELLOW}Current timezone: ${RED} $(cat /etc/timezone)${NC}" @@ -50,4 +50,4 @@ echo -e "${BLUE}---------------------------------------------------------------- eval ${MODIFIED_STARTUP} # stop mongo -mongod --shutdown \ No newline at end of file +mongod --shutdown diff --git a/bots/sinusbot/entrypoint.sh b/bots/sinusbot/entrypoint.sh index 9c86c550..37e28aff 100644 --- a/bots/sinusbot/entrypoint.sh +++ b/bots/sinusbot/entrypoint.sh @@ -23,7 +23,7 @@ export INTERNAL_IP # system informations echo -e "${BLUE}---------------------------------------------------------------------${NC}" -echo -e "${RED}Sinusbot Image by gOOvER${NC}" +echo -e "${RED}Sinusbot Image by gOOvER - https://discord.goover.dev${NC}" echo -e "${BLUE}---------------------------------------------------------------------${NC}" echo -e "${YELLOW}Linux Distribution: ${RED} $(. /etc/os-release ; echo $PRETTY_NAME)${NC}" echo -e "${YELLOW}Current timezone: ${RED} $(cat /etc/timezone)${NC}" diff --git a/box64/entrypoint.sh b/box64/entrypoint.sh index c9f8a6cb..a6f4bd66 100644 --- a/box64/entrypoint.sh +++ b/box64/entrypoint.sh @@ -23,7 +23,7 @@ export INTERNAL_IP # System informations echo -e "${BLUE}---------------------------------------------------------------------${NC}" -echo -e "${RED}Box64 (Quinten) Image by gOOvER${NC}" +echo -e "${RED}Box64 (Quinten) Image by gOOvER - https://discord.goover.dev${NC}" echo -e "${BLUE}---------------------------------------------------------------------${NC}" echo -e "${YELLOW}Linux Distribution: ${RED} $(. /etc/os-release ; echo $PRETTY_NAME)${NC}" echo -e "${YELLOW}Current timezone: ${RED} $(cat /etc/timezone)${NC}" diff --git a/custom/node16132/entrypoint.sh b/custom/node16132/entrypoint.sh index 6fa7a4b9..b465fcc7 100644 --- a/custom/node16132/entrypoint.sh +++ b/custom/node16132/entrypoint.sh @@ -23,7 +23,7 @@ export INTERNAL_IP # system informations echo -e "${BLUE}---------------------------------------------------------------------${NC}" -echo -e "${RED}NodeJS Image by gOOvER${NC}" +echo -e "${RED}NodeJS Image by gOOvER - https://discord.goover.dev${NC}" echo -e "${BLUE}---------------------------------------------------------------------${NC}" echo -e "${YELLOW}Linux Distribution: ${RED} $(. /etc/os-release ; echo $PRETTY_NAME)${NC}" echo -e "${YELLOW}Current timezone: ${RED} $(cat /etc/timezone)${NC}" diff --git a/custom/rustserverredirect/entrypoint.sh b/custom/rustserverredirect/entrypoint.sh index 1e4c6c9d..4e988a98 100644 --- a/custom/rustserverredirect/entrypoint.sh +++ b/custom/rustserverredirect/entrypoint.sh @@ -20,7 +20,7 @@ export INTERNAL_IP # Information output echo -e "${BLUE}---------------------------------------------------------------------${NC}" -echo -e "${RED}RustServerRedirect Image by gOOvER${NC}" +echo -e "${RED}RustServerRedirect Image by gOOvER - https://discord.goover.dev${NC}" echo -e "${BLUE}---------------------------------------------------------------------${NC}" echo -e "${YELLOW}Linux Distribution: ${RED} $(. /etc/os-release ; echo $PRETTY_NAME)${NC}" echo -e "${YELLOW}Current timezone: ${RED} $(cat /etc/timezone)${NC}" diff --git a/database/keydb/entrypoint.sh b/database/keydb/entrypoint.sh index 2b4e601d..315580bc 100644 --- a/database/keydb/entrypoint.sh +++ b/database/keydb/entrypoint.sh @@ -23,7 +23,7 @@ export INTERNAL_IP # system informations echo -e "${BLUE}---------------------------------------------------------------------${NC}" -echo -e "${RED}KeyDB Image by gOOvER${NC}" +echo -e "${RED}KeyDB Image by gOOvER - https://discord.goover.dev${NC}" echo -e "${BLUE}---------------------------------------------------------------------${NC}" echo -e "${YELLOW}Linux Distribution: ${RED} $(. /etc/os-release ; echo $PRETTY_NAME)${NC}" echo -e "${YELLOW}Current timezone: ${RED} $(cat /etc/timezone)${NC}" diff --git a/database/mariadb/entrypoint.sh b/database/mariadb/entrypoint.sh index 51209799..455faebc 100644 --- a/database/mariadb/entrypoint.sh +++ b/database/mariadb/entrypoint.sh @@ -23,7 +23,7 @@ export INTERNAL_IP # system informations echo -e "${BLUE}---------------------------------------------------------------------${NC}" -echo -e "${RED}MariaDB Image by gOOvER${NC}" +echo -e "${RED}MariaDB Image by gOOvER - https://discord.goover.dev${NC}" echo -e "${RED}THIS IMAGE IS LICENSED UNDER AGPLv3${NC}" echo -e "${BLUE}---------------------------------------------------------------------${NC}" echo -e "${YELLOW}Linux Distribution: ${RED} $(. /etc/os-release ; echo $PRETTY_NAME)${NC}" diff --git a/database/mongodb/entrypoint.sh b/database/mongodb/entrypoint.sh index dafbe888..65b11910 100644 --- a/database/mongodb/entrypoint.sh +++ b/database/mongodb/entrypoint.sh @@ -23,7 +23,7 @@ export INTERNAL_IP # system informations echo -e "${BLUE}---------------------------------------------------------------------${NC}" -echo -e "${RED}MongoDB Image by gOOvER${NC}" +echo -e "${RED}MongoDB Image by gOOvER - https://discord.goover.dev${NC}" echo -e "${RED}THIS IMAGE IS LICENSED UNDER AGPLv3${NC}" echo -e "${BLUE}---------------------------------------------------------------------${NC}" echo -e "${YELLOW}Linux Distribution: ${RED} $(. /etc/os-release ; echo $PRETTY_NAME)${NC}" diff --git a/database/postgres/entrypoint.sh b/database/postgres/entrypoint.sh index 191bb1bf..ca9017b6 100644 --- a/database/postgres/entrypoint.sh +++ b/database/postgres/entrypoint.sh @@ -23,7 +23,7 @@ export INTERNAL_IP # system informations echo -e "${BLUE}---------------------------------------------------------------------${NC}" -echo -e "${RED}Postgres Image by gOOvER${NC}" +echo -e "${RED}Postgres Image by gOOvER - https://discord.goover.dev${NC}" echo -e "${RED}THIS IMAGE IS LICENSED UNDER AGPLv3${NC}" echo -e "${BLUE}---------------------------------------------------------------------${NC}" echo -e "${YELLOW}Linux Distribution: ${RED} $(. /etc/os-release ; echo $PRETTY_NAME)${NC}" diff --git a/database/redis/entrypoint.sh b/database/redis/entrypoint.sh index 5ba69d17..47586a72 100644 --- a/database/redis/entrypoint.sh +++ b/database/redis/entrypoint.sh @@ -23,7 +23,7 @@ export INTERNAL_IP # system informations echo -e "${BLUE}---------------------------------------------------------------------${NC}" -echo -e "${RED}Redis Image by gOOvER${NC}" +echo -e "${RED}Redis Image by gOOvER - https://discord.goover.dev${NC}" echo -e "${BLUE}---------------------------------------------------------------------${NC}" echo -e "${YELLOW}Linux Distribution: ${RED} $(. /etc/os-release ; echo $PRETTY_NAME)${NC}" echo -e "${YELLOW}Current timezone: ${RED} $(cat /etc/timezone)${NC}" diff --git a/depotdl/entrypoint.sh b/depotdl/entrypoint.sh index b266a0dc..35135090 100644 --- a/depotdl/entrypoint.sh +++ b/depotdl/entrypoint.sh @@ -21,7 +21,7 @@ export INTERNAL_IP # Information output echo -e "${BLUE}---------------------------------------------------------------------${NC}" -echo -e "${RED}DepotDownloader Image by gOOvER${NC}" +echo -e "${RED}DepotDownloader Image by gOOvER - https://discord.goover.dev${NC}" echo -e "${RED}THIS IMAGE IS LICENSED UNDER AGPLv3${NC}" echo -e "${BLUE}---------------------------------------------------------------------${NC}" echo -e "${YELLOW}Linux Distribution: ${RED} $(. /etc/os-release ; echo $PRETTY_NAME)${NC}" diff --git a/dev/bun/entrypoint.sh b/dev/bun/entrypoint.sh index 5f6392be..1329510c 100644 --- a/dev/bun/entrypoint.sh +++ b/dev/bun/entrypoint.sh @@ -23,7 +23,7 @@ export INTERNAL_IP # system informations echo -e "${BLUE}---------------------------------------------------------------------${NC}" -echo -e "${RED}BUN Image by gOOvER${NC}" +echo -e "${RED}BUN Image by gOOvER - https://discord.goover.dev${NC}" echo -e "${BLUE}---------------------------------------------------------------------${NC}" echo -e "${YELLOW}Linux Distribution: ${RED} $(. /etc/os-release ; echo $PRETTY_NAME)${NC}" echo -e "${YELLOW}Current timezone: ${RED} $(cat /etc/timezone)${NC}" diff --git a/dev/dart/entrypoint.sh b/dev/dart/entrypoint.sh index 2733bb59..498eb0e0 100644 --- a/dev/dart/entrypoint.sh +++ b/dev/dart/entrypoint.sh @@ -23,7 +23,7 @@ export INTERNAL_IP # System informations echo -e "${BLUE}---------------------------------------------------------------------${NC}" -echo -e "${RED}NodeJS Image by gOOvER${NC}" +echo -e "${RED}NodeJS Image by gOOvER - https://discord.goover.dev${NC}" echo -e "${BLUE}---------------------------------------------------------------------${NC}" echo -e "${YELLOW}Linux Distribution: ${RED} $(. /etc/os-release ; echo $PRETTY_NAME)${NC}" echo -e "${YELLOW}Current timezone: ${RED} $(cat /etc/timezone)${NC}" diff --git a/dev/dotnet/entrypoint.sh b/dev/dotnet/entrypoint.sh index 1ae72644..52c7a712 100644 --- a/dev/dotnet/entrypoint.sh +++ b/dev/dotnet/entrypoint.sh @@ -26,7 +26,7 @@ export DOTNET_ROOT=/usr/share/ # system informations echo -e "${BLUE}---------------------------------------------------------------------${NC}" -echo -e "${RED}DotNet Image by gOOvER${NC}" +echo -e "${RED}DotNet Image by gOOvER - https://discord.goover.dev${NC}" echo -e "${RED}THIS IMAGE IS LICENSED UNDER AGPLv3${NC}" echo -e "${BLUE}---------------------------------------------------------------------${NC}" echo -e "${YELLOW}Linux Distribution: ${RED} $(. /etc/os-release ; echo $PRETTY_NAME)${NC}" diff --git a/dev/elixir/entrypoint.sh b/dev/elixir/entrypoint.sh index 9c860556..9cc18960 100644 --- a/dev/elixir/entrypoint.sh +++ b/dev/elixir/entrypoint.sh @@ -23,7 +23,7 @@ export INTERNAL_IP # system informations echo -e "${BLUE}---------------------------------------------------------------------${NC}" -echo -e "${RED}BUN Image by gOOvER${NC}" +echo -e "${RED}BUN Image by gOOvER - https://discord.goover.dev${NC}" echo -e "${BLUE}---------------------------------------------------------------------${NC}" echo -e "${YELLOW}Linux Distribution: ${RED} $(. /etc/os-release ; echo $PRETTY_NAME)${NC}" echo -e "${YELLOW}Current timezone: ${RED} $(cat /etc/timezone)${NC}" diff --git a/dev/nodejs/12/Dockerfile b/dev/nodejs/12/Dockerfile index 988aedf9..c0f6b7af 100644 --- a/dev/nodejs/12/Dockerfile +++ b/dev/nodejs/12/Dockerfile @@ -34,7 +34,7 @@ RUN apt -y install --no-install-recommends \ libnss3 \ libsqlite3-dev -RUN npm install npm@9.8.1 typescript ts-node @types/node --location=global +RUN npm install npm@next-9 typescript ts-node @types/node --location=global # add Yarn RUN curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \ diff --git a/dev/nodejs/14/Dockerfile b/dev/nodejs/14/Dockerfile index 230bdd91..e12d87c3 100644 --- a/dev/nodejs/14/Dockerfile +++ b/dev/nodejs/14/Dockerfile @@ -34,7 +34,7 @@ RUN apt -y install --no-install-recommends \ libnss3 \ libsqlite3-dev -RUN npm install npm@9.8.1 typescript ts-node @types/node --location=global +RUN npm install npm@next-9 typescript ts-node @types/node --location=global # add Yarn RUN curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \ diff --git a/dev/nodejs/16/Dockerfile b/dev/nodejs/16/Dockerfile index 6a7ce9a2..dd130216 100644 --- a/dev/nodejs/16/Dockerfile +++ b/dev/nodejs/16/Dockerfile @@ -34,7 +34,7 @@ RUN apt -y install --no-install-recommends \ libnss3 \ libsqlite3-dev -RUN npm install npm@9.8.1 typescript ts-node @types/node --location=global +RUN npm install npm@next-9 typescript ts-node @types/node --location=global # add Yarn RUN curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \ diff --git a/dev/nodejs/18/Dockerfile b/dev/nodejs/18/Dockerfile index 4b3bafe0..7447f019 100644 --- a/dev/nodejs/18/Dockerfile +++ b/dev/nodejs/18/Dockerfile @@ -41,7 +41,7 @@ RUN curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \ && apt -y install yarn # updating npm -RUN npm install npm@latest -g +RUN npm install npm@next-10 -g RUN npm install typescript ts-node @types/node --location=global # install pnpm diff --git a/dev/nodejs/21/Dockerfile b/dev/nodejs/21/Dockerfile index 83dd9e7c..26966963 100644 --- a/dev/nodejs/21/Dockerfile +++ b/dev/nodejs/21/Dockerfile @@ -35,7 +35,7 @@ RUN apt -y install \ libsqlite3-dev # updating npm -RUN npm install npm@latest -g +RUN npm install npm@next-10 -g RUN npm install -g typescript ts-node # install pnpm diff --git a/dev/nodejs/22/Dockerfile b/dev/nodejs/22/Dockerfile index afb2e462..415b4787 100644 --- a/dev/nodejs/22/Dockerfile +++ b/dev/nodejs/22/Dockerfile @@ -35,7 +35,7 @@ RUN apt -y install \ libsqlite3-dev # updating npm -RUN npm install npm@latest -g +RUN npm install npm@next-11 -g RUN npm install -g typescript ts-node # install pnpm diff --git a/dev/nodejs/23/Dockerfile b/dev/nodejs/23/Dockerfile index 88a68092..ff5e9b57 100644 --- a/dev/nodejs/23/Dockerfile +++ b/dev/nodejs/23/Dockerfile @@ -35,7 +35,7 @@ RUN apt -y install \ libsqlite3-dev # updating npm -RUN npm install npm@latest -g +RUN npm install npm@next-11 -g RUN npm install -g typescript ts-node # install pnpm diff --git a/dev/nodejs/entrypoint.sh b/dev/nodejs/entrypoint.sh index 07a105b4..ad873bf9 100644 --- a/dev/nodejs/entrypoint.sh +++ b/dev/nodejs/entrypoint.sh @@ -23,7 +23,7 @@ export INTERNAL_IP # system informations echo -e "${BLUE}---------------------------------------------------------------------${NC}" -echo -e "${RED}NodeJS Image by gOOvER${NC}" +echo -e "${RED}NodeJS Image by gOOvER - https://discord.goover.dev${NC}" echo -e "${RED}THIS IMAGE IS LICENSED UNDER AGPLv3${NC}" echo -e "${BLUE}---------------------------------------------------------------------${NC}" echo -e "${YELLOW}Linux Distribution: ${RED} $(. /etc/os-release ; echo $PRETTY_NAME)${NC}" diff --git a/dev/python/entrypoint.sh b/dev/python/entrypoint.sh index 9d15bb52..26950f25 100644 --- a/dev/python/entrypoint.sh +++ b/dev/python/entrypoint.sh @@ -23,7 +23,7 @@ export INTERNAL_IP # system informations echo -e "${BLUE}---------------------------------------------------------------------${NC}" -echo -e "${RED}Python Image by gOOvER${NC}" +echo -e "${RED}Python Image by gOOvER - https://discord.goover.dev${NC}" echo -e "${RED}THIS IMAGE IS LICENSED UNDER AGPLv3${NC}" echo -e "${BLUE}---------------------------------------------------------------------${NC}" echo -e "${YELLOW}Linux Distribution: ${RED} $(. /etc/os-release ; echo $PRETTY_NAME)${NC}" diff --git a/dev/rust/entrypoint.sh b/dev/rust/entrypoint.sh index 1e044280..45fc3c84 100644 --- a/dev/rust/entrypoint.sh +++ b/dev/rust/entrypoint.sh @@ -23,7 +23,7 @@ export INTERNAL_IP # system informations echo -e "${BLUE}---------------------------------------------------------------------${NC}" -echo -e "${RED}Rust Image by gOOvER${NC}" +echo -e "${RED}Rust Image by gOOvER - https://discord.goover.dev${NC}" echo -e "${BLUE}---------------------------------------------------------------------${NC}" echo -e "${YELLOW}Linux Distribution: ${RED} $(. /etc/os-release ; echo $PRETTY_NAME)${NC}" echo -e "${YELLOW}Current timezone: ${RED} $(cat /etc/timezone)${NC}" diff --git a/distros/debian/10-buster/entrypoint.sh b/distros/debian/10-buster/entrypoint.sh index 3ce73d7a..b83adf04 100644 --- a/distros/debian/10-buster/entrypoint.sh +++ b/distros/debian/10-buster/entrypoint.sh @@ -23,7 +23,7 @@ export INTERNAL_IP # system informations echo -e "${BLUE}---------------------------------------------------------------------${NC}" -echo -e "${RED}Debian 10 Image by gOOvER${NC}" +echo -e "${RED}Debian 10 Image by gOOvER - https://discord.goover.dev${NC}" echo -e "${BLUE}---------------------------------------------------------------------${NC}" echo -e "${YELLOW}Linux Distribution: ${RED} $(. /etc/os-release ; echo $PRETTY_NAME)${NC}" echo -e "${YELLOW}Current timezone: ${RED} $(cat /etc/timezone)${NC}" diff --git a/distros/debian/11-bullseye/entrypoint.sh b/distros/debian/11-bullseye/entrypoint.sh index 2a594190..c1544c0e 100644 --- a/distros/debian/11-bullseye/entrypoint.sh +++ b/distros/debian/11-bullseye/entrypoint.sh @@ -23,7 +23,7 @@ export INTERNAL_IP # system informations echo -e "${BLUE}---------------------------------------------------------------------${NC}" -echo -e "${RED}Debian 11 Image by gOOvER${NC}" +echo -e "${RED}Debian 11 Image by gOOvER - https://discord.goover.dev${NC}" echo -e "${BLUE}---------------------------------------------------------------------${NC}" echo -e "${YELLOW}Linux Distribution: ${RED} $(. /etc/os-release ; echo $PRETTY_NAME)${NC}" echo -e "${YELLOW}Current timezone: ${RED} $(cat /etc/timezone)${NC}" diff --git a/distros/debian/12-bookworm/entrypoint.sh b/distros/debian/12-bookworm/entrypoint.sh index 711c1c7b..ae7e43bb 100644 --- a/distros/debian/12-bookworm/entrypoint.sh +++ b/distros/debian/12-bookworm/entrypoint.sh @@ -23,7 +23,7 @@ export INTERNAL_IP # system informations echo -e "${BLUE}---------------------------------------------------------------------${NC}" -echo -e "${RED}Debian 12 Image by gOOvER${NC}" +echo -e "${RED}Debian 12 Image by gOOvER - https://discord.goover.dev${NC}" echo -e "${BLUE}---------------------------------------------------------------------${NC}" echo -e "${YELLOW}Linux Distribution: ${RED} $(. /etc/os-release ; echo $PRETTY_NAME)${NC}" echo -e "${YELLOW}Current timezone: ${RED} $(cat /etc/timezone)${NC}" diff --git a/distros/ubuntu/18-bionic/entrypoint.sh b/distros/ubuntu/18-bionic/entrypoint.sh index 3bcf4100..6166f840 100644 --- a/distros/ubuntu/18-bionic/entrypoint.sh +++ b/distros/ubuntu/18-bionic/entrypoint.sh @@ -23,7 +23,7 @@ export INTERNAL_IP # system informations echo -e "${BLUE}---------------------------------------------------------------------${NC}" -echo -e "${RED}Ubuntu Image by gOOvER${NC}" +echo -e "${RED}Ubuntu Image by gOOvER - https://discord.goover.dev${NC}" echo -e "${BLUE}---------------------------------------------------------------------${NC}" echo -e "${YELLOW}Running on Ubuntu ${RED} $(cat /etc/debian_version)${NC}" echo -e "${YELLOW}Current timezone: ${RED} $(cat /etc/timezone)${NC}" @@ -34,4 +34,4 @@ MODIFIED_STARTUP=$(echo -e ${STARTUP} | sed -e 's/{{/${/g' -e 's/}}/}/g') echo -e ":/home/container$ ${MODIFIED_STARTUP}" # Run the Server -eval ${MODIFIED_STARTUP} \ No newline at end of file +eval ${MODIFIED_STARTUP} diff --git a/distros/ubuntu/20-focal/entrypoint.sh b/distros/ubuntu/20-focal/entrypoint.sh index 3bcf4100..6166f840 100644 --- a/distros/ubuntu/20-focal/entrypoint.sh +++ b/distros/ubuntu/20-focal/entrypoint.sh @@ -23,7 +23,7 @@ export INTERNAL_IP # system informations echo -e "${BLUE}---------------------------------------------------------------------${NC}" -echo -e "${RED}Ubuntu Image by gOOvER${NC}" +echo -e "${RED}Ubuntu Image by gOOvER - https://discord.goover.dev${NC}" echo -e "${BLUE}---------------------------------------------------------------------${NC}" echo -e "${YELLOW}Running on Ubuntu ${RED} $(cat /etc/debian_version)${NC}" echo -e "${YELLOW}Current timezone: ${RED} $(cat /etc/timezone)${NC}" @@ -34,4 +34,4 @@ MODIFIED_STARTUP=$(echo -e ${STARTUP} | sed -e 's/{{/${/g' -e 's/}}/}/g') echo -e ":/home/container$ ${MODIFIED_STARTUP}" # Run the Server -eval ${MODIFIED_STARTUP} \ No newline at end of file +eval ${MODIFIED_STARTUP} diff --git a/distros/ubuntu/22-jammy/entrypoint.sh b/distros/ubuntu/22-jammy/entrypoint.sh index 3bcf4100..6166f840 100644 --- a/distros/ubuntu/22-jammy/entrypoint.sh +++ b/distros/ubuntu/22-jammy/entrypoint.sh @@ -23,7 +23,7 @@ export INTERNAL_IP # system informations echo -e "${BLUE}---------------------------------------------------------------------${NC}" -echo -e "${RED}Ubuntu Image by gOOvER${NC}" +echo -e "${RED}Ubuntu Image by gOOvER - https://discord.goover.dev${NC}" echo -e "${BLUE}---------------------------------------------------------------------${NC}" echo -e "${YELLOW}Running on Ubuntu ${RED} $(cat /etc/debian_version)${NC}" echo -e "${YELLOW}Current timezone: ${RED} $(cat /etc/timezone)${NC}" @@ -34,4 +34,4 @@ MODIFIED_STARTUP=$(echo -e ${STARTUP} | sed -e 's/{{/${/g' -e 's/}}/}/g') echo -e ":/home/container$ ${MODIFIED_STARTUP}" # Run the Server -eval ${MODIFIED_STARTUP} \ No newline at end of file +eval ${MODIFIED_STARTUP} diff --git a/distros/ubuntu/24-noble/entrypoint.sh b/distros/ubuntu/24-noble/entrypoint.sh index 3bcf4100..6166f840 100644 --- a/distros/ubuntu/24-noble/entrypoint.sh +++ b/distros/ubuntu/24-noble/entrypoint.sh @@ -23,7 +23,7 @@ export INTERNAL_IP # system informations echo -e "${BLUE}---------------------------------------------------------------------${NC}" -echo -e "${RED}Ubuntu Image by gOOvER${NC}" +echo -e "${RED}Ubuntu Image by gOOvER - https://discord.goover.dev${NC}" echo -e "${BLUE}---------------------------------------------------------------------${NC}" echo -e "${YELLOW}Running on Ubuntu ${RED} $(cat /etc/debian_version)${NC}" echo -e "${YELLOW}Current timezone: ${RED} $(cat /etc/timezone)${NC}" @@ -34,4 +34,4 @@ MODIFIED_STARTUP=$(echo -e ${STARTUP} | sed -e 's/{{/${/g' -e 's/}}/}/g') echo -e ":/home/container$ ${MODIFIED_STARTUP}" # Run the Server -eval ${MODIFIED_STARTUP} \ No newline at end of file +eval ${MODIFIED_STARTUP} diff --git a/games/bannerlord/entrypoint.sh b/games/bannerlord/entrypoint.sh index 66a0c874..5676e28e 100644 --- a/games/bannerlord/entrypoint.sh +++ b/games/bannerlord/entrypoint.sh @@ -21,14 +21,14 @@ export INTERNAL_IP # Information output if [ -f "/usr/local/bin/proton" ]; then echo -e "${BLUE}---------------------------------------------------------------------${NC}" - echo -e "${RED}SteamCMD Proton Image by gOOvER${NC}" + echo -e "${RED}SteamCMD Proton Image by gOOvER - https://discord.goover.dev${NC}" echo -e "${BLUE}---------------------------------------------------------------------${NC}" echo -e "${YELLOW}Linux Distribution: ${RED} $(. /etc/os-release ; echo $PRETTY_NAME)${NC}" echo -e "${YELLOW}Current timezone: ${RED} $(cat /etc/timezone)${NC}" echo -e "${BLUE}---------------------------------------------------------------------${NC}" else echo -e "${BLUE}---------------------------------------------------------------------${NC}" - echo -e "${RED}SteamCMD Image by gOOvER${NC}" + echo -e "${RED}SteamCMD Image by gOOvER - https://discord.goover.dev${NC}" echo -e "${BLUE}---------------------------------------------------------------------${NC}" echo -e "${YELLOW}Linux Distribution: ${RED} $(. /etc/os-release ; echo $PRETTY_NAME)${NC}" echo -e "${YELLOW}Current timezone: ${RED} $(cat /etc/timezone)${NC}" diff --git a/games/eco/entrypoint.sh b/games/eco/entrypoint.sh index 2d3c1dea..ff7de5d3 100644 --- a/games/eco/entrypoint.sh +++ b/games/eco/entrypoint.sh @@ -20,7 +20,7 @@ export INTERNAL_IP # Information output echo -e "${BLUE}---------------------------------------------------------------------${NC}" -echo -e "${RED}SteamCMD Image by gOOvER${NC}" +echo -e "${RED}SteamCMD Image by gOOvER - https://discord.goover.dev${NC}" echo -e "${BLUE}---------------------------------------------------------------------${NC}" echo -e "${YELLOW}Linux Distribution: ${RED} $(. /etc/os-release ; echo $PRETTY_NAME)${NC}" echo -e "${YELLOW}Current timezone: ${RED} $(cat /etc/timezone)${NC}" diff --git a/games/pathoftitans/entrypoint.sh b/games/pathoftitans/entrypoint.sh index 4850b937..5b02e8fd 100644 --- a/games/pathoftitans/entrypoint.sh +++ b/games/pathoftitans/entrypoint.sh @@ -23,7 +23,7 @@ export INTERNAL_IP # system informations echo -e "${BLUE}---------------------------------------------------------------------${NC}" -echo -e "${RED}Path of Titans Image by gOOvER${NC}" +echo -e "${RED}Path of Titans Image by gOOvER - https://discord.goover.dev${NC}" echo -e "${BLUE}---------------------------------------------------------------------${NC}" echo -e "${YELLOW}Running on Ubuntu ${RED} $(cat /etc/debian_version)${NC}" echo -e "${YELLOW}Current timezone: ${RED} $(cat /etc/timezone)${NC}" @@ -51,4 +51,4 @@ MODIFIED_STARTUP=$(echo -e ${STARTUP} | sed -e 's/{{/${/g' -e 's/}}/}/g') echo -e ":/home/container$ ${MODIFIED_STARTUP}" # Run the Server -eval ${MODIFIED_STARTUP} \ No newline at end of file +eval ${MODIFIED_STARTUP} diff --git a/games/quakeliveqlx/entrypoint.sh b/games/quakeliveqlx/entrypoint.sh index 66106007..0b79d7ab 100644 --- a/games/quakeliveqlx/entrypoint.sh +++ b/games/quakeliveqlx/entrypoint.sh @@ -20,7 +20,7 @@ export INTERNAL_IP # Information output echo -e "${BLUE}---------------------------------------------------------------------${NC}" -echo -e "${RED}SteamCMD Image by gOOvER${NC}" +echo -e "${RED}SteamCMD Image by gOOvER - https://discord.goover.dev${NC}" echo -e "${BLUE}---------------------------------------------------------------------${NC}" echo -e "${YELLOW}Linux Distribution: ${RED} $(. /etc/os-release ; echo $PRETTY_NAME)${NC}" echo -e "${YELLOW}Current timezone: ${RED} $(cat /etc/timezone)${NC}" diff --git a/games/thefront/entrypoint.sh b/games/thefront/entrypoint.sh index e1853d39..9fac1665 100644 --- a/games/thefront/entrypoint.sh +++ b/games/thefront/entrypoint.sh @@ -20,7 +20,7 @@ export INTERNAL_IP # Information output echo -e "${BLUE}---------------------------------------------------------------------${NC}" -echo -e "${RED}The Front Image by gOOvER${NC}" +echo -e "${RED}The Front Image by gOOvER - https://discord.goover.dev${NC}" echo -e "${BLUE}---------------------------------------------------------------------${NC}" echo -e "${YELLOW}Linux Distribution: ${RED} $(. /etc/os-release ; echo $PRETTY_NAME)${NC}" echo -e "${YELLOW}Current timezone: ${RED} $(cat /etc/timezone)${NC}" diff --git a/java/base/entrypoint.sh b/java/base/entrypoint.sh index c82f5ea5..d6c8c4d5 100644 --- a/java/base/entrypoint.sh +++ b/java/base/entrypoint.sh @@ -24,7 +24,7 @@ export INTERNAL_IP # system informations echo -e "${BLUE}---------------------------------------------------------------------${NC}" -echo -e "${RED}Java Base Image by gOOvER${NC}" +echo -e "${RED}Java Base Image by gOOvER - https://discord.goover.dev${NC}" echo -e "${BLUE}---------------------------------------------------------------------${NC}" echo -e "${YELLOW}Linux Distribution: ${RED} $(. /etc/os-release ; echo $PRETTY_NAME)${NC}" echo -e "${YELLOW}Current timezone: ${RED} $(cat /etc/timezone)${NC}" diff --git a/java/corretto/entrypoint.sh b/java/corretto/entrypoint.sh index 132a71d0..fb280931 100644 --- a/java/corretto/entrypoint.sh +++ b/java/corretto/entrypoint.sh @@ -24,7 +24,7 @@ export INTERNAL_IP # system informations echo -e "${BLUE}---------------------------------------------------------------------${NC}" -echo -e "${RED}Java Corretto Image by gOOvER${NC}" +echo -e "${RED}Java Corretto Image by gOOvER - https://discord.goover.dev${NC}" echo -e "${BLUE}---------------------------------------------------------------------${NC}" echo -e "${YELLOW}Linux Distribution: ${RED} $(. /etc/os-release ; echo $PRETTY_NAME)${NC}" echo -e "${YELLOW}Current timezone: ${RED} $(cat /etc/timezone)${NC}" diff --git a/java/shenandoah/entrypoint.sh b/java/shenandoah/entrypoint.sh index ff95960b..484ecb6c 100644 --- a/java/shenandoah/entrypoint.sh +++ b/java/shenandoah/entrypoint.sh @@ -24,7 +24,7 @@ export INTERNAL_IP # system informations echo -e "${BLUE}---------------------------------------------------------------------${NC}" -echo -e "${RED}Java sheandoah Image by gOOvER${NC}" +echo -e "${RED}Java sheandoah Image by gOOvER - https://discord.goover.dev${NC}" echo -e "${BLUE}---------------------------------------------------------------------${NC}" echo -e "${YELLOW}Linux Distribution: ${RED} $(. /etc/os-release ; echo $PRETTY_NAME)${NC}" echo -e "${YELLOW}Current timezone: ${RED} $(cat /etc/timezone)${NC}" diff --git a/steam/entrypoint.sh b/steam/entrypoint.sh index 3b9b88f6..a04502a4 100644 --- a/steam/entrypoint.sh +++ b/steam/entrypoint.sh @@ -19,8 +19,8 @@ INTERNAL_IP=$(ip route get 1 | awk '{print $(NF-2);exit}') export INTERNAL_IP echo -e "${BLUE}----------------------------------------------------------------------------------${NC}" - echo -e "${RED}SteamCMD Proton-GE Image by gOOvER${NC}" - echo -e "${RED}THIS IMAGE IS LICENCEND UNDER AGPLv3${NC}" + echo -e "${RED}SteamCMD Proton-GE Image by gOOvER - https://discord.goover.dev${NC}" + echo -e "${RED}THIS IMAGE IS LICENSED UNDER AGPLv3${NC}" echo -e "${BLUE}----------------------------------------------------------------------------------${NC}" echo -e "${YELLOW}Linux Distribution: ${RED} $(. /etc/os-release ; echo $PRETTY_NAME)${NC}" echo -e "${YELLOW}Kernel: ${RED} $(uname -r)${NC}" diff --git a/steamcmd/entrypoint.sh b/steamcmd/entrypoint.sh index 70fca945..326ef980 100644 --- a/steamcmd/entrypoint.sh +++ b/steamcmd/entrypoint.sh @@ -20,7 +20,7 @@ export INTERNAL_IP # Information output echo -e "${BLUE}---------------------------------------------------------------------${NC}" -echo -e "${RED}SteamCMD Image by gOOvER${NC}" +echo -e "${RED}SteamCMD Image by gOOvER - https://discord.goover.dev${NC}" echo -e "${RED}THIS IMAGE IS LICENSED UNDER AGPLv3${NC}" echo -e "${BLUE}---------------------------------------------------------------------${NC}" echo -e "${YELLOW}Linux Distribution: ${RED} $(. /etc/os-release ; echo $PRETTY_NAME)${NC}"