Update readme with customgreeting option

This commit is contained in:
Dale Davies
2024-04-11 15:39:22 +01:00
parent f8f6a0c1b3
commit c08661d061

View File

@@ -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...