Skip to content

Commit

Permalink
2nd trial for CI
Browse files Browse the repository at this point in the history
bcrickboom committed Jun 26, 2024
1 parent df7f8cf commit f0495c9
Showing 2 changed files with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions sources/README-dockerhub-orthanc-nginx-certbot.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!--
SPDX-FileCopyrightText: 2022 - 2024 Orthanc Team SRL <info@orthanc.team>
SPDX-License-Identifier: CC0-1.0
-->

# Orthanc-nginx-cerbot

Same as [orthancteam/orthanc-nginx](https://hub.docker.com/r/orthancteam/orthanc-nginx) with certbot included to handle tls thanks to let'encrypt.

On top of [orthancteam/orthanc-nginx](https://hub.docker.com/r/orthancteam/orthanc-nginx) env var, these have to be defined:


| Environment variables | Default value | Description |
|----------------------------|:-------------------------------------------|:----------------------------------------------------------------------------------------------------------------|
| DOMAIN_NAME | - | FQNA redirecting to the public IP of the server running Nginx. |
| CERTBOT_EMAIL | - | Email adress provided to lets'encrypt, could be used to send warnings about certificates about to expire. |

NB: `ENABLE_HTTPS` env var decribed in [orthancteam/orthanc-nginx](https://hub.docker.com/r/orthancteam/orthanc-nginx) is not applicable in this version of the orthanc-nginx.

0 comments on commit f0495c9

Please sign in to comment.