Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2025-06-26 12:46:45 +00:00
parent 8156cc1f9d
commit 1d318e6319
137 changed files with 938 additions and 938 deletions

View File

@@ -7,7 +7,7 @@ services:
env_file:
- ./envs/global.env
- .env
image: mdcng/mdc:1.5.1
image: mdcng/mdc:1.6.0
labels:
createdBy: Apps
networks:

View File

@@ -10,7 +10,7 @@ services:
environment:
- TZ=Asia/Shanghai
- PORT=${PANEL_APP_PORT_HTTP}
image: ghcr.io/nodepassproject/nodepassdash:2.0.3
image: ghcr.io/nodepassproject/nodepassdash:2.0.4
labels:
createdBy: Apps
network_mode: ${NETWORK_MODE}

View File

@@ -18,7 +18,7 @@ services:
- OLLAMA_MAX_QUEUE=512
- OLLAMA_FLASH_ATTENTION=0
- OLLAMA_KV_CACHE_TYPE=f16
image: ollama/ollama:0.9.2
image: ollama/ollama:0.9.3
labels:
createdBy: Apps
networks:

View File

@@ -12,7 +12,7 @@ services:
- PGID=0
- UMASK=022
- FORCE=false
image: qyg2297248353/alist-aria2:v3.40.0
image: xhofe/alist-aria2:v3.41.0
labels:
createdBy: Apps
networks:

View File

@@ -12,7 +12,7 @@ services:
- PGID=0
- UMASK=022
- FORCE=false
image: xhofe/alist-aria2:v3.41.0
image: qyg2297248353/alist-aria2:v3.40.0
labels:
createdBy: Apps
networks:

View File

@@ -12,7 +12,7 @@ services:
- PGID=0
- UMASK=022
- FORCE=false
image: qyg2297248353/alist:v3.40.0-ffmpeg
image: xhofe/alist:v3.45.0-ffmpeg
labels:
createdBy: Apps
networks:

View File

@@ -12,7 +12,7 @@ services:
- PGID=0
- UMASK=022
- FORCE=false
image: xhofe/alist:v3.45.0-ffmpeg
image: qyg2297248353/alist:v3.40.0-ffmpeg
labels:
createdBy: Apps
networks:

View File

@@ -12,7 +12,7 @@ services:
- PGID=0
- UMASK=022
- FORCE=false
image: qyg2297248353/alist:v3.40.0
image: xhofe/alist:v3.45.0
labels:
createdBy: Apps
networks:

View File

@@ -12,7 +12,7 @@ services:
- PGID=0
- UMASK=022
- FORCE=false
image: xhofe/alist:v3.45.0
image: qyg2297248353/alist:v3.40.0
labels:
createdBy: Apps
networks:

View File

@@ -13,3 +13,9 @@ CUSTOM_MOUNT_DIRECTORY_2=
# 自定义挂载目录 3
CUSTOM_MOUNT_DIRECTORY_3=
# 网络代理地址
HTTP_PROXY=
# 跳过代理地址
NO_PROXY=localhost,127.0.0.1,::1,192.168.0.0/16,10.0.0.0/8,*.local

View File

@@ -7,7 +7,11 @@ services:
env_file:
- ./envs/global.env
- .env
image: orekiiiiiiiiiiiii/auto-lady:1.4.5
environment:
- HTTPS_PROXY=${HTTP_PROXY}
- HTTP_PROXY=${HTTP_PROXY:-}
- NO_PROXY=${NO_PROXY:-}
image: envyafish/byte-muse:1.5.3
labels:
createdBy: Apps
networks:

View File

@@ -0,0 +1,15 @@
# 数据持久化路径 [必填]
AUTO_LADY_ROOT_PATH=/home/auto-lady
# WebUI 端口 [必填]
PANEL_APP_PORT_HTTP=8080
# 自定义挂载目录 1
CUSTOM_MOUNT_DIRECTORY_1=
# 自定义挂载目录 2
CUSTOM_MOUNT_DIRECTORY_2=
# 自定义挂载目录 3
CUSTOM_MOUNT_DIRECTORY_3=

View File

