🗃️ Updated domain names 🗃️

Dockerfile
LICENSE.md
rootfs/opt/echoip/html/index.html
rootfs/usr/local/bin/entrypoint.sh
rootfs/usr/local/bin/start-ifconfig.sh
This commit is contained in:
casjay 2023-08-10 19:55:30 -04:00
parent be585648cc
commit 9bb1c257e8
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145
5 changed files with 6 additions and 6 deletions

View File

@ -147,7 +147,7 @@ ARG PHP_VERSION
USER ${USER}
WORKDIR /root
LABEL maintainer="CasjaysDev <docker-admin@casjaysdev.com>"
LABEL maintainer="CasjaysDev <docker-admin@casjaysdev.pro>"
LABEL org.opencontainers.image.vendor="CasjaysDev"
LABEL org.opencontainers.image.authors="CasjaysDev"
LABEL org.opencontainers.image.vcs-type="Git"

View File

@ -1,7 +1,7 @@
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2022 casjay <git-admin@casjaysdev.com>
Copyright (C) 2022 casjay <git-admin@casjaysdev.pro>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long

View File

@ -61,7 +61,7 @@
<div class="pure-u pure-u-md-1">
<p>
This site is hosted by<br />
<a href="https://casjaysdev.com" target="_blank">
<a href="https://casjaysdev.pro" target="_blank">
Casjays Developments
</a>
</p>

View File

@ -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}"

View File

@ -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