1
0
mirror of https://git.fsfe.org/fsfe-system-hackers/reverse-proxy synced 2025-05-08 13:05:25 +02:00
Reverse proxy used to expose FSFE services
Go to file
Vincent Lequertier de33186b0f Initial commit
2018-04-09 10:21:10 +02:00
rp Initial commit 2018-04-09 10:21:10 +02:00
rple Initial commit 2018-04-09 10:21:10 +02:00
.gitignore Initial commit 2018-04-09 10:21:10 +02:00
LICENSE Initial commit 2018-04-09 10:21:10 +02:00
playbook.yml Initial commit 2018-04-09 10:21:10 +02:00
README.md Initial commit 2018-04-09 10:21:10 +02:00

fsfe-rp

This is the reverse proxy which handles SSL termination for FSFE services (including Docker services).

The reverse prox automatically adds SSL certificates (via LetsEncrypt) and sets up the reverse proxy for any Docker containers running locally. To be included in the reverse proxy, a Docker container should be started with the environment variable VIRTUAL_HOST, for instance:

$ docker run -e "VIRTUAL_HOST=service.fsfe.or" ...

External Services

Services which run externally to the Docker host can be included in the proxy by including a relevant configuration for them in the sites-enabled/ directory.

Please note that any configuration files must match *.conf