🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay 2023-02-25 15:27:58 -05:00
parent 971527ef77
commit 9832806757
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F
3 changed files with 14 additions and 2 deletions

View File

@ -43,7 +43,7 @@ ARG PHP_VERSION
ARG PACK_LIST="bash bash-completion iproute2 ssmtp openssl wget curl jq ca-certificates \
tzdata mailcap git ncurses util-linux pciutils usbutils coreutils binutils findutils grep \
iproute2 sudo rsync zip certbot tini tor torsocks"
iproute2 sudo rsync zip certbot tini tor torsocks php"
ENV ENV=~/.bashrc
ENV SHELL="/bin/sh"

View File

@ -79,7 +79,7 @@ __start_message() {
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
__exec_pre_start() {
__start_message
__exec_command php -S 0.0.0.0:80 -t "/data/htdocs/www" &
}
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
__run_backup() {

View File

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>tor proxy</title>
</head>
<body>
tor proxy server
</body>
</html>