diff --git a/Dockerfile b/Dockerfile index bf9e27e..5f3812b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -147,7 +147,7 @@ ARG PHP_VERSION USER ${USER} WORKDIR /root -LABEL maintainer="CasjaysDev " +LABEL maintainer="CasjaysDev " LABEL org.opencontainers.image.vendor="CasjaysDev" LABEL org.opencontainers.image.authors="CasjaysDev" LABEL org.opencontainers.image.vcs-type="Git" diff --git a/LICENSE.md b/LICENSE.md index d5b7ec5..b543712 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 casjay + Copyright (C) 2022 casjay 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/opt/echoip/html/index.html b/rootfs/opt/echoip/html/index.html index 51d096f..2d4aa72 100644 --- a/rootfs/opt/echoip/html/index.html +++ b/rootfs/opt/echoip/html/index.html @@ -61,7 +61,7 @@

This site is hosted by
- + Casjays Developments

diff --git a/rootfs/usr/local/bin/entrypoint.sh b/rootfs/usr/local/bin/entrypoint.sh index 8784c07..8056acd 100755 --- a/rootfs/usr/local/bin/entrypoint.sh +++ b/rootfs/usr/local/bin/entrypoint.sh @@ -3,7 +3,7 @@ # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ##@Version : 202211141226-git # @@Author : Jason Hempstead -# @@Contact : jason@casjaysdev.com +# @@Contact : jason@casjaysdev.pro # @@License : WTFPL # @@ReadME : entrypoint.sh --help # @@Copyright : Copyright: (c) 2022 Jason Hempstead, Casjays Developments @@ -71,7 +71,7 @@ TZ="${TZ:-America/New_York}" SERVICE_PORT="${SERVICE_PORT:-$PORT}" HOSTNAME="${HOSTNAME:-casjaysdev-ifconfig}" 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/start-ifconfig.sh b/rootfs/usr/local/bin/start-ifconfig.sh index aaf7e01..17edaca 100755 --- a/rootfs/usr/local/bin/start-ifconfig.sh +++ b/rootfs/usr/local/bin/start-ifconfig.sh @@ -3,7 +3,7 @@ # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ##@Version : 202211141226-git # @@Author : Jason Hempstead -# @@Contact : jason@casjaysdev.com +# @@Contact : jason@casjaysdev.pro # @@License : WTFPL # @@ReadME : start-ifconfig.sh --help # @@Copyright : Copyright: (c) 2022 Jason Hempstead, Casjays Developments