version checks, improved secure/insecure handling, bugfixes, and proxy support!

This commit is contained in:
ari melody 2024-01-19 03:12:54 +00:00
parent 5ddac62717
commit 863b445a17
Signed by: ari
GPG key ID: CF99829C92678188
6 changed files with 194 additions and 112 deletions

View file

@ -5,10 +5,9 @@ services:
image: openterminal
container_name: openterminal
ports:
- 443:443
volumes:
- ./certs/cert.crt:/srv/openterminal/certs/cert.crt
- ./certs/cert.key:/srv/openterminal/certs/cert.key
- 8080:8080
environment:
PORT: 443
OPENTERM_HOST: 0.0.0.0
OPENTERM_PORT: 8080
# OPENTERM_TRUSTED_PROXIES: 127.0.0.1,192.168.0.100
restart: unless-stopped