From ed91e2678f0573132fee575548a1e0454a34e553 Mon Sep 17 00:00:00 2001 From: dannyrb Date: Fri, 10 May 2019 09:18:46 -0400 Subject: [PATCH] This is outdated - refer to /docs --- docker/OpenResty-Orthanc-Keycloak/README.md | 31 --------------------- 1 file changed, 31 deletions(-) delete mode 100644 docker/OpenResty-Orthanc-Keycloak/README.md diff --git a/docker/OpenResty-Orthanc-Keycloak/README.md b/docker/OpenResty-Orthanc-Keycloak/README.md deleted file mode 100644 index 3582f8dbf..000000000 --- a/docker/OpenResty-Orthanc-Keycloak/README.md +++ /dev/null @@ -1,31 +0,0 @@ -# Guide - -Build docker container using: - -- Build: `docker build -t authproxy .` -- Tag: `docker tag authproxy:latest authproxy:staging` - -> Start your docker container, and volume mount the directory containing the -> `nginx-keycloak.conf` configuration file. We also mount the current directory -> under `/usr/share/nginx/html` so any html files in the current directory will -> be hosted behind the authenticating proxy. Finally, we mapped port 80 on the -> host to port 80 in the container. - -`docker run -d -it -p 80:80 -v $PWD/:/config -v /:/usr/share/nginx/html authproxy -c /config/nginx.conf` -docker run -d -it -p 80:80 -v /:/config -v /:/usr/share/nginx/html authproxy -c -/config/nginx-keycloak.conf - -## Orthanc - -- Configuration - - http://book.orthanc-server.com/users/configuration.html#configuration - -## Keycloak - -### Setup - -Library we use to manage OpenID-Connect `implicit` flow: -https://github.com/maxmantz/redux-oidc - -- Set admin user/pass in `docker-compose` -- What are realms?