Update app version [skip ci]

This commit is contained in:
github-action update-app-version
2025-08-29 18:28:51 +00:00
parent e03183d24b
commit 3e951a448b
7 changed files with 0 additions and 0 deletions
+37
View File
@@ -0,0 +1,37 @@
additionalProperties:
formFields:
- default: "/home/gitea"
edit: true
envKey: GITEA_RUNNER_ROOT_PATH
labelZh: 数据持久化路径
labelEn: Data persistence path
required: true
type: text
- default: ""
edit: true
envKey: GITEA_INSTANCE_URL
labelZh: Gitea 实例 URL
labelEn: Gitea instance URL
required: true
type: text
- default: ""
edit: true
envKey: GITEA_RUNNER_REGISTRATION_TOKEN
labelZh: 注册令牌
labelEn: Registration token
required: true
type: text
- default: ""
edit: true
envKey: GITEA_RUNNER_NAME
labelZh: Runner 名称
labelEn: Runner name
required: true
type: text
- default: ""
edit: true
envKey: GITEA_RUNNER_LABELS
labelZh: Runner 标签
labelEn: Runner labels
required: true
type: text
@@ -0,0 +1,22 @@
networks:
1panel-network:
external: true
services:
gitea:
image: gitea/act_runner:0.2.13
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
networks:
- 1panel-network
privileged: true
env_file:
- ${GLOBAL_ENV_FILE:-/etc/1panel/envs/global.env}
- ${ENV_FILE:-/etc/1panel/envs/default.env}
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
@@ -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
+10
View File
@@ -0,0 +1,10 @@
#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi
@@ -0,0 +1,10 @@
#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi
@@ -0,0 +1,10 @@
#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi