first commit
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 12s
Build Vue3 App / build (push) Has been cancelled

This commit is contained in:
编码猿
2025-10-04 21:16:45 +08:00
commit ce444b098e
33 changed files with 3986 additions and 0 deletions

25
config.yaml Normal file
View File

@@ -0,0 +1,25 @@
container:
network: "gitea-actions" # 自定义网络
network_mode: "bridge"
runner:
file: .gitea/workflows/ # 工作流文件路径
log_level: info
log_color: true
envs:
GITEA_ACTIONS: true
NODE_OPTIONS: "--max_old_space_size=4096"
labels:
- ubuntu-latest:docker://node:24-alpine
cache:
enabled: true
dir: /tmp/act_runner_cache
host: # 留空使用默认配置
http:
address: :8080 # 监控地址
log:
format: text
level: info