🗃️ Committing everything that changed 🗃️

Dockerfile
rootfs/etc/
rootfs/usr/local/etc/docker/init.d/php.sh
rootfs/usr/local/share/template-files/config/tor/torrc
This commit is contained in:
casjay 2025-01-06 10:28:45 -05:00
parent 9fe6a334c5
commit dc74f17f4f
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145
3 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,3 @@
# syntax=docker/dockerfile:1
# Docker image for tor using the alpine template # Docker image for tor using the alpine template
ARG IMAGE_NAME="tor" ARG IMAGE_NAME="tor"
ARG PHP_SERVER="tor" ARG PHP_SERVER="tor"

View File

@ -6,7 +6,7 @@ CookieAuthFileGroupReadable 1
HashedControlPassword 16:C30604D1D90F341360A14D9A1048C1DF4A3CA2411444E52EE5B954C01F HashedControlPassword 16:C30604D1D90F341360A14D9A1048C1DF4A3CA2411444E52EE5B954C01F
##### directiories and files ##### directiories and files
DataDirectory /data/tordd DataDirectory /data/tor
ControlSocket /run/tor/control.sock ControlSocket /run/tor/control.sock
CookieAuthFile /run/tor/control.authcookie CookieAuthFile /run/tor/control.authcookie
##### logging ##### logging

View File

@ -59,7 +59,7 @@ printf '%s\n' "# - - - Initializing $SERVICE_NAME - - - #"
START_SCRIPT="/usr/local/etc/docker/exec/$SERVICE_NAME" START_SCRIPT="/usr/local/etc/docker/exec/$SERVICE_NAME"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Reset environment before executing service # Reset environment before executing service
RESET_ENV="no" RESET_ENV="yes"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Set webroot # Set webroot
WWW_ROOT_DIR="/data/htdocs/www" WWW_ROOT_DIR="/data/htdocs/www"