mirror of
https://github.com/chatmail/relay.git
synced 2026-05-13 17:34:38 +00:00
Switch from a single localchat-relay image to per-relay cached images (localchat-test0, localchat-test1) and add a DNS image (localchat-ns). Assign static IPs via a fixed incusbr0 bridge subnet (10.200.200.0/24) so containers always get deterministic addresses. Container launch is split into 'incus init' + device-override + 'incus start' to set the static IP before boot. Deploy runs in parallel via _run_cmdeploy_parallel(), which captures output per-relay and shows progress lines. Tests now run in both directions (test0↔test1, test1↔test0). publish_image() returns bool (True if published, False if cached) so lxc-test can report cache hits.