diff --git a/Dockerfile b/Dockerfile index 1a380e8..b3dd038 100644 --- a/Dockerfile +++ b/Dockerfile @@ -53,7 +53,7 @@ ARG \ BUILD_DATE="Sun Nov 13 12:16:08 PM EST 2022" \ TIMEZONE="America/New_York" -LABEL maintainer="CasjaysDev " \ +LABEL maintainer="CasjaysDev " \ org.opencontainers.image.vendor="CasjaysDev" \ org.opencontainers.image.authors="CasjaysDev" \ org.opencontainers.image.vcs-type="Git" \ diff --git a/LICENSE.md b/LICENSE.md index 86d4345..51fffdf 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,7 +1,7 @@ DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE Version 2, December 2004 - Copyright (C) 2022 Jason Hempstead + Copyright (C) 2022 Jason Hempstead Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long diff --git a/rootfs/usr/local/bin/entrypoint.sh b/rootfs/usr/local/bin/entrypoint.sh index 463de4e..afb1964 100755 --- a/rootfs/usr/local/bin/entrypoint.sh +++ b/rootfs/usr/local/bin/entrypoint.sh @@ -3,7 +3,7 @@ # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ##@Version : 202210210026-git # @@Author : Jason Hempstead -# @@Contact : jason@casjaysdev.com +# @@Contact : jason@casjaysdev.pro # @@License : LICENSE.md # @@ReadME : entrypoint.sh --help # @@Copyright : Copyright: (c) 2022 Jason Hempstead, Casjays Developments @@ -76,7 +76,7 @@ SERVICE_PORT="${SERVICE_PORT:-}" SERVICE_NAME="${CONTAINER_NAME:-}" HOSTNAME="${HOSTNAME:-casjaysdev-deno}" HOSTADMIN="${HOSTADMIN:-root@${DOMAINNAME:-$HOSTNAME}}" -CERT_BOT_MAIL="${CERT_BOT_MAIL:-certbot-mail@casjay.net}" +CERT_BOT_MAIL="${CERT_BOT_MAIL:-certbot-mail@casjay.pro}" SSL_CERT_BOT="${SSL_CERT_BOT:-false}" SSL_ENABLED="${SSL_ENABLED:-false}" SSL_DIR="${SSL_DIR:-/config/ssl}" diff --git a/rootfs/usr/local/bin/get-deno.sh b/rootfs/usr/local/bin/get-deno.sh index b66cfbf..7330a3c 100755 --- a/rootfs/usr/local/bin/get-deno.sh +++ b/rootfs/usr/local/bin/get-deno.sh @@ -2,7 +2,7 @@ # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ##@Version : 202207101834-git # @Author : Jason Hempstead -# @Contact : jason@casjaysdev.com +# @Contact : jason@casjaysdev.pro # @License : LICENSE.md # @ReadME : get-deno.sh --help # @Copyright : Copyright: (c) 2022 Jason Hempstead, Casjays Developments diff --git a/rootfs/usr/local/bin/start-deno.sh b/rootfs/usr/local/bin/start-deno.sh index fde02d2..79598ae 100755 --- a/rootfs/usr/local/bin/start-deno.sh +++ b/rootfs/usr/local/bin/start-deno.sh @@ -3,7 +3,7 @@ # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ##@Version : 202210210026-git # @@Author : Jason Hempstead -# @@Contact : jason@casjaysdev.com +# @@Contact : jason@casjaysdev.pro # @@License : LICENSE.md # @@ReadME : start-deno.sh --help # @@Copyright : Copyright: (c) 2022 Jason Hempstead, Casjays Developments