summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2014-11-14 13:08:39 +0000
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2014-11-14 13:09:15 +0000
commite15d8f5c2a6ea406b4cc8b60b2fd79dc36aeecd2 (patch)
tree1a39da06bc54770c0c7856d4c78f769f3c664923 /README
parentd7ca3f2f14ad28437f7332ca387a790fecb8b081 (diff)
downloadlorry-controller-e15d8f5c2a6ea406b4cc8b60b2fd79dc36aeecd2.tar.gz
Add a note about the 'admin' interface
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 16 insertions, 0 deletions
diff --git a/README b/README
index 00da0bc..31ad55e 100644
--- a/README
+++ b/README
@@ -181,3 +181,19 @@ proxying.
Do note that the **password is stored in cleartext** and that access
to the configuration file (and the git repository where it is stored)
must be controlled appropriately.
+
+WEBAPP 'Admin' Interface
+------------------------
+
+A web interface for managing lorry controller is accessible from
+http://trove/1.0/status-html. A more detailed 'admin' interface runs locally
+on port 12765.
+
+For the moment you can access this interface using an ssh tunnel if you have
+root access to the trove, for example:
+
+ssh -L 12765:localhost:12765 root@trove
+
+will bind 12765 on your localhost to 12765 on the trove, with this running
+you can access the trove 'admin' interface at
+http://localhost:12765/1.0/status-html