summaryrefslogtreecommitdiffstats
path: root/docs/aoa
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2024-03-09 16:37:19 +0100
committernicolargo <nicolas@nicolargo.com>2024-03-09 16:37:19 +0100
commit5dfc91d05152930bc57d4be45e81e4f5e0a15c61 (patch)
tree16c79d16f14150096cfab4bd04b62d2530d802c8 /docs/aoa
parent573d73f198ea2363b20367b68afa6716d483058f (diff)
Custom header information #2695
Diffstat (limited to 'docs/aoa')
-rw-r--r--docs/aoa/header.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/aoa/header.rst b/docs/aoa/header.rst
index c38a8884..e86543c9 100644
--- a/docs/aoa/header.rst
+++ b/docs/aoa/header.rst
@@ -11,6 +11,16 @@ Additionally, on GNU/Linux, it also shows the kernel version.
In client mode, the server connection status is also displayed.
+The system information message can be configured in the configuration file
+(for the moment, it only work for the Curses interface):
+
+.. 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).
+
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
file under the ``[ip]`` section: