Files
GoTunnel-Plugins/README.md
Flik 6b38f133f4
Some checks failed
Sign Plugins / sign (push) Failing after 32s
Initial commit: plugin repository structure
- GitHub Actions workflows for signing and validation
- Example file-manager plugin
- Scripts for batch signing
2025-12-29 18:53:30 +08:00

26 lines
648 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# GoTunnel Official Plugins
GoTunnel 官方插件仓库,所有插件均经过官方签名验证。
## 目录结构
```
plugins/
├── file-manager/ # 文件管理器插件
│ ├── plugin.js # 插件源码
│ ├── plugin.js.sig # 签名文件CI自动生成
│ └── manifest.json # 插件元数据
└── ...
```
## 插件开发
1.`plugins/` 下创建插件目录
2. 编写 `plugin.js``manifest.json`
3. 提交 PRCI 会自动验证格式
4. 合并后 CI 自动签名并发布
## 签名验证
所有插件由 GoTunnel 官方私钥签名,客户端内置公钥验证。