1
0
Fork 0
mirror of https://github.com/demostf/proxy synced 2026-06-03 12:04:07 +02:00
SSL reverse proxy for demos.tf
  • Dockerfile 59.1%
  • Shell 33.2%
  • HTML 7.7%
Find a file
2024-01-14 15:27:46 +01:00
.github/workflows docker build on dispatch 2022-01-23 14:47:08 +01:00
sites no access log for metrics: 2024-01-14 15:27:46 +01:00
413.html proper upload size error 2020-04-20 22:45:30 +02:00
Dockerfile prepare for metrics 2024-01-14 02:15:29 +01:00
entrypoint.sh prepare for metrics 2024-01-14 02:15:29 +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