summaryrefslogtreecommitdiffstats
path: root/docs/aoa
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2024-03-10 11:09:32 +0100
committernicolargo <nicolas@nicolargo.com>2024-03-10 11:09:32 +0100
commit49977dba57ac020e393d1f97ae29b028e879b9a4 (patch)
treebae5f5018e8251192f04f8950a9bd863a36818fa /docs/aoa
parent43b355fdff10bcc84d5c50a2319d974fd95edf22 (diff)
[WEBUI] Custom system header information #2695
Diffstat (limited to 'docs/aoa')
-rw-r--r--docs/aoa/header.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/aoa/header.rst b/docs/aoa/header.rst
index e86543c9..7bc89a16 100644
--- a/docs/aoa/header.rst
+++ b/docs/aoa/header.rst
@@ -16,10 +16,9 @@ The system information message can be configured in the configuration file
.. code-block:: ini
[system]
- system_info_msg=({linux_distro} {platform} / {os_name} {os_version})
-
-**NOTE:** Available information are: hostname, os_name, os_version, os_arch,
-linux_distro, platform (use mustache syntax).
+ # System information to display (a string where {key} will be replaced by the value) in the Curses interface
+ # Available dynamics information are: hostname, os_name, os_version, os_arch, linux_distro, platform
+ system_info_msg= | My {os_name} system |
It is possible to disable or define time interval to be used for refreshing the
public IP address (default is 300 seconds) from the configuration