Files
filecodebox/deploy/1panel/README.md
T
Hermes Agent c5437440b0
Build and push Docker image / buildx (push) Has been cancelled
Deploy VitePress site to Pages / build (push) Has been cancelled
Deploy VitePress site to Pages / Deploy (push) Has been cancelled
🧰 纳入 FileCodeBox 1Panel 定制资料
2026-06-05 08:39:16 +08:00

781 B

Orion FileCodeBox 1Panel 定制资料

本目录用于把当前 1Panel 运行态 FileCodeBox 定制纳入 Git 管理,避免继续散落修改。

  • current-app/: 当前 /opt/1panel/apps/filecodebox/filecodebox 的 Compose、自定义镜像补丁和更新脚本快照。
  • local-app/: 当前 /opt/1panel/resource/apps/local/filecodebox 本地应用模板快照。
  • remote-app/: 当前 /opt/1panel/resource/apps/remote/filecodebox 远程应用模板快照,仅作对比。

后续建议:

  1. 先在源码仓库里把后端统计、前端后台 UI、分页逻辑做成正常源码改动。
  2. 再让 1Panel 本地应用使用本仓库构建出的镜像,而不是运行时 patch 编译产物。
  3. 保留 /app/data 数据卷,不迁移数据库内容到 Git。