feat(tailscale): 添加 Tailscale 应用配置和文档

添加 Tailscale 应用的完整配置,包括:
- 基础数据配置 (data.yml)
- Docker Compose 部署文件
- 详细的中英文使用文档
- 应用 logo 图片

支持通过认证密钥或交互式登录两种认证方式,并提供子网路由、出口节点等高级功能配置
This commit is contained in:
arch3rPro
2026-04-24 11:54:16 +08:00
parent b8cffca85a
commit ce660b2674
8 changed files with 433 additions and 0 deletions

29
apps/tailscale/data.yml Normal file
View File

@@ -0,0 +1,29 @@
name: Tailscale
tags:
- 网络工具
- 安全
title: 私有 WireGuard 网络组网工具
description: 最简单的 WireGuard 私有网络组网解决方案,支持多设备安全互联
additionalProperties:
key: tailscale
name: Tailscale
tags:
- Networking
- Security
shortDescZh: 私有 WireGuard 网络组网工具
shortDescEn: Private WireGuard networking tool
description:
en: The easiest, most secure way to use WireGuard. Create private networks with secure mesh connectivity between devices.
zh: 最简单、最安全的 WireGuard 使用方式。创建设备间安全 mesh 连接的私有网络。
type: tool
crossVersionUpdate: true
limit: 0
recommend: 90
website: https://tailscale.com
github: https://github.com/tailscale/tailscale
document: https://tailscale.com/kb
architectures:
- amd64
- arm64
- arm/v7
hostMode: true