mirror of
https://github.com/casjaysdevdocker/ddns
synced 2025-01-18 00:34:26 -05:00
🗃️ Updated domain names 🗃️
Dockerfile LICENSE.md rootfs/usr/local/bin/entrypoint.sh rootfs/usr/local/bin/start-ddns.sh rootfs/usr/local/share/template-files/data/htdocs/www/index.php
This commit is contained in:
parent
6e9f445c8e
commit
40605031b4
@ -53,7 +53,7 @@ ARG \
|
|||||||
BUILD_DATE="Sun Nov 13 12:16:06 PM EST 2022" \
|
BUILD_DATE="Sun Nov 13 12:16:06 PM EST 2022" \
|
||||||
TIMEZONE="America/New_York"
|
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.vendor="CasjaysDev" \
|
||||||
org.opencontainers.image.authors="CasjaysDev" \
|
org.opencontainers.image.authors="CasjaysDev" \
|
||||||
org.opencontainers.image.vcs-type="Git" \
|
org.opencontainers.image.vcs-type="Git" \
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
||||||
Version 2, December 2004
|
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
|
Everyone is permitted to copy and distribute verbatim or modified
|
||||||
copies of this license document, and changing it is allowed as long
|
copies of this license document, and changing it is allowed as long
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
##@Version : 202210201909-git
|
##@Version : 202210201909-git
|
||||||
# @@Author : Jason Hempstead
|
# @@Author : Jason Hempstead
|
||||||
# @@Contact : jason@casjaysdev.com
|
# @@Contact : jason@casjaysdev.pro
|
||||||
# @@License : LICENSE.md
|
# @@License : LICENSE.md
|
||||||
# @@ReadME : entrypoint.sh --help
|
# @@ReadME : entrypoint.sh --help
|
||||||
# @@Copyright : Copyright: (c) 2022 Jason Hempstead, Casjays Developments
|
# @@Copyright : Copyright: (c) 2022 Jason Hempstead, Casjays Developments
|
||||||
@ -76,7 +76,7 @@ SERVICE_PORT="${SERVICE_PORT:-}"
|
|||||||
SERVICE_NAME="${CONTAINER_NAME:-}"
|
SERVICE_NAME="${CONTAINER_NAME:-}"
|
||||||
HOSTNAME="${HOSTNAME:-casjaysdev-ddns}"
|
HOSTNAME="${HOSTNAME:-casjaysdev-ddns}"
|
||||||
HOSTADMIN="${HOSTADMIN:-root@${DOMAINNAME:-$HOSTNAME}}"
|
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_CERT_BOT="${SSL_CERT_BOT:-false}"
|
||||||
SSL_ENABLED="${SSL_ENABLED:-false}"
|
SSL_ENABLED="${SSL_ENABLED:-false}"
|
||||||
SSL_DIR="${SSL_DIR:-/config/ssl}"
|
SSL_DIR="${SSL_DIR:-/config/ssl}"
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
##@Version : 202210201909-git
|
##@Version : 202210201909-git
|
||||||
# @@Author : Jason Hempstead
|
# @@Author : Jason Hempstead
|
||||||
# @@Contact : jason@casjaysdev.com
|
# @@Contact : jason@casjaysdev.pro
|
||||||
# @@License : LICENSE.md
|
# @@License : LICENSE.md
|
||||||
# @@ReadME : start-ddns.sh --help
|
# @@ReadME : start-ddns.sh --help
|
||||||
# @@Copyright : Copyright: (c) 2022 Jason Hempstead, Casjays Developments
|
# @@Copyright : Copyright: (c) 2022 Jason Hempstead, Casjays Developments
|
||||||
|
@ -11,8 +11,8 @@
|
|||||||
<link rel="shortcut icon" href="https://casjaysdev-sites.github.io/static/favicon.ico" />
|
<link rel="shortcut icon" href="https://casjaysdev-sites.github.io/static/favicon.ico" />
|
||||||
<link rel="stylesheet" href="https://casjaysdev-sites.github.io/static/default-css/github-ribbon.css" />
|
<link rel="stylesheet" href="https://casjaysdev-sites.github.io/static/default-css/github-ribbon.css" />
|
||||||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootswatch/4.5.0/darkly/bootstrap.min.css" integrity="sha384-Bo21yfmmZuXwcN/9vKrA5jPUMhr7znVBBeLxT9MA4r2BchhusfJ6+n8TLGUcRAtL" crossorigin="anonymous">
|
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootswatch/4.5.0/darkly/bootstrap.min.css" integrity="sha384-Bo21yfmmZuXwcN/9vKrA5jPUMhr7znVBBeLxT9MA4r2BchhusfJ6+n8TLGUcRAtL" crossorigin="anonymous">
|
||||||
<link rel="stylesheet" type="text/css" href="https:///static.casjay.net/default-css/casjaysdev.css">
|
<link rel="stylesheet" type="text/css" href="https:///static.casjay.pro/default-css/casjaysdev.css">
|
||||||
<script src="htps://static.casjay.net/default-js/errorpages/isup.js" async defer></script>
|
<script src="htps://static.casjay.pro/default-js/errorpages/isup.js" async defer></script>
|
||||||
<script src="https://casjaysdev-sites.github.io/static/default-js/errorpages/homepage.js" async defer></script>
|
<script src="https://casjaysdev-sites.github.io/static/default-js/errorpages/homepage.js" async defer></script>
|
||||||
<script src="https://casjaysdev-sites.github.io/static/default-js/errorpages/loaddomain.js" async defer></script>
|
<script src="https://casjaysdev-sites.github.io/static/default-js/errorpages/loaddomain.js" async defer></script>
|
||||||
<script src="https://cdn.jsdelivr.net/npm/@widgetbot/crate@3" async defer></script>
|
<script src="https://cdn.jsdelivr.net/npm/@widgetbot/crate@3" async defer></script>
|
||||||
@ -42,25 +42,25 @@
|
|||||||
<!-- Begin Casjays Developments Footer -->
|
<!-- Begin Casjays Developments Footer -->
|
||||||
Copyright 1999 - 2021
|
Copyright 1999 - 2021
|
||||||
<br />
|
<br />
|
||||||
<a href="https://casjay.net" target="_blank">Casjays Developments</a> and <a href="https://malaks-us.github.com/jason" target="_blank">Jason M. Hempstead-Malak</a><br />
|
<a href="https://casjay.pro" target="_blank">Casjays Developments</a> and <a href="https://malaks-us.github.com/jason" target="_blank">Jason M. Hempstead-Malak</a><br />
|
||||||
Hosting by <a href="https://casjay.net/hosting" target="_blank">Casjays Developments: Hosting</a><br />
|
Hosting by <a href="https://casjay.pro/hosting" target="_blank">Casjays Developments: Hosting</a><br />
|
||||||
and powered by <a href="https://casjaysdev.com" target="_blank">CasjaysDev.com</a>
|
and powered by <a href="https://casjaysdev.pro" target="_blank">CasjaysDev.com</a>
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
<a href="https://www.patreon.com/casjay" target="_blank"><img src="https://img.shields.io/badge/patreon-donate-orange.svg" border="0" alt="Casjays Patreon Page"></a>
|
<a href="https://www.patreon.com/casjay" target="_blank"><img src="https://img.shields.io/badge/patreon-donate-orange.svg" border="0" alt="Casjays Patreon Page"></a>
|
||||||
<a href="https://www.paypal.me/casjaysdev" target="_blank"><img src="https://img.shields.io/badge/Donate-PayPal-green.svg?casjay@yahoo.com" alt="Casjays Paypal Page"></a>
|
<a href="https://www.paypal.me/casjaysdev" target="_blank"><img src="https://img.shields.io/badge/Donate-PayPal-green.svg?casjay@yahoo.com" alt="Casjays Paypal Page"></a>
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
<a href="https://help.casjay.net" target="_blank">CasjaysDev Support</a> |
|
<a href="https://help.casjay.pro" target="_blank">CasjaysDev Support</a> |
|
||||||
<a href="https://bugs.casjay.net" target="_blank">CasjaysDev Bugs</a> <br />
|
<a href="https://bugs.casjay.pro" target="_blank">CasjaysDev Bugs</a> <br />
|
||||||
<a href="https://status.casjay.net" target="_blank">System Status</a> |
|
<a href="https://status.casjay.pro" target="_blank">System Status</a> |
|
||||||
<a href="https://servers.casjay.net" target="_blank">Service Status</a> |
|
<a href="https://servers.casjay.pro" target="_blank">Service Status</a> |
|
||||||
<a href="https://status.casjaysdev.com" target="_blank">Complete Status</a> <br />
|
<a href="https://status.casjaysdev.pro" target="_blank">Complete Status</a> <br />
|
||||||
<a href="https://casjaysdev.com/domains.html" target="_blank">Casjays Developments Domains</a>
|
<a href="https://casjaysdev.pro/domains.html" target="_blank">Casjays Developments Domains</a>
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
Casjays Developments privacy policy can be found at<br />
|
Casjays Developments privacy policy can be found at<br />
|
||||||
<a href="https://casjaysdev.com/policy/" target="_blank">https://casjaysdev.com/policy</a>
|
<a href="https://casjaysdev.pro/policy/" target="_blank">https://casjaysdev.pro/policy</a>
|
||||||
<br />
|
<br />
|
||||||
<!-- End Casjays Developments Footer -->
|
<!-- End Casjays Developments Footer -->
|
||||||
|
|
||||||
@ -114,7 +114,7 @@
|
|||||||
"message": "In accordance with the EU GDPR law this message is being displayed. - ",
|
"message": "In accordance with the EU GDPR law this message is being displayed. - ",
|
||||||
"dismiss": "I Agree",
|
"dismiss": "I Agree",
|
||||||
"link": "CasjaysDev Policy",
|
"link": "CasjaysDev Policy",
|
||||||
"href": "https://casjaysdev.com/policy/"
|
"href": "https://casjaysdev.pro/policy/"
|
||||||
},
|
},
|
||||||
"type": "opt-out"
|
"type": "opt-out"
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user