Go to file
gxl 266bdd325c feat(infra): 添加 Gitea、Nexus 和 Woodpecker CI/CD 服务部署配置
- 配置 Gitea 代码托管服务,映射端口 3000 和 2222
- 部署 Nexus 私有仓库服务,占用端口 8081-8083
- 集成 Woodpecker CI/CD 服务,配置 Gitea 集成和特权插件支持
- 设置 Nginx 反向代理,为 push.lovestory.cyou 和 registry.lovestory.cyou 提供 HTTPS 支持
- 配置 WebSocket 支持和大文件上传优化参数
- 添加 Gzip 压缩和连接超时优化设置
2026-06-03 20:47:18 +08:00
.mvn/wrapper chore(project): 初始化 Spring Boot 项目结构 2026-06-02 11:18:42 +08:00
.woodpecker1 34 2026-06-03 11:31:56 +08:00
dockercompose feat(infra): 添加 Gitea、Nexus 和 Woodpecker CI/CD 服务部署配置 2026-06-03 20:47:18 +08:00
nginx/conf feat(infra): 添加 Gitea、Nexus 和 Woodpecker CI/CD 服务部署配置 2026-06-03 20:47:18 +08:00
src feat(controller): 添加Demo控制器并更新依赖配置 2026-06-02 11:24:39 +08:00
.gitattributes chore(project): 初始化 Spring Boot 项目结构 2026-06-02 11:18:42 +08:00
.gitignore chore(project): 初始化 Spring Boot 项目结构 2026-06-02 11:18:42 +08:00
.woodpecker.yaml 93 2026-06-03 20:21:59 +08:00
1.txt 24 2026-06-03 09:54:05 +08:00
Dockerfile 87 2026-06-03 19:44:50 +08:00
deploy.sh 10 2026-06-02 17:52:42 +08:00
docker-compose.yaml 14 2026-06-03 09:21:13 +08:00
mvnw chore(project): 初始化 Spring Boot 项目结构 2026-06-02 11:18:42 +08:00
mvnw.cmd chore(project): 初始化 Spring Boot 项目结构 2026-06-02 11:18:42 +08:00
pom.xml feat(controller): 添加Demo控制器并更新依赖配置 2026-06-02 11:24:39 +08:00