mirror of
				https://github.com/casjaysdevdocker/tor
				synced 2025-11-03 19:02:39 -05:00 
			
		
		
		
	
		
			Some checks are pending
		
		
	
	release-tag / release-image (push) Waiting to run
				
			Dockerfile .env.scripts rootfs/usr/local/etc/docker/init.d/01-tor-bridge.sh rootfs/usr/local/etc/docker/init.d/02-tor-relay.sh rootfs/usr/local/etc/docker/init.d/03-tor-server.sh rootfs/usr/local/etc/docker/init.d/09-unbound.sh rootfs/usr/local/etc/docker/init.d/98-privoxy.sh rootfs/usr/local/etc/docker/init.d/zz-nginx.sh
		
			
				
	
	
		
			61 lines
		
	
	
		
			2.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			61 lines
		
	
	
		
			2.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
						|
##@Version           :  202501060857-git
 | 
						|
# @@Author           :  CasjaysDev
 | 
						|
# @@Contact          :  CasjaysDev <docker-admin@casjaysdev.pro>
 | 
						|
# @@License          :  MIT
 | 
						|
# @@Copyright        :  Copyright 2025 CasjaysDev
 | 
						|
# @@Created          :  Mon Jan  6 08:57:09 AM EST 2025
 | 
						|
# @@File             :  .env.scripts
 | 
						|
# @@Description      :  Variables for gen-dockerfile and buildx scripts
 | 
						|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
						|
# entrypoint Settings
 | 
						|
DOCKER_ENTYPOINT_PORTS_WEB="${DOCKER_ENTYPOINT_PORTS_WEB}"
 | 
						|
DOCKER_ENTYPOINT_PORTS_SRV="${DOCKER_ENTYPOINT_PORTS_SRV}"
 | 
						|
DOCKER_ENTYPOINT_HEALTH_APPS="$DOCKER_ENTYPOINT_HEALTH_APPS"
 | 
						|
DOCKER_ENTYPOINT_HEALTH_ENDPOINTS="$DOCKER_ENTYPOINT_HEALTH_ENDPOINTS"
 | 
						|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
						|
# Dockerfile info
 | 
						|
ENV_DOCKERFILE="Dockerfile"
 | 
						|
ENV_IMAGE_NAME="tor"
 | 
						|
ENV_USE_TEMPLATE="alpine"
 | 
						|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
						|
# Maintainer info
 | 
						|
ENV_ORG_NAME="casjaysdevdocker"
 | 
						|
ENV_VENDOR="CasjaysDev"
 | 
						|
ENV_AUTHOR="CasjaysDev"
 | 
						|
ENV_MAINTAINER="CasjaysDev <docker-admin@casjaysdev.pro>"
 | 
						|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
						|
# REPO info
 | 
						|
ENV_GIT_REPO_URL="https://github.com/casjaysdevdocker/tor"
 | 
						|
ENV_REGISTRY_URL="https://hub.docker.com/r/casjaysdevdocker/tor"
 | 
						|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
						|
# Push image info
 | 
						|
ENV_IMAGE_PUSH="casjaysdevdocker/tor"
 | 
						|
ENV_IMAGE_TAG="latest"
 | 
						|
ENV_ADD_TAGS="USE_DATE"
 | 
						|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
						|
ENV_ADD_IMAGE_PUSH=""
 | 
						|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
						|
# Pull image info
 | 
						|
ENV_PULL_URL="casjaysdev/alpine"
 | 
						|
ENV_DISTRO_TAG="${IMAGE_VERSION}"
 | 
						|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
						|
# Env
 | 
						|
SERVICE_PORT="80"
 | 
						|
EXPOSE_PORTS="80 9053 9050 9080"
 | 
						|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
						|
# Versions
 | 
						|
PHP_VERSION="84"
 | 
						|
NODE_VERSION="system"
 | 
						|
NODE_MANAGER="system"
 | 
						|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
						|
# Default directories
 | 
						|
WWW_ROOT_DIR="/usr/local/share/httpd/default"
 | 
						|
DEFAULT_FILE_DIR="/usr/local/share/template-files"
 | 
						|
DEFAULT_DATA_DIR="/usr/local/share/template-files/data"
 | 
						|
DEFAULT_CONF_DIR="/usr/local/share/template-files/config"
 | 
						|
DEFAULT_TEMPLATE_DIR="/usr/local/share/template-files/defaults"
 | 
						|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
						|
ENV_PACKAGES="tor torsocks nginx php\$PHP_VERSION"
 | 
						|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 |