From a39d0d6e3128384d410cbf65d2a30a7edf02e580 Mon Sep 17 00:00:00 2001 From: twilgate <170779666+twilgate@users.noreply.github.com> Date: Fri, 10 Jul 2026 03:12:08 +0400 Subject: [PATCH] feat(dashboard): add InHive to default applications catalog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit InHive (Android + Windows) — universal VPN client, sing-box fork with Xray parity. Logo via jsdelivr CDN, deep-link inhive://import?sub={url}. Co-Authored-By: Claude --- .../default-applications-catalog.ts | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/dashboard/src/features/subscriptions/components/default-applications-catalog.ts b/dashboard/src/features/subscriptions/components/default-applications-catalog.ts index 5d45e8a0c..c56c2f82e 100644 --- a/dashboard/src/features/subscriptions/components/default-applications-catalog.ts +++ b/dashboard/src/features/subscriptions/components/default-applications-catalog.ts @@ -58,6 +58,19 @@ const defaultApplicationsData: { operatingSystems: DefaultOperatingSystem[] } = { name: 'Android', apps: [ + { + name: 'InHive', + logo: 'https://cdn.jsdelivr.net/gh/TwilgateLabs/assets@main/inhive-logo.svg', + description: + 'Invite-only universal VPN client built on a sing-box fork with Xray parity — VLESS(Reality), Hysteria2, TUIC, xHTTP, kcp, WireGuard. Uses per-install localhost auth.', + faDescription: + 'کلاینت VPN جهانی مبتنی بر نسخه‌ی سفارشی sing-box با سازگاری Xray — VLESS(Reality)، Hysteria2، TUIC، xHTTP، kcp، WireGuard.', + ruDescription: + 'Универсальный VPN‑клиент на форке sing-box с Xray‑совместимостью — VLESS(Reality), Hysteria2, TUIC, xHTTP, kcp, WireGuard. Аутентификация локального прокси per‑install.', + zhDescription: '基于 sing-box 分支并兼容 Xray 的通用 VPN 客户端 — VLESS(Reality)、Hysteria2、TUIC、xHTTP、kcp、WireGuard。', + configLink: 'inhive://import?sub={url}', + downloadLink: 'https://github.com/TwilgateLabs/inhive-android/releases/latest', + }, { name: 'V2rayNG', logo: 'https://raw.githubusercontent.com/2dust/v2rayNG/refs/heads/master/V2rayNG/app/src/main/ic_launcher-web.png', @@ -83,6 +96,19 @@ const defaultApplicationsData: { operatingSystems: DefaultOperatingSystem[] } = { name: 'Windows', apps: [ + { + name: 'InHive', + logo: 'https://cdn.jsdelivr.net/gh/TwilgateLabs/assets@main/inhive-logo.svg', + description: + 'Invite-only universal VPN client built on a sing-box fork with Xray parity — VLESS(Reality), Hysteria2, TUIC, xHTTP, kcp, WireGuard. Uses per-install localhost auth.', + faDescription: + 'کلاینت VPN جهانی مبتنی بر نسخه‌ی سفارشی sing-box با سازگاری Xray — VLESS(Reality)، Hysteria2، TUIC، xHTTP، kcp، WireGuard.', + ruDescription: + 'Универсальный VPN‑клиент на форке sing-box с Xray‑совместимостью — VLESS(Reality), Hysteria2, TUIC, xHTTP, kcp, WireGuard. Аутентификация локального прокси per‑install.', + zhDescription: '基于 sing-box 分支并兼容 Xray 的通用 VPN 客户端 — VLESS(Reality)、Hysteria2、TUIC、xHTTP、kcp、WireGuard。', + configLink: 'inhive://import?sub={url}', + downloadLink: 'https://github.com/TwilgateLabs/inhive-windows/releases/latest', + }, { name: 'V2rayN', logo: 'https://raw.githubusercontent.com/2dust/v2rayN/refs/heads/master/v2rayN/v2rayN.Desktop/v2rayN.png',