mirror of
https://github.com/casjaysdevdocker/squidguard
synced 2025-01-18 00:34:24 -05:00
🗃️ Updated domain names 🗃️
bin/entrypoint-squid.sh Dockerfile LICENSE.md rootfs/usr/local/bin/entrypoint.sh rootfs/usr/local/bin/start-squidguard.sh
This commit is contained in:
parent
3ef435cf5a
commit
8775848719
@ -53,7 +53,7 @@ ARG \
|
|||||||
BUILD_DATE="Sun Nov 13 12:20:03 PM EST 2022" \
|
BUILD_DATE="Sun Nov 13 12:20:03 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 @@
|
|||||||
[ -n "$DEBUG" ] && set -x
|
[ -n "$DEBUG" ] && set -x
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
PROXY_HOSTNAME=${PROXY_HOSTNAME:-proxy.casjay.net}
|
PROXY_HOSTNAME=${PROXY_HOSTNAME:-proxy.casjay.pro}
|
||||||
export SQUID_PORT="${SQUID_PORT:-3127}"
|
export SQUID_PORT="${SQUID_PORT:-3127}"
|
||||||
export E2GUARD_PORT="${E2GUARD_PORT:-3128}"
|
export E2GUARD_PORT="${E2GUARD_PORT:-3128}"
|
||||||
export APACHE2_PORT="${APACHE2_PORT:-8080}"
|
export APACHE2_PORT="${APACHE2_PORT:-8080}"
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
##@Version : 202211131220-git
|
##@Version : 202211131220-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
|
||||||
@ -71,7 +71,7 @@ TZ="${TZ:-America/New_York}"
|
|||||||
SERVICE_PORT="${SERVICE_PORT:-$PORT}"
|
SERVICE_PORT="${SERVICE_PORT:-$PORT}"
|
||||||
HOSTNAME="${HOSTNAME:-casjaysdev-squidguard}"
|
HOSTNAME="${HOSTNAME:-casjaysdev-squidguard}"
|
||||||
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 : 202211131220-git
|
##@Version : 202211131220-git
|
||||||
# @@Author : Jason Hempstead
|
# @@Author : Jason Hempstead
|
||||||
# @@Contact : jason@casjaysdev.com
|
# @@Contact : jason@casjaysdev.pro
|
||||||
# @@License : LICENSE.md
|
# @@License : LICENSE.md
|
||||||
# @@ReadME : start-squidguard.sh --help
|
# @@ReadME : start-squidguard.sh --help
|
||||||
# @@Copyright : Copyright: (c) 2022 Jason Hempstead, Casjays Developments
|
# @@Copyright : Copyright: (c) 2022 Jason Hempstead, Casjays Developments
|
||||||
|
Loading…
x
Reference in New Issue
Block a user