summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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