Compare commits

..

No commits in common. "fb982cd6462d027c6ab5a28ef0a3091c460031e5" and "d6386a93daf4f071a21ade726478689dc0e4602f" have entirely different histories.

3 changed files with 0 additions and 32 deletions

View File

@ -1,7 +0,0 @@
export SITE_ROOT=
export REGISTRATION_OPEN=True
export DEFAULT_FROM_EMAIL=
export EMAIL_HOST=
export EMAIL_PORT="587"
export EMAIL_HOST_USER=
export EMAIL_HOST_PASSWORD=

View File

@ -1,16 +0,0 @@
. ./environment.conf
docker run -d --net main_subnet --ip 172.30.23.1 \
-e TZ=America/New_York \
-e DEBUG=False \
-e SITE_ROOT=$SITE_ROOT \
-e REGISTRATION_OPEN=$REGISTRATION_OPEN \
-e DEFAULT_FROM_EMAIL=$DEFAULT_FROM_EMAIL \
-e EMAIL_HOST=$EMAIL_HOST \
-e EMAIL_PORT=$EMAIL_PORT \
-e EMAIL_HOST_USER=$EMAIL_HOST_USER \
-e EMAIL_HOST_PASSWORD=$EMAIL_HOST_PASSWORD \
-e EMAIL_USE_TLS=True \
-v /opt/healthchecks/config:/config \
--name=healthchecks \
--restart unless-stopped \
lscr.io/linuxserver/healthchecks:latest

View File

@ -1,9 +0,0 @@
%
@ #ip_address
@ http://172.30.23.1:8000/
%
@ #service
@ healthchecks
%
@ #ADDITIONAL_REPLACE
@ template = template.replace("proxy_set_header Host $host;", "proxy_set_header Host $host;\nproxy_set_header Upgrade $http_upgrade;\nproxy_set_header Connection \"upgrade\";")