diff options
author | Roland Stigge <stigge@antcom.de> | 2018-01-10 22:42:44 +0100 |
---|---|---|
committer | Roland Stigge <stigge@antcom.de> | 2018-01-10 22:42:44 +0100 |
commit | fa910b8e62f27e54312dff6d4445baabd34d805d (patch) | |
tree | 34e6c98d231fb75d88d9f0a6fd64af4ce87ef7d2 /debian | |
parent | 42573fe80d35d4cb411944ae80bea6e582f5b249 (diff) |
Add read only mode
Diffstat (limited to 'debian')
-rw-r--r-- | debian/README.Debian | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/debian/README.Debian b/debian/README.Debian index f24b3b8..fac423e 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -48,14 +48,20 @@ Environment Variables The following environment variables are supported: -WEBBOX_PATH +WEBBOX_PATH <path> Directory with the payload files to be served by a webbox. -WEBBOX_NAME +WEBBOX_NAME <title> Title of the webbox. Will be written on top of the Web UI. +WEBBOX_READONLY On|Off + + If present and set to On, the whole webbox will not provide write/changes + to the contents of the box. + + Authentication -------------- |