@@ -0,0 +1,22 @@
networks:
1panel-network:
external: true
services:
auto-lady:
container_name: auto-lady
env_file:
- ./envs/global.env
- .env
image: orekiiiiiiiiiiiii/auto-lady:1.4.5
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:80
restart: always
volumes:
- ${AUTO_LADY_ROOT_PATH}/config:/data
- ${CUSTOM_MOUNT_DIRECTORY_1:-./default_mount_1}:${CUSTOM_MOUNT_DIRECTORY_1:-/default_mount_1}
- ${CUSTOM_MOUNT_DIRECTORY_2:-./default_mount_2}:${CUSTOM_MOUNT_DIRECTORY_2:-/default_mount_2}
- ${CUSTOM_MOUNT_DIRECTORY_3:-./default_mount_3}:${CUSTOM_MOUNT_DIRECTORY_3:-/default_mount_3}

View File

@@ -10,7 +10,7 @@ services:
environment:
- TZ=Asia/Shanghai
- DOCKER_ENV=true
image: qyg2297248353/bili-fetcher:latest
image: qyg2297248353/bili-fetcher:v1.6.0
networks:
- 1panel-network
ports:
@@ -26,7 +26,7 @@ services:
environment:
- BACKEND_URL=http://bili-fetcher-api:8899
- TZ=Asia/Shanghai
image: qyg2297248353/bili-fetcher-web:latest
image: qyg2297248353/bili-fetcher-web:v1.6.0
labels:
createdBy: Apps
networks:

View File

@@ -10,7 +10,7 @@ services:
environment:
- TZ=Asia/Shanghai
- DOCKER_ENV=true
image: qyg2297248353/bili-fetcher:v1.6.0
image: qyg2297248353/bili-fetcher:latest
networks:
- 1panel-network
ports:
@@ -26,7 +26,7 @@ services:
environment:
- BACKEND_URL=http://bili-fetcher-api:8899
- TZ=Asia/Shanghai
image: qyg2297248353/bili-fetcher-web:v1.6.0
image: qyg2297248353/bili-fetcher-web:latest
labels:
createdBy: Apps
networks:

View File

@@ -1,21 +1,3 @@
# 数据持久化路径 [必填]
AUTO_LADY_ROOT_PATH=/home/byte-muse
# WebUI 端口 [必填]
PANEL_APP_PORT_HTTP=8080
# 自定义挂载目录 1
CUSTOM_MOUNT_DIRECTORY_1=
# 自定义挂载目录 2
CUSTOM_MOUNT_DIRECTORY_2=
# 自定义挂载目录 3
CUSTOM_MOUNT_DIRECTORY_3=
# 网络代理地址
HTTP_PROXY=
# 跳过代理地址
NO_PROXY=localhost,127.0.0.1,::1,192.168.0.0/16,10.0.0.0/8,*.local
PANEL_APP_PORT_HTTP=5000

View File

@@ -2,25 +2,13 @@ networks:
1panel-network:
external: true
services:
auto-lady:
byte-muse-license:
container_name: byte-muse
env_file:
- ./envs/global.env
- .env
environment:
- HTTPS_PROXY=${HTTP_PROXY}
- HTTP_PROXY=${HTTP_PROXY:-}
- NO_PROXY=${NO_PROXY:-}
image: envyafish/byte-muse:1.11.8
image: envyafish/byte-muse-license:latest
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:80
- ${PANEL_APP_PORT_HTTP}:5000
restart: always
volumes:
- ${AUTO_LADY_ROOT_PATH}/config:/data
- ${CUSTOM_MOUNT_DIRECTORY_1:-./default_mount_1}:${CUSTOM_MOUNT_DIRECTORY_1:-/default_mount_1}
- ${CUSTOM_MOUNT_DIRECTORY_2:-./default_mount_2}:${CUSTOM_MOUNT_DIRECTORY_2:-/default_mount_2}
- ${CUSTOM_MOUNT_DIRECTORY_3:-./default_mount_3}:${CUSTOM_MOUNT_DIRECTORY_3:-/default_mount_3}

View File

@@ -1,5 +1,5 @@
# 数据持久化路径 [必填]
AUTO_LADY_ROOT_PATH=/home/auto-lady
AUTO_LADY_ROOT_PATH=/home/byte-muse
# WebUI 端口 [必填]
PANEL_APP_PORT_HTTP=8080

