Hi! SNUnit uses the external application type, so it works with any unitd-compatible server.
FreeUnit is the community LTS fork of NGINX Unit (Apache 2.0), actively maintained after the original project was archived. It's a drop-in replacement — same control API, same config schema, same external protocol.
Why this may matter for SNUnit users:
No code changes needed in SNUnit. Users install FreeUnit's unitd package instead of the archived NGINX Unit one — same binary name, same flags, same control socket. Docker: ghcr.io/freeunitorg/freeunit:latest-minimal.
Would you be open to mentioning FreeUnit as an alternative unitd in the README? Happy to send a PR.
Hi! SNUnit uses the
externalapplication type, so it works with anyunitd-compatible server.FreeUnit is the community LTS fork of NGINX Unit (Apache 2.0), actively maintained after the original project was archived. It's a drop-in replacement — same control API, same config schema, same
externalprotocol.Why this may matter for SNUnit users:
--otel) built in.unitctlRust CLI.No code changes needed in SNUnit. Users install FreeUnit's
unitdpackage instead of the archived NGINX Unit one — same binary name, same flags, same control socket. Docker:ghcr.io/freeunitorg/freeunit:latest-minimal.Would you be open to mentioning FreeUnit as an alternative
unitdin the README? Happy to send a PR.