Skip to content

v0.2.0

Choose a tag to compare

@ni-c ni-c released this 11 Aug 17:41
· 46 commits to main since this release
v0.2.0
a457c7a

Added

  • LOG_FILE: mirrors every log line into a file (ISO-8601 UTC prefix per line) while leaving the console untouched, so docker logs keeps working. Gives log followers such as fail2ban a stable path — the Docker json-file path contains the container ID and changes on every recreate, and the journald driver maps all stderr to priority err, which makes every ordinary line of an MCP server (stdout is reserved for the protocol) look like a system error. Only the hub's own lines are mirrored; stdio children inherit stderr and stay in the container log.

The README documents the matching fail2ban filter and why bans belong in the DOCKER-USER chain.