View File

@@ -3,7 +3,7 @@ networks:
external: true
services:
auto-lady:
container_name: auto-lady
container_name: byte-muse
env_file:
- ./envs/global.env
- .env
@@ -11,7 +11,7 @@ services:
- HTTPS_PROXY=${HTTP_PROXY}
- HTTP_PROXY=${HTTP_PROXY:-}
- NO_PROXY=${NO_PROXY:-}
image: envyafish/byte-muse:1.5.3
image: envyafish/byte-muse:1.11.8
labels:
createdBy: Apps
networks:

View File

@@ -1,3 +0,0 @@
# WebUI 端口 [必填]
PANEL_APP_PORT_HTTP=5000

View File

@@ -1,14 +0,0 @@
networks:
1panel-network:
external: true
services:
byte-muse-license:
container_name: byte-muse
image: envyafish/byte-muse-license:latest
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:5000
restart: always

View File

@@ -13,7 +13,7 @@ services:
- HTTP_PROXY=${HTTP_PROXY:-}
- HTTPS_PROXY=${HTTP_PROXY:-}
- NO_PROXY=localhost,127.0.0.1,::1
image: emby/embyserver:4.9.1.1
image: emby/embyserver:4.8.11.0
labels:
createdBy: Apps
network_mode: ${NETWORK_MODE}

View File

@@ -13,7 +13,7 @@ services:
- HTTP_PROXY=${HTTP_PROXY:-}
- HTTPS_PROXY=${HTTP_PROXY:-}
- NO_PROXY=localhost,127.0.0.1,::1
image: emby/embyserver:4.8.11.0
image: emby/embyserver:4.9.1.1
labels:
createdBy: Apps
network_mode: ${NETWORK_MODE}

View File

@@ -4,6 +4,3 @@ HOMARR_ROOT_PATH=/home/homarr
# WebUI 端口 [必填]
PANEL_APP_PORT_HTTP=7575
# 密钥 [必填]
SECRET_ENCRYPTION_KEY=b7fa3f6f09ac8084ca03b94589d799e6a9225212e8f691c6b419a139acf412c7

View File

@@ -16,4 +16,6 @@ services:
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ${HOMARR_ROOT_PATH}/appdata:/appdata
- ${HOMARR_ROOT_PATH}/configs:/app/data/configs
- ${HOMARR_ROOT_PATH}/icons:/app/public/icons
- ${HOMARR_ROOT_PATH}/data:/data

View File

@@ -4,3 +4,6 @@ HOMARR_ROOT_PATH=/home/homarr
# WebUI 端口 [必填]
PANEL_APP_PORT_HTTP=7575
# 密钥 [必填]
SECRET_ENCRYPTION_KEY=b7fa3f6f09ac8084ca03b94589d799e6a9225212e8f691c6b419a139acf412c7

View File

@@ -16,6 +16,4 @@ services:
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ${HOMARR_ROOT_PATH}/configs:/app/data/configs
- ${HOMARR_ROOT_PATH}/icons:/app/public/icons
- ${HOMARR_ROOT_PATH}/data:/data
- ${HOMARR_ROOT_PATH}/appdata:/appdata

View File

@@ -10,7 +10,7 @@ services:
env_file:
- ./envs/global.env
- .env
image: ghcr.io/immich-app/immich-machine-learning:v1.132.3
image: ghcr.io/immich-app/immich-machine-learning:v1.135.3
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.135.3
image: ghcr.io/immich-app/immich-machine-learning:v1.132.3
labels:
createdBy: Apps
networks:

View File

