🗃️ Updated domain names 🗃️

Dockerfile
LICENSE.md
rootfs/usr/local/bin/entrypoint.sh
rootfs/usr/local/bin/start-xfce4.sh
This commit is contained in:
casjay 2023-08-10 19:58:11 -04:00
parent e73764568b
commit d4ff8ae247
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145
4 changed files with 5 additions and 5 deletions

View File

@ -53,7 +53,7 @@ ARG \
BUILD_DATE="Sun Nov 13 12:21:38 PM EST 2022" \
TIMEZONE="America/New_York"
LABEL maintainer="CasjaysDev <docker-admin@casjaysdev.com>" \
LABEL maintainer="CasjaysDev <docker-admin@casjaysdev.pro>" \
org.opencontainers.image.vendor="CasjaysDev" \
org.opencontainers.image.authors="CasjaysDev" \
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 Jason Hempstead <git-admin@casjaysdev.com>
Copyright (C) 2022 Jason Hempstead <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

@ -3,7 +3,7 @@
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
##@Version : 202211131221-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-xfce4}"
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 : 202211131221-git
# @@Author : Jason Hempstead
# @@Contact : jason@casjaysdev.com
# @@Contact : jason@casjaysdev.pro
# @@License : LICENSE.md
# @@ReadME : start-xfce4.sh --help
# @@Copyright : Copyright: (c) 2022 Jason Hempstead, Casjays Developments