From c08661d061443c52156ee4545ffc652b83780915 Mon Sep 17 00:00:00 2001 From: Dale Davies Date: Thu, 11 Apr 2024 15:39:22 +0100 Subject: [PATCH] Update readme with customgreeting option --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ca8279f..04ecdc4 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ You can use the following optional environment variables to configure/customise - `SHOWCLOCK: 'false'` - Hide the clock. - `AMPMCLOCK: 'true'` - Show 12 hour clock format if true. - `SHOWGREETING: 'false'` - Show the label "#home" instead of a friendly greeting message. +- `CUSTOMGREETING: 'Some other greeting message'` - Show a custom greeting message instead. - `SHOWSEARCH : 'false'` - Hide the search button (disable search). - `ALTLAYOUT: 'true'` - Display list of sites using an [alternative layout](/screenshots/screenshot-altlayout.png). - `CUSTOMWIDTH: 1000` - Set a custom with for the page container/site list. @@ -256,8 +257,6 @@ web: DOCKERPROXYURL: 'dockerproxy:2375' # Matches proxy hostname and ports from above ``` - - #### Configuring docker sites for Jump Then each for each docker service you with to list on your startpage, configure labels as follows. Each label below matches the options found in the manual configuration section above...