@@ -4,36 +4,13 @@ networks:
external: true
services:
immich-pg14-vectors:
command:
- postgres
- -c
- shared_preload_libraries=vectors.so
- -c
- search_path="$$user", public, vectors
- -c
- logging_collector=on
- -c
- max_wal_size=2GB
- -c
- shared_buffers=512MB
- -c
- wal_compression=on
container_name: pg14-vectors-immich-no-machine
environment:
POSTGRES_DB: ${DB_DATABASE_NAME:-immich}
POSTGRES_INITDB_ARGS: --data-checksums
POSTGRES_PASSWORD: ${DB_PASSWORD}
POSTGRES_USER: ${DB_USERNAME:-postgres}
healthcheck:
interval: 5m
start_interval: 30s
start_period: 5m
test: pg_isready --dbname='${DB_DATABASE_NAME}' --username='${DB_USERNAME}'
|| exit 1; Chksum="$$(psql --dbname='${DB_DATABASE_NAME}' --username='${DB_USERNAME}'
--tuples-only --no-align --command='SELECT COALESCE(SUM(checksum_failures),
0) FROM pg_stat_database')"; echo "checksum failure count is $$Chksum"; [
"$$Chksum" = '0' ] || exit 1
image: tensorchord/pgvecto-rs:pg14-v0.2.0
image: ghcr.io/immich-app/postgres:14-vectorchord0.3.0-pgvectors0.2.0
labels:
createdBy: Apps
networks:
@@ -52,7 +29,7 @@ services:
env_file:
- ./envs/global.env
- .env
image: ghcr.io/immich-app/immich-server:v1.132.3
image: ghcr.io/immich-app/immich-server:v1.135.3
labels:
createdBy: Apps
networks:

View File

@@ -4,13 +4,36 @@ networks:
external: true
services:
immich-pg14-vectors:
command:
- postgres
- -c
- shared_preload_libraries=vectors.so
- -c
- search_path="$$user", public, vectors
- -c
- logging_collector=on
- -c
- max_wal_size=2GB
- -c
- shared_buffers=512MB
- -c
- wal_compression=on
container_name: pg14-vectors-immich-no-machine
environment:
POSTGRES_DB: ${DB_DATABASE_NAME:-immich}
POSTGRES_INITDB_ARGS: --data-checksums
POSTGRES_PASSWORD: ${DB_PASSWORD}
POSTGRES_USER: ${DB_USERNAME:-postgres}
image: ghcr.io/immich-app/postgres:14-vectorchord0.3.0-pgvectors0.2.0
healthcheck:
interval: 5m
start_interval: 30s
start_period: 5m
test: pg_isready --dbname='${DB_DATABASE_NAME}' --username='${DB_USERNAME}'
|| exit 1; Chksum="$$(psql --dbname='${DB_DATABASE_NAME}' --username='${DB_USERNAME}'
--tuples-only --no-align --command='SELECT COALESCE(SUM(checksum_failures),
0) FROM pg_stat_database')"; echo "checksum failure count is $$Chksum"; [
"$$Chksum" = '0' ] || exit 1
image: tensorchord/pgvecto-rs:pg14-v0.2.0
labels:
createdBy: Apps
networks:
@@ -29,7 +52,7 @@ services:
env_file:
- ./envs/global.env
- .env
image: ghcr.io/immich-app/immich-server:v1.135.3
image: ghcr.io/immich-app/immich-server:v1.132.3
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.132.3
image: ghcr.io/immich-app/immich-server:v1.135.3
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.135.3
image: ghcr.io/immich-app/immich-server:v1.132.3
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.132.3
image: ghcr.io/immich-app/immich-machine-learning:v1.135.3
labels:
createdBy: Apps
networks:
@@ -21,36 +21,13 @@ services:
volumes:
- ${IMMICH_ROOT_PATH}/data/cache:/cache
immich-pg14-vectors:
command:
- postgres
- -c
- shared_preload_libraries=vectors.so
- -c
- search_path="$$user", public, vectors
- -c
- logging_collector=on
- -c
- max_wal_size=2GB
- -c
- shared_buffers=512MB
- -c
- wal_compression=on
container_name: pg14-vectors-immich
environment:
POSTGRES_DB: ${DB_DATABASE_NAME:-immich}
POSTGRES_INITDB_ARGS: --data-checksums
POSTGRES_PASSWORD: ${DB_PASSWORD}
POSTGRES_USER: ${DB_USERNAME:-postgres}
healthcheck:
interval: 5m
start_interval: 30s
start_period: 5m
test: pg_isready --dbname='${DB_DATABASE_NAME}' --username='${DB_USERNAME}'
|| exit 1; Chksum="$$(psql --dbname='${DB_DATABASE_NAME}' --username='${DB_USERNAME}'
--tuples-only --no-align --command='SELECT COALESCE(SUM(checksum_failures),
0) FROM pg_stat_database')"; echo "checksum failure count is $$Chksum"; [
"$$Chksum" = '0' ] || exit 1
image: tensorchord/pgvecto-rs:pg14-v0.2.0
image: ghcr.io/immich-app/postgres:14-vectorchord0.4.1-pgvectors0.2.0
labels:
createdBy: Apps
networks:
@@ -68,7 +45,7 @@ services:
env_file:
- ./envs/global.env
- .env
image: ghcr.io/immich-app/immich-server:v1.132.3
image: ghcr.io/immich-app/immich-server:v1.135.3
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.135.3
image: ghcr.io/immich-app/immich-machine-learning:v1.132.3
labels:
createdBy: Apps
networks:
@@ -21,13 +21,36 @@ services:
volumes:
- ${IMMICH_ROOT_PATH}/data/cache:/cache
immich-pg14-vectors:
command:
- postgres
- -c
- shared_preload_libraries=vectors.so
- -c
- search_path="$$user", public, vectors
- -c
- logging_collector=on
- -c
- max_wal_size=2GB
- -c
- shared_buffers=512MB
- -c
- wal_compression=on
container_name: pg14-vectors-immich
environment:
POSTGRES_DB: ${DB_DATABASE_NAME:-immich}
POSTGRES_INITDB_ARGS: --data-checksums
POSTGRES_PASSWORD: ${DB_PASSWORD}
POSTGRES_USER: ${DB_USERNAME:-postgres}
image: ghcr.io/immich-app/postgres:14-vectorchord0.4.1-pgvectors0.2.0
healthcheck:
interval: 5m
start_interval: 30s
start_period: 5m
test: pg_isready --dbname='${DB_DATABASE_NAME}' --username='${DB_USERNAME}'
|| exit 1; Chksum="$$(psql --dbname='${DB_DATABASE_NAME}' --username='${DB_USERNAME}'
--tuples-only --no-align --command='SELECT COALESCE(SUM(checksum_failures),
0) FROM pg_stat_database')"; echo "checksum failure count is $$Chksum"; [
"$$Chksum" = '0' ] || exit 1
image: tensorchord/pgvecto-rs:pg14-v0.2.0
labels:
createdBy: Apps
networks:
@@ -45,7 +68,7 @@ services:
env_file:
- ./envs/global.env
- .env
image: ghcr.io/immich-app/immich-server:v1.135.3
image: ghcr.io/immich-app/immich-server:v1.132.3
labels:
createdBy: Apps
networks:

