mirror of
https://gitcode.com/JianFeeeee/webui4frpc.git
synced 2026-09-20 00:47:57 +00:00
Also includes the startup auto-submit goroutine: on full-cluster restart, the leader re-submits local non-disabled, non-localOnly forwards from SQLite so the ring topology repopulates. SubmitTask is idempotent via HasTask, so this is safe when tasks survived (single-node restart).
33 lines
482 B
Plaintext
33 lines
482 B
Plaintext
# 依赖
|
||
node_modules/
|
||
|
||
# 前端构建产物(internal/httpapi/dist 供 Go embed,需提交以便开箱编译)
|
||
web/dist/
|
||
|
||
# Go 二进制
|
||
*.exe
|
||
*.test
|
||
/webui-frpc
|
||
/webui4frpc
|
||
|
||
# 运行时数据
|
||
*.db
|
||
data/
|
||
|
||
# 编辑器 / 系统
|
||
.DS_Store
|
||
*.log
|
||
|
||
# pi agent local state
|
||
.pi/
|
||
|
||
# docker demo staging (frp binaries)
|
||
frp-bin/
|
||
|
||
# local testing scripts, docker demo env, and screenshots (not for repo)
|
||
deploy/
|
||
gui-test-screenshots/
|
||
|
||
# vendored deps (regenerable; keep out of git)
|
||
vendor/
|