From 8989ed0e6c7d1f941882c79fb7d368ce3c346d28 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Thu, 19 Mar 2020 22:57:01 +0100 Subject: [PATCH] Add ZeroTier and Ztncui See [this thread](https://forum.yunohost.org/t/community-apps-zerotier-virtual-networks/9825) --- apps.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/apps.json b/apps.json index 9136b045..ddadeb2b 100644 --- a/apps.json +++ b/apps.json @@ -3079,6 +3079,16 @@ "state": "working", "url": "https://github.com/YunoHost-Apps/zeronet_ynh" }, + "zerotier": { + "branch": "master", + "category": "system_tools", + "revision": "HEAD", + "state": "working", + "subtags": [ + "network" + ], + "url": "https://github.com/YunoHost-Apps/zerotier_ynh" + }, "zomburl": { "branch": "master", "category": "small_utilities", @@ -3089,5 +3099,15 @@ "url_shortener" ], "url": "https://github.com/courgette/zomburl_ynh" + }, + "ztncui": { + "branch": "master", + "category": "system_tools", + "revision": "HEAD", + "state": "working", + "subtags": [ + "network" + ], + "url": "https://github.com/YunoHost-Apps/ztncui_ynh" } }