From 6063400531a79a8164812cc20fb247c868aea2a7 Mon Sep 17 00:00:00 2001 From: Matthew Faltys Date: Wed, 5 Jul 2017 11:05:32 -0500 Subject: [PATCH] Update documentation --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index bf650bc..a246889 100644 --- a/readme.md +++ b/readme.md @@ -13,3 +13,5 @@ In theory this will support any VPN that uses openvpn and a basic auth file. copied in when you build the image. this should be a two lined file, first being your username, second your password. you can link this file in at runtime as well, just mount it to `/creds.x`. * running: execute `make build_web` to build the container and `make run` to run the container with the proper run commands. +* accessing: after the server is run, you can access the clutch frontend in your brower on port `9091`. the default user and pass + are `admin` and `password` respectively.