16 Commits

Author SHA1 Message Date
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 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