From 5fb7853de5fd189f3c17b0fa0514b38c4732bb55 Mon Sep 17 00:00:00 2001 From: casjay Date: Thu, 10 Aug 2023 19:55:00 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Updated=20domain=20name?= =?UTF-8?q?s=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Dockerfile etc/dictd/dict.conf LICENSE.md rootfs/usr/local/bin/entrypoint.sh rootfs/usr/local/bin/start-dictd.sh --- Dockerfile | 2 +- LICENSE.md | 2 +- etc/dictd/dict.conf | 2 +- rootfs/usr/local/bin/entrypoint.sh | 4 ++-- rootfs/usr/local/bin/start-dictd.sh | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 283d717..dfae485 100644 --- a/Dockerfile +++ b/Dockerfile @@ -53,7 +53,7 @@ ARG \ BUILD_DATE="Sun Nov 13 12:16:09 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/etc/dictd/dict.conf b/etc/dictd/dict.conf index 2adafbd..cabf948 100644 --- a/etc/dictd/dict.conf +++ b/etc/dictd/dict.conf @@ -15,7 +15,7 @@ # be inserted in here. server localhost -server dict.casjaysdev.com +server dict.casjaysdev.pro server dict.org server dict0.us.dict.org server alt0.dict.org diff --git a/rootfs/usr/local/bin/entrypoint.sh b/rootfs/usr/local/bin/entrypoint.sh index f770c08..258e407 100755 --- a/rootfs/usr/local/bin/entrypoint.sh +++ b/rootfs/usr/local/bin/entrypoint.sh @@ -3,7 +3,7 @@ # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ##@Version : 202211131216-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 @@ -71,7 +71,7 @@ TZ="${TZ:-America/New_York}" SERVICE_PORT="${SERVICE_PORT:-$PORT}" HOSTNAME="${HOSTNAME:-casjaysdev-dictd}" 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-dictd.sh b/rootfs/usr/local/bin/start-dictd.sh index 0a7826c..0f02587 100755 --- a/rootfs/usr/local/bin/start-dictd.sh +++ b/rootfs/usr/local/bin/start-dictd.sh @@ -3,7 +3,7 @@ # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ##@Version : 202211131216-git # @@Author : Jason Hempstead -# @@Contact : jason@casjaysdev.com +# @@Contact : jason@casjaysdev.pro # @@License : LICENSE.md # @@ReadME : start-dictd.sh --help # @@Copyright : Copyright: (c) 2022 Jason Hempstead, Casjays Developments