🧰 纳入 FileCodeBox 1Panel 定制资料

This commit is contained in:
Orion
2026-06-05 08:39:16 +08:00
parent 64fd857e97
commit 9081cf3b6d
17 changed files with 821 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# 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。