Roadmap: switching from Docker API to journald — will this affect you? #102
bertbaron
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi everyone,
I am planning a series of improvements to Logspout that will ultimately allow it to run without requiring Docker API access and without disabling protection mode and increasing the security rating.
The current situation
The app currently reads container logs via the Docker API, which requires:
protection_mode: falsein the app configdocker_api: trueThis gives the app full access to the Docker socket, resulting in a warning banner and a low security rating as a result.
The plan
The idea is to switch to reading logs from systemd-journald instead:
The transition will be gradual:
log_source: journal), enabling it when the Docker API is not available, which is the case when protection mode is onWhat I need from you
Before removing Docker API support, I want to know: are there Home Assistant installations where journal logging is NOT available?
For example:
If removing Docker API support would break your setup, please comment below. That feedback will directly influence the timeline.
Thanks!
All reactions