mirror of
https://github.com/demostf/proxy
synced 2026-06-04 04:24:06 +02:00
initial commit
This commit is contained in:
commit
5fdab87b87
4 changed files with 37 additions and 0 deletions
13
README.md
Normal file
13
README.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# proxy
|
||||
|
||||
SSL reverse proxy for demos.tf
|
||||
|
||||
## Usage
|
||||
|
||||
start the container with the following env variables
|
||||
|
||||
- `TARGET`: the hostname of the target container
|
||||
- `EMAIL`: the email to use for certbot
|
||||
- `HOST`: the base host to get the certificates for
|
||||
|
||||
Note that `$HOST`, `api.$HOST` and `static.$HOST` need to point to this container
|
||||
Loading…
Add table
Add a link
Reference in a new issue