69 Commits

Author SHA1 Message Date
endial 2983477b7a fix: adjust COPY order in Dockerfile to match 1.28 branch
ci/woodpecker/push/woodpecker Pipeline was successful
- Change order to COPY --from=builder first, then COPY customer/
- This ensures consistent behavior between main and 1.28 branches
2026-01-26 14:18:39 +08:00
endial 105fb9f9cf fix: restore Dockerfile and TODO.md changes consistent with 1.28 branch
ci/woodpecker/push/woodpecker Pipeline failed
- Correct COPY order in Dockerfile (COPY customer/ first, then COPY --from=builder)
- Update EXPOSE ports from 80 443 to 8080 8443
- Update HEALTHCHECK to use curl on port 8080
- Add nginx.conf reference content to TODO.md
2026-01-26 14:16:46 +08:00
endial 7df1a4796f feat: optimize nginx.conf and setup.sh for dynamic user ID support
ci/woodpecker/push/woodpecker Pipeline failed
- Increase worker connections to 4096 and enable multi_accept
- Add security headers for enhanced protection
- Improve gzip compression settings
- Add dynamic permission handling in setup.sh for runtime user ID changes
- Increase file descriptor limits to 65535
- Optimize timeout and buffer settings
2026-01-26 14:14:21 +08:00
endial 694480f2ae refactor: replace legacy LOG_* functions with standardized logging
ci/woodpecker/push/woodpecker Pipeline was successful
- Replace LOG_D calls with debug() function
- Replace LOG_I calls with info() function
- Maintain echo() in build-time overrides script
- Fix 'command not found' errors for LOG_I function
- Ensure consistent logging format across all runtime scripts

