From 988f9950b8b036391af91ff8a2f012fec2f46263 Mon Sep 17 00:00:00 2001 From: dannyrb Date: Thu, 9 May 2019 12:06:36 -0400 Subject: [PATCH] What we would improve if we had more time --- .../deployment/recipes/user-account-control.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/latest/deployment/recipes/user-account-control.md b/docs/latest/deployment/recipes/user-account-control.md index dbf394322..5891bd10b 100644 --- a/docs/latest/deployment/recipes/user-account-control.md +++ b/docs/latest/deployment/recipes/user-account-control.md @@ -230,6 +230,18 @@ configure your Orthanc instance to use PostgresSQL. Instructions on how to do that can be found in the [`Orthanc Server Book`](http://book.orthanc-server.com/users/docker.html), under "PostgreSQL and Orthanc inside Docker" + +### Improving This Guide + +Here are some improvements this guide would benefit from, and that we would be +more than happy to accept Pull Requests for: + +- SSL Support +- Complete configuration with `.env` file (or something similar) +- Keycloak Theme improvements +- Any security issues +- One-click deploy to a cloud provider + ## Resources ### Misc. Helpful Commands