View File

@@ -7,7 +7,7 @@ services:
env_file:
- ./envs/global.env
- .env
image: mdcng/mdc:1.5.1
image: mdcng/mdc:1.6.0
labels:
createdBy: Apps
networks:

View File

@@ -10,7 +10,7 @@ services:
environment:
- TZ=Asia/Shanghai
- PORT=${PANEL_APP_PORT_HTTP}
image: ghcr.io/nodepassproject/nodepassdash:2.0.3
image: ghcr.io/nodepassproject/nodepassdash:2.0.4
labels:
createdBy: Apps
network_mode: ${NETWORK_MODE}

View File

@@ -18,7 +18,7 @@ services:
- OLLAMA_MAX_QUEUE=512
- OLLAMA_FLASH_ATTENTION=0
- OLLAMA_KV_CACHE_TYPE=f16
image: ollama/ollama:0.9.2
image: ollama/ollama:0.9.3
labels:
createdBy: Apps
networks:

View File

@@ -3,7 +3,7 @@ networks:
external: true
services:
postgresql:
container_name: pg16-alpine-postgresql
container_name: postgresql
env_file:
- ./envs/global.env
- .env
@@ -12,7 +12,7 @@ services:
POSTGRES_INITDB_ARGS: --data-checksums
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
POSTGRES_USER: ${POSTGRES_USER:-postgres}
image: postgres:16-alpine
image: postgres:16.9-alpine
labels:
createdBy: Apps
networks:

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