Base image ghcr.io/hassio-addons/base 10.1.1 uses s6-overlay v2, which ignores
the s6-rc.d (v3) structure — netclient never started. Reimplement as v2:
cont-init.d/10-persist + 20-join run before services.d/netclient (daemon).
Release 0.1.1.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Optional match()?/list()? validators reject empty string, which is the
default value, blocking add-on start. Use regexes that accept empty OR valid.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Home Assistant add-on that joins the instance to a Netmaker network via
netclient. Distributed as a repository add-on using a prebuilt arm64 image
(gitea.savant.io/homeassistant/netmaker) to avoid local buildx.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>