SSL reverse proxy for demos.tf
  • Dockerfile 59.1%
  • Shell 33.2%
  • HTML 7.7%
Find a file
2024-03-21 12:32:40 +01:00
.github/workflows multi-arch docker 2024-03-17 19:35:49 +01:00
sites no proxy ssl 2024-03-21 12:32:40 +01:00
413.html proper upload size error 2020-04-20 22:45:30 +02:00
Dockerfile no proxy ssl 2024-03-21 12:32:40 +01:00
entrypoint.sh no proxy ssl 2024-03-21 12:32:40 +01:00
nginx.conf prepare for metrics 2024-01-14 02:15:29 +01:00
README.md adjust to new frontend setup 2023-11-26 17:08:25 +01:00

proxy

SSL reverse proxy for demos.tf

Usage

start the container with the following env variables

  • EMAIL: the email to use for certbot
  • HOST: the base host to get the certificates for
  • API_FASTCGI: fastcgi host that the api runs on, defaults to 'api:9000'
  • FRONTEND: host the frontend server runs on, defaults to 'frontend'
  • SYNC: host the sync server runs on, defaults to 'sync'
  • MAPS: host the maps server runs on, defaults to 'maps'

Note that $HOST, api.$HOST, sync.$HOST, maps.$HOST and static.$HOST need to point to this container