16 Commits

Author SHA1 Message Date
endial da723fed20 feat: optimize nginx.conf and setup.sh for dynamic user ID support
ci/woodpecker/push/woodpecker Pipeline was successful
- 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
- Fix health check configuration in Dockerfile
2026-01-26 14:13:54 +08:00
endial 9f5bec31cb 重构:使用标准化日志函数替换旧版LOG_*函数调用
- 将LOG_D调用替换为debug()函数
- 将LOG_I调用替换为info()函数
- 编译时脚本保持使用echo()函数
- 修复LOG_I函数未定义导致的命令未找到错误
- 确保所有运行时脚本使用统一的日志格式

修改文件:
- customer/usr/local/bin/common.sh: 4处LOG_D改为debug调用
- customer/usr/local/bin/setup.sh: 3处LOG_I改为info,1处LOG_D改为debug调用
- customer/usr/local/bin/run.sh: 2处LOG_I改为info调用
- customer/usr/local/bin/entry.sh: 2处LOG_I改为info调用
2026-01-23 16:46:42 +08:00
endial 718ddc109b refactor: 修复nginx 1.28.1版本脚本调用错误并升级到新版架构
ci/woodpecker/push/woodpecker Pipeline was successful
- 修复Dockerfile中脚本调用缺少完整路径问题
- 修复customer脚本中错误的/colovu/lib/路径引用
- 升级build.sh采用新版build_local.sh架构
- 更新overrides脚本文件名匹配1.28.1版本号
- 统一架构检测使用TARGETARCH变量
- 保持nginx 1.28.1版本不变,仅修复架构问题
2026-01-23 09:34:29 +08:00
endial b55f06f662 feat: 删除过时的脚本文件及DockerHub hooks文件 2023-09-06 17:57:47 +08:00
endial aae5948220 fix: 解决脚本参数错误问题 2023-08-25 15:40:30 +08:00
endial 245d253961 feat: 变更默认配置文件路径及相关环境变量定义,优化Dockerfile 2023-08-25 14:55:08 +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 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 4b49de5430 [feat:1.18]更新使用non-root方式;更新相应脚本文件名称及调用 2021-07-14 08:42:00 +08:00
endial 3a85139b05 [fix:1.18]更新Nginx版本为1.18.0 2021-01-14 15:50:31 +08:00
endial 3944be6e2a [fix:1.16]更新编译命令及配置参数 2021-01-06 15:23:00 +08:00
endial 07c953cb4f [fix:1.16]使用新的脚本结构更新工程;删除无用的脚本;增加Docker Hub编译使用的Hooks文件 2021-01-06 13:53:19 +08:00
endial c9af9ffb7b [fix:1.16]修改Dockerfile中启动参数 2020-08-19 10:38:23 +08:00
endial 9240ad9b3d [fix:1.16]修改Dockerfile构建方式;增加Makefile;增加docker-compose文件 2020-08-07 15:44:35 +08:00