-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1 parent
df7f8cf
commit f0495c9
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
File renamed without changes.