Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2025-06-20 18:30:33 +00:00
parent c063165f70
commit 082940dafd
100 changed files with 398 additions and 18 deletions
+42
View File
@@ -0,0 +1,42 @@
# 数据库服务 (前置检查)
PANEL_DB_TYPE=postgresql
# Redis 服务 (前置检查)
PANEL_REDIS_TYPE=redis
# 数据持久化路径 [必填]
CLOUDREVE_ROOT_PATH=/home/cloudreve
# WebUI 端口 [必填]
PANEL_APP_PORT_HTTP=5212
# 数据库 类型 [必填]
CR_CONF_Database.Type=sqlite
# 数据库 主机地址
CR_CONF_Database.Host=127.0.0.1
# 数据库 端口
CR_CONF_Database.Port=5432
# 数据库 名称
CR_CONF_Database.Name=cloudreve
# 数据库 用户名
CR_CONF_Database.User=cloudreve
# 数据库 密码
CR_CONF_Database.Password=
# Redis 地址
CR_CONF_Redis.Server=127.0.0.1:6379
# Redis 索引 (0-20)
CR_CONF_Redis.DB=0
# Redis 用户
CR_CONF_Redis.User=
# Redis 密码
CR_CONF_Redis.Password=
+21
View File
@@ -0,0 +1,21 @@
networks:
1panel-network:
external: true
services:
cloudreve:
container_name: cloudreve
env_file:
- ./envs/global.env
- .env
environment:
- TZ=Asia/Shanghai
image: loudreve/cloudreve:4.0.0
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:5212
restart: always
volumes:
- ${CLOUDREVE_ROOT_PATH}/data:/cloudreve/data
@@ -10,7 +10,7 @@ services:
env_file:
- ./envs/global.env
- .env
image: ghcr.io/immich-app/immich-machine-learning:v1.135.1
image: ghcr.io/immich-app/immich-machine-learning:v1.135.2
labels:
createdBy: Apps
networks:
@@ -29,7 +29,7 @@ services:
env_file:
- ./envs/global.env
- .env
image: ghcr.io/immich-app/immich-server:v1.135.1
image: ghcr.io/immich-app/immich-server:v1.135.2
labels:
createdBy: Apps
networks:
@@ -10,7 +10,7 @@ services:
env_file:
- ./envs/global.env
- .env
image: ghcr.io/immich-app/immich-server:v1.135.1
image: ghcr.io/immich-app/immich-server:v1.135.2
labels:
createdBy: Apps
networks:
@@ -10,7 +10,7 @@ services:
env_file:
- ./envs/global.env
- .env
image: ghcr.io/immich-app/immich-machine-learning:v1.135.1
image: ghcr.io/immich-app/immich-machine-learning:v1.135.2
labels:
createdBy: Apps
networks:
@@ -45,7 +45,7 @@ services:
env_file:
- ./envs/global.env
- .env
image: ghcr.io/immich-app/immich-server:v1.135.1
image: ghcr.io/immich-app/immich-server:v1.135.2
labels:
createdBy: Apps
networks:
+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
+1 -1
View File
@@ -12,7 +12,7 @@ services:
- LOG_LEVEL=debug
- TZ=Asia/Shanghai
- https_proxy=${http_proxy:-}
image: fallenbagel/jellyseerr:2.6.0
image: fallenbagel/jellyseerr:2.7.0
labels:
createdBy: Apps
networks:
+1 -1
View File
@@ -57,7 +57,7 @@ services:
- -f
- http://localhost:1200/healthz?key=${ACCESS_KEY}
timeout: 10s
image: diygod/rsshub:2025-06-19
image: diygod/rsshub:2025-06-20
labels:
createdBy: Apps
networks:
+1 -1
View File
@@ -12,7 +12,7 @@ services:
- PGID=1000
- UMASK=022
- TZ=Asia/Shanghai
image: linuxserver/sonarr:4.0.14
image: linuxserver/sonarr:4.0.15
labels:
createdBy: Apps
networks:
+1 -1
View File
@@ -16,7 +16,7 @@ services:
- WEBLATE_ALLOWED_HOSTS=*
- POSTGRES_DATABASE=weblate
- CLIENT_MAX_BODY_SIZE=200M
image: weblate/weblate:5.12.1.0
image: weblate/weblate:5.12.2.0
labels:
createdBy: Apps
networks: