From 43a57c7eb75b1d6aae3bc802421a6e63eaf4a68b Mon Sep 17 00:00:00 2001 From: Holger Kuehn Date: Fri, 8 May 2026 12:17:32 +0200 Subject: [PATCH] feat: add tailscale to mod-v2.json Adds the Tailscale systemd-sysext module to the ZimaOS Mod-Store. The module ships tailscaled as a native systemd service with state under /DATA/AppData/tailscale, mirroring the upstream Buildroot recipe. --- mod-v2.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mod-v2.json b/mod-v2.json index abe7a88..b305738 100644 --- a/mod-v2.json +++ b/mod-v2.json @@ -40,5 +40,10 @@ "name":"mobile_backup", "title": "Mobile Backup", "self_hosted_url":"https://casaos.oss-cn-shanghai.aliyuncs.com/IceWhaleTech/icewhale_backup/releases/download/mobile_backup.json" + }, + { + "name": "tailscale", + "title": "Tailscale", + "repo": "chicohaager/zimaos-tailscale-sysext" } ]