Commit Graph

4 Commits

Author SHA1 Message Date
a038193fc1 Convert to s6-overlay v2 (cont-init.d + services.d) for base 10.1.1
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>
2026-07-21 14:25:06 -04:00
8a33e354d6 Release 0.1.0 (force schema refresh with empty-value fix)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-21 14:19:20 -04:00
8c21a378ad Fix schema: allow empty optional interface/firewall values
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>
2026-07-21 14:18:16 -04:00
2803cf6792 Netmaker add-on: pull prebuilt image from Gitea registry
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>
2026-07-21 14:05:20 -04:00