Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2025-10-30 03:43:14 +00:00
parent 50b2cbde6a
commit 6933c8ae8e
26 changed files with 218 additions and 2 deletions
+15
View File
@@ -0,0 +1,15 @@
# 数据持久化路径 [必填]
CHRONOFRAME_ROOT_PATH=/home/chronoframe
# WebUI 端口 [必填]
PANEL_APP_PORT_HTTP=3000
# 管理员邮箱 [必填]
CFRAME_ADMIN_EMAIL=admin@chronoframe.com
# 管理员用户名 [必填]
CFRAME_ADMIN_NAME=Chronoframe
# 管理员密码 [必填]
CFRAME_ADMIN_PASSWORD=CF1234@!
+21
View File
@@ -0,0 +1,21 @@
networks:
1panel-network:
external: true
services:
chronoframe:
container_name: chronoframe
env_file:
- ./envs/global.env
- .env
environment:
- TZ=Asia/Shanghai
image: hoshinosuzumi/chronoframe:0.14.1
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:3000
restart: always
volumes:
- ${CHRONOFRAME_ROOT_PATH}/data:/app/data
+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