Modified files:
- customer/usr/local/bin/common.sh: 4 LOG_D -> debug calls
- customer/usr/local/bin/setup.sh: 3 LOG_I -> info, 1 LOG_D -> debug calls
- customer/usr/local/bin/run.sh: 2 LOG_I -> info calls
- customer/usr/local/bin/entry.sh: already using info() calls (no changes needed)
2026-01-23 16:00:34 +08:00
endial e8d70fcef1 refactor: 修复nginx脚本调用错误并升级到新版架构
ci/woodpecker/push/woodpecker Pipeline was successful
- 修复Dockerfile中脚本调用缺少完整路径问题
- 修复customer脚本中错误的/colovu/lib/路径引用
- 升级build.sh采用新版build_local.sh架构
- 更新nginx版本从1.29.3升级到1.29.4
- 更新overrides脚本文件名匹配版本号
- 统一架构检测使用TARGETARCH变量
2026-01-23 09:33:35 +08:00
endial 9501cca4cf feat: 更新应用版本为 v1.29.3
ci/woodpecker/push/woodpecker Pipeline was successful
2026-01-21 10:14:11 +08:00
endial 8be9d96b27 feat: 更新应用编译配置项,启用动态模块编译
ci/woodpecker/push/woodpecker Pipeline failed
2026-01-21 10:03:25 +08:00
endial b773351c0c feat: 更新应用版本为 v1.28.1
ci/woodpecker/push/woodpecker Pipeline failed
2026-01-21 09:09:56 +08:00
endial e6d4313367 docs: 更新说明文档 2026-01-21 09:09:14 +08:00
endial 8a7347671e feat: 更新镜像编译忽略配置 2026-01-21 09:09:05 +08:00
endial 04bdfafabb feat: 切换为 Wookpecker 构建 2026-01-16 17:21:16 +08:00
endial b55f06f662 feat: 删除过时的脚本文件及DockerHub hooks文件 2023-09-06 17:57:47 +08:00
endial c8a03964a6 docs: 更新文档中有关镜像仓库地址 2023-09-06 17:55:04 +08:00
endial a4b156778e fix: 更新CI/CD配置解决镜像未删除问题 2023-08-25 17:00:07 +08:00
endial aae5948220 fix: 解决脚本参数错误问题 2023-08-25 15:40:30 +08:00
endial 8dd6b61d4d docs: 变更配置文件路径,优化描述信息 2023-08-25 14:55:54 +08:00
endial 245d253961 feat: 变更默认配置文件路径及相关环境变量定义,优化Dockerfile 2023-08-25 14:55:08 +08:00
endial 22e345f0cd fix: 解决仅能使用master标签生成镜像Tag的问题 2023-08-16 18:07:01 +08:00
endial 6799a1c1f8 feat: 切换为使用Debian 12 2023-08-16 18:06:03 +08:00
endial d85fdc6f81 feat: CI/CD切换使用Runner的Dind服务 2023-08-16 18:05:00 +08:00
endial d628ecda82 fix: 更新配置文件路径,解决默认配置文件丢失问题 2023-08-15 16:00:54 +08:00
endial be8360e035 feat: 优化Dockerfile 2023-08-15 14:38:46 +08:00
endial 1be30da4b9 feat: CI/CD配置增加临时数据清理 2023-08-15 10:16:15 +08:00
endial 268a113d77 feat: 根据基础镜像通用库路径更改相应调用 2023-08-15 10:15:28 +08:00
endial a40a27b702 feat: 增加 overrides 处理脚本 2023-08-03 15:35:21 +08:00
endial 5eae66198b fix: 增加应用信息变量设置 2023-08-03 12:59:03 +08:00
endial f2784d8661 feat: 更新compose及说明文档中版本信息 2023-08-03 11:53:47 +08:00
endial 050083c7fb feat: 更新版本为 nginx 1.24.0 2023-08-03 11:46:30 +08:00
endial 82b265c640 feat: 增加CI/CD配置文件 2023-08-03 11:06:45 +08:00
endial e2c6e643bb docs: 更新版本信息 2023-08-03 11:06:38 +08:00
endial 443c94c555 feat: 更新编译脚本配置方式 2023-08-03 11:05:28 +08:00
endial c7bbbec624 [fix:1.18]为default站点配置增加autoindex属性 2021-08-12 09:47:39 +08:00
endial 0d377c530c [feat:1.18]更新日志为json格式;更新日志直接输出至/dev/stdout 2021-07-30 17:10:18 +08:00
endial 287c4d0542 [feat:1.18]增加默认的健康检查功能(监控端口8080) 2021-07-14 11:25:08 +08:00
endial 7b85a3b4c1 [doc:1.18]更新补充文档描述信息 2021-07-14 08:42:24 +08:00
endial 4b49de5430 [feat:1.18]更新使用non-root方式;更新相应脚本文件名称及调用 2021-07-14 08:42:00 +08:00
endial a022d85085 [feat:1.18]更新本地编译时的默认镜像库及软件源地址 2021-07-13 17:38:25 +08:00
endial 32ec3629ad [doc:1.18]优化说明文档 2021-07-13 17:37:16 +08:00
endial 3a85139b05 [fix:1.18]更新Nginx版本为1.18.0 2021-01-14 15:50:31 +08:00
endial d6b13264be [fix:1.16]更新Dockerfile中ARG书写方式,aliyun仅支持单行书写 2021-01-06 15:34:47 +08:00
endial 3944be6e2a [fix:1.16]更新编译命令及配置参数 2021-01-06 15:23:00 +08:00
endial 71c26b014b [fix:1.16]更新readme文件 2021-01-06 13:54:21 +08:00
endial 95a69812a4 [fix:1.16]更新.dockerignore文件 2021-01-06 13:53:54 +08:00
endial 07c953cb4f [fix:1.16]使用新的脚本结构更新工程;删除无用的脚本;增加Docker Hub编译使用的Hooks文件 2021-01-06 13:53:19 +08:00
endial a6512e84b7 [fix:1.6]Makefile中增加upgrade的PHONY描述 2020-08-19 14:30:25 +08:00
endial 4af54437dc [fix:1.16]Makefile中增加upgrade 2020-08-19 11:06:02 +08:00
endial 58cb61ec38 [fix:1.16]修改Dockerfile中启动参数 2020-08-19 11:03:11 +08:00
endial c9af9ffb7b [fix:1.16]修改Dockerfile中启动参数 2020-08-19 10:38:23 +08:00
endial 5044db40da [fix:1.16]更新Dockerfile中local_url地址;更新PCRE为8.44 2020-08-19 09:05:35 +08:00
endial 0855f2882a [fix:1.16]更新Dockerfile中PCRE下载地址;更新Makefile;更新配置文件,删除默认用户 2020-08-19 09:02:14 +08:00