From 0d67d551d0cd2bf524424ea1dc9769493753945a Mon Sep 17 00:00:00 2001 From: Mike Degatano Date: Mon, 22 Mar 2021 08:22:21 -0400 Subject: [PATCH] Add journald option for add-on configuration (#851) Document the new journald option available for add-ons that need access to the logs of the host system. --- docs/add-ons/configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/add-ons/configuration.md b/docs/add-ons/configuration.md index d83e1d0e..78356b1f 100644 --- a/docs/add-ons/configuration.md +++ b/docs/add-ons/configuration.md @@ -184,6 +184,7 @@ image: repo/{arch}-my-custom-addon | init | bool | no | Default `true`. Disable the Docker default system init. Use this if the image has its own init system. | watchdog | string | no | An URL for monitor an application this add-on. Like `http://[HOST]:[PORT:2839]/dashboard`, the port needs the internal port, which will be replaced with the effective port. It is also possible to bind the protocol part to a configuration options with: `[PROTO:option_name]://[HOST]:[PORT:2839]/dashboard` and it's looked up if it is `true` and it's going to `https`. For simple TCP port monitoring you can use `tcp://[HOST]:[PORT:80]`. It work for add-ons on host or internal network. | realtime | bool | no | Give add-on access to host schedule including SYS_NICE for change execution time/priority. +| journald | bool | no | Default `false`. If set to `true`, the host's journald will be mapped read-only into the add-on at `/var/logs/journal` ### Options / Schema