Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2024-11-28 09:03:16 +00:00
parent cf0ad6f3aa
commit ae306323d9
1857 changed files with 56700 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# 数据持久化路径 [必填]
GITEA_RUNNER_ROOT_PATH=/home/gitea
# Gitea 实例 URL [必填]
GITEA_INSTANCE_URL=
# 注册令牌 [必填]
GITEA_RUNNER_REGISTRATION_TOKEN=
# Runner 名称 [必填]
GITEA_RUNNER_NAME=
# Runner 标签 [必填]
GITEA_RUNNER_LABELS=
+21
View File
@@ -0,0 +1,21 @@
networks:
1panel-network:
external: true
services:
gitea:
container_name: gitea-runner
env_file:
- ./envs/global.env
- .env
image: gitea/act_runner:0.2.11
labels:
createdBy: Apps
networks:
- 1panel-network
privileged: true
restart: always
volumes:
- ${GITEA_RUNNER_ROOT_PATH}/data:/data
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
- /var/run/docker.sock:/var/run/docker.sock
+2
View File
@@ -0,0 +1,2 @@
# copyright© 2024 XinJiang Ms Studio
ENV_FILE=.env
+2
View File
@@ -0,0 +1,2 @@
# copyright© 2024 XinJiang Ms Studio
TZ=Asia/Shanghai