Compare commits

...

16 Commits

Author SHA1 Message Date
7cd6cfd1eb 更新 .gitea/workflows/build.yaml
All checks were successful
Build and Push Docker Image / build (push) Successful in 6s
2026-01-04 11:58:16 +00:00
232ad8467c 更新 .gitea/workflows/build.yaml
Some checks failed
Build and Push Docker Image / build (push) Failing after 4s
2026-01-04 11:54:45 +00:00
41e4b563ac 更新 .gitea/workflows/build.yaml
Some checks failed
Build and Push Docker Image / build (push) Failing after 7s
2026-01-04 11:31:52 +00:00
66a9bc749d 更新 .gitea/workflows/build.yaml
Some checks failed
Build and Push Docker Image / build (push) Failing after 4s
2026-01-04 10:30:40 +00:00
fc50735b4c 更新 .gitea/workflows/build.yaml
Some checks failed
Build and Push Docker Image / build (push) Failing after 5s
2026-01-04 10:24:50 +00:00
b9554cd456 更新 .gitea/workflows/build.yaml
Some checks failed
Build and Push Docker Image / build (push) Failing after 4s
2026-01-04 10:16:48 +00:00
175d90dc76 更新 .gitea/workflows/build.yaml
Some checks failed
Build and Push Docker Image / build (push) Failing after 3s
2026-01-04 10:09:13 +00:00
cbd1eb8f20 更新 .gitea/workflows/build.yaml
Some checks failed
Build and Push Docker Image / build (push) Failing after 4s
2026-01-04 09:48:37 +00:00
eb04653163 更新 .gitea/workflows/build.yaml
Some checks failed
Build and Push Docker Image / build (push) Failing after 4s
2026-01-04 09:43:33 +00:00
366c847029 更新 .gitea/workflows/build.yaml
Some checks failed
Build and Push Docker Image / build (push) Failing after 4s
2026-01-04 08:48:27 +00:00
3b449272b4 更新 .gitea/workflows/build.yaml
Some checks failed
Build and Push Docker Image / build (push) Failing after 3s
2026-01-04 08:47:20 +00:00
ChenKaiLiuG
80e0e69bef Try workflow
Some checks failed
Build and Push Docker Image / build (push) Failing after 2s
2026-01-04 16:20:42 +08:00
33f71c97da 更新 README.md
Some checks failed
Build and Push Docker Image / build (push) Failing after 42s
2026-01-03 16:54:22 +00:00
fdf80d81d7 Update .gitea/workflows/build.yaml
Signed-off-by: ChenKaiLiuG <ckliu119@gmail.com>
2026-01-03 15:01:59 +00:00
3a539e8870 更新 README.md
Signed-off-by: ChenKaiLiuG <ckliu119@gmail.com>
2026-01-02 02:42:24 +00:00
2f23ebc98f Add compile sh
Signed-off-by: ChenKaiLiuG <ckliu119@gmail.com>
2026-01-01 15:29:30 +00:00
2 changed files with 37 additions and 4 deletions

View File

@@ -0,0 +1,33 @@
name: Build and Push Docker Image
on: [push] # 只要有代碼更新或上傳檔案,自動觸發
jobs:
build:
runs-on: ubuntu-latest # 對應你的 Runner
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Debug Network (Ping Test)
run: |
ping -c 3 docker || true
ping -c 3 server || true
#- name: Test Docker Connection
# run: docker version
- name: Build and Push
run: |
# 登入內建 Registry (變數會自動填入)
# 使用 Gitea 的固定 IP (已经在 DinD 中配置为 insecure)
# 使用 Gitea 自动提供的 token
echo "${{ secrets.DOCKER_TOKEN }}" | docker login 172.24.0.10:3000 -u ${{ github.repository_owner }} --password-stdin
# 转换为小寫
IMAGE_NAME=$(echo "${{ github.repository }}" | tr '[:upper:]' '[:lower:]')
docker build -f docker/Dockerfile -t 172.24.0.10:3000/$IMAGE_NAME .
docker push 172.24.0.10:3000/$IMAGE_NAME
echo "編譯完成!"
echo "內部地址: server:3000/${{ gitea.repository }}:latest"
echo "外部 Portainer 拉取網址: 192.168.10.100:3000/${{ gitea.repository }}:latest"

View File

@@ -1,11 +1,11 @@
# GoEdge目
做一款人人用得起的CDN & WAF系
# GoEdge目
做一款人人用得起的CDN & WAF系
![截图](doc/screenshot.png)
## 特性
* `免` - 源、免、自由、
* `简单` - 架构简单清晰,安装简单,使用简单,运维简单
* `免` - 源、免、自由、
* `簡單` - 架構簡單清晰,安装简单,使用简单,运维简单
* `高扩展性` - 可以自由扩展新的节点,支持亿级数据
## 功能介绍