Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2025-08-15 03:52:40 +00:00
parent 0b22c38cca
commit 6dba9840e9
150 changed files with 190 additions and 124 deletions

View File

@@ -11,7 +11,7 @@ services:
- HTTPS_PROXY=${HTTP_PROXY}
- HTTP_PROXY=${HTTP_PROXY:-}
- NO_PROXY=${NO_PROXY:-}
image: envyafish/byte-muse:1.17.4
image: envyafish/byte-muse:1.17.6
labels:
createdBy: Apps
networks:

View File

@@ -14,7 +14,7 @@ services:
- verificationCodeTimeout=10
- appname=casdoor
- authState=casdoor
image: casbin/casdoor:v2.20.0
image: casbin/casdoor:v2.23.0
labels:
createdBy: Apps
networks:

View File

@@ -1,3 +1,6 @@
# 网络模式 [必填]
NETWORK_MODE=host
# 数据持久化路径 [必填]
HOMARR_ROOT_PATH=/home/homarr

View File

@@ -1,5 +1,21 @@
additionalProperties:
formFields:
- default: "host"
edit: true
envKey: NETWORK_MODE
labelEn: Drive path
labelZh: 网络模式
required: true
type: select
values:
- label: 主机网络模式
value: "host"
- label: 桥接网络模式
value: "bridge"
- label: 无网络模式
value: "none"
- label: 1panel-network
value: "1panel-network"
- default: "/home/homarr"
edit: true
envKey: HOMARR_ROOT_PATH

View File

@@ -1,3 +1,6 @@
# 网络模式 [必填]
NETWORK_MODE=host
# 数据持久化路径 [必填]
HOMARR_ROOT_PATH=/home/homarr

View File

@@ -1,5 +1,21 @@
additionalProperties:
formFields:
- default: "host"
edit: true
envKey: NETWORK_MODE
labelEn: Drive path
labelZh: 网络模式
required: true
type: select
values:
- label: 主机网络模式
value: "host"
- label: 桥接网络模式
value: "bridge"
- label: 无网络模式
value: "none"
- label: 1panel-network
value: "1panel-network"
- default: "/home/homarr"
edit: true
envKey: HOMARR_ROOT_PATH

View File

@@ -1,3 +1,6 @@
# 网络模式 [必填]
NETWORK_MODE=host
# 数据持久化路径 [必填]
HOMARR_ROOT_PATH=/home/homarr

View File

@@ -1,5 +1,21 @@
additionalProperties:
formFields:
- default: "host"
edit: true
envKey: NETWORK_MODE
labelEn: Drive path
labelZh: 网络模式
required: true
type: select
values:
- label: 主机网络模式
value: "host"
- label: 桥接网络模式
value: "bridge"
- label: 无网络模式
value: "none"
- label: 1panel-network
value: "1panel-network"
- default: "/home/homarr"
edit: true
envKey: HOMARR_ROOT_PATH

View File

@@ -29,7 +29,7 @@ services:
env_file:
- ./envs/global.env
- .env
image: ghcr.io/immich-app/immich-server:v1.137.3
image: ghcr.io/immich-app/immich-server:v1.138.0
labels:
createdBy: Apps
networks:

View File

@@ -10,7 +10,7 @@ services:
env_file:
- ./envs/global.env
- .env
image: ghcr.io/immich-app/immich-server:v1.137.3
image: ghcr.io/immich-app/immich-server:v1.138.0
labels:
createdBy: Apps
networks:

View File

@@ -10,7 +10,7 @@ services:
env_file:
- ./envs/global.env
- .env
image: ghcr.io/immich-app/immich-machine-learning:v1.137.3
image: ghcr.io/immich-app/immich-machine-learning:v1.138.0
labels:
createdBy: Apps
networks:
@@ -45,7 +45,7 @@ services:
env_file:
- ./envs/global.env
- .env
image: ghcr.io/immich-app/immich-server:v1.137.3
image: ghcr.io/immich-app/immich-server:v1.138.0
labels:
createdBy: Apps
networks:

View File

@@ -12,7 +12,7 @@ services:
- LOG_LEVEL=debug
- TZ=Asia/Shanghai
- https_proxy=${http_proxy:-}
image: fallenbagel/jellyseerr:2.7.2
image: fallenbagel/jellyseerr:2.7.3
labels:
createdBy: Apps
networks:

View File

@@ -9,7 +9,7 @@ services:
- .env
environment:
- TZ=Asia/Shanghai
image: ghcr.io/moontechlab/lunatv:2.1.0
image: ghcr.io/moontechlab/lunatv:2.2.1
labels:
createdBy: Apps
networks:

View File

@@ -14,7 +14,7 @@ services:
- N8N_PROTOCOL=http
- N8N_DIAGNOSTICS_ENABLED=false
- N8N_SECURE_COOKIE=false
image: n8nio/n8n:1.107.0
image: n8nio/n8n:1.107.1
labels:
createdBy: Apps
networks:

View File

@@ -0,0 +1,24 @@
networks:
1panel-network:
external: true
services:
postgresql:
container_name: postgresql
env_file:
- ./envs/global.env
- .env
environment:
POSTGRES_DB: ${POSTGRES_DB:-postgres}
POSTGRES_INITDB_ARGS: --data-checksums
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
POSTGRES_USER: ${POSTGRES_USER:-postgres}
image: postgres:16.10-alpine
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:5432
restart: always
volumes:
- ${POSTGRES_ROOT_PATH}/data:/var/lib/postgresql/data

View File

@@ -12,7 +12,7 @@ services:
POSTGRES_INITDB_ARGS: --data-checksums
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
POSTGRES_USER: ${POSTGRES_USER:-postgres}
image: postgres:17.5
image: postgres:16.10
labels:
createdBy: Apps
networks:

View File

@@ -12,7 +12,7 @@ services:
POSTGRES_INITDB_ARGS: --data-checksums
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
POSTGRES_USER: ${POSTGRES_USER:-postgres}
image: postgres:16.9-alpine
image: postgres:17.6-alpine
labels:
createdBy: Apps
networks:

View File

@@ -12,7 +12,7 @@ services:
POSTGRES_INITDB_ARGS: --data-checksums
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
POSTGRES_USER: ${POSTGRES_USER:-postgres}
image: postgres:16.9
image: postgres:17.6
labels:
createdBy: Apps
networks:

Some files were not shown because too many files have changed in this diff Show More