Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2025-08-18 04:01:11 +00:00
parent 52f7f96911
commit 8590c677fa
120 changed files with 447 additions and 248 deletions

View File

@@ -14,7 +14,7 @@ services:
- PORT=7789
- CONFIG=/config
- TZ=Asia/Shanghai
image: wushuo894/ani-rss:v2.1.10
image: wushuo894/ani-rss:v2.1.11
labels:
createdBy: Apps
networks:

View File

@@ -36,7 +36,7 @@ services:
- MODE=astrbot
- NAPCAT_UID=${NAPCAT_UID:-1000}
- NAPCAT_GID=${NAPCAT_GID:-1000}
image: mlikiowa/napcat-docker:v4.8.96
image: mlikiowa/napcat-docker:v4.8.97
mac_address: ${NAPCAT_MAC_ADDRESS:-02:42:ac:11:00:02}
networks:
- 1panel-network

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.7
image: envyafish/byte-muse:1.17.8
labels:
createdBy: Apps
networks:

View File

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

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.18
image: emby/embyserver:4.9.1.19
labels:
createdBy: Apps
network_mode: ${NETWORK_MODE}

View File

@@ -0,0 +1,21 @@
# 数据持久化路径 [必填]
IMMICH_ROOT_PATH=/home/immich-machine-learning
# API 端口 [必填]
PANEL_APP_PORT_HTTP=2283
# 硬件驱动路径 [必填]
IMMICH_DRIVE_PATH=/dev/dri
# 时区 [必填]
TZ=Asia/Shanghai
# 机器学习 预加载模型
MACHINE_LEARNING_PRELOAD__CLIP=XLM-Roberta-Large-Vit-B-16Plus
# 人脸识别 预加载模型
MACHINE_LEARNING_PRELOAD__FACIAL_RECOGNITION=buffalo_l
# Hugging Face 服务地址
HF_ENDPOINT=https://hf-mirror.com

View File

@@ -0,0 +1,61 @@
additionalProperties:
formFields:
- default: "/home/immich-machine-learning"
edit: true
envKey: IMMICH_ROOT_PATH
labelZh: 数据持久化路径
labelEn: Data persistence path
required: true
type: text
- default: 2283
edit: true
envKey: PANEL_APP_PORT_HTTP
labelZh: API 端口
labelEn: API port
required: true
rule: paramPort
type: number
- default: "/dev/dri"
edit: true
envKey: IMMICH_DRIVE_PATH
labelZh: 硬件驱动路径
labelEn: Drive path
required: true
type: text
- default: "Asia/Shanghai"
edit: true
envKey: TZ
labelZh: 时区
labelEn: Timezone
required: true
type: text
- default: "XLM-Roberta-Large-Vit-B-16Plus"
edit: true
envKey: MACHINE_LEARNING_PRELOAD__CLIP
labelEn: Machine Learning Preload Model
labelZh: 机器学习 预加载模型
required: false
type: text
- default: "buffalo_l"
edit: true
envKey: MACHINE_LEARNING_PRELOAD__FACIAL_RECOGNITION
labelEn: Machine Learning Preload Model
labelZh: 人脸识别 预加载模型
required: false
type: select
values:
- label: antelopev2
value: "antelopev2"
- label: buffalo_l
value: "buffalo_l"
- label: buffalo_m
value: "buffalo_m"
- label: buffalo_s
value: "buffalo_s"
- default: "https://hf-mirror.com"
edit: true
envKey: HF_ENDPOINT
labelZh: Hugging Face 服务地址
labelEn: Hugging Face Endpoint
required: false
type: text

View File

@@ -0,0 +1,22 @@
name: immich-machine-learning
networks:
1panel-network:
external: true
services:
immich-machine-learning:
container_name: immich-machine-learning-immich-machine-learning
devices:
- /dev/dri:/dev/dri
env_file:
- ./envs/global.env
- .env
image: ghcr.io/immich-app/immich-machine-learning:v1.138.0
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:3003
restart: always
volumes:
- ${IMMICH_ROOT_PATH}/data/cache:/cache

View File

@@ -12,7 +12,7 @@ services:
- LD_DB_ENGINE=postgres
- HTTP_PROXY=${ALL_PROXY}
- HTTPS_PROXY=${ALL_PROXY}
image: sissbruecker/linkding:1.41.0-plus
image: sissbruecker/linkding:1.42.0-plus
labels:
createdBy: Apps
networks:

View File

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

View File

@@ -19,7 +19,7 @@ services:
- AUTH_SITE=iyuu,hhclub,audiences,hddolby,zmpt,freefarm,hdfans,wintersakura,leaves,ptba,icc2022,xingtan,ptvicomo,agsvpt,hdkyl,qingwa,discfan,haidan,rousi,sunny,ptcafe,ptzone,kufei,yemapt
- HTTP_PROXY=${PROXY_HOST}
- HTTPS_PROXY=${PROXY_HOST}
image: jxxghp/moviepilot-v2:2.7.1
image: jxxghp/moviepilot-v2:2.7.2
labels:
createdBy: Apps
logging:

View File

@@ -57,7 +57,7 @@ services:
- -f
- http://localhost:1200/healthz?key=${ACCESS_KEY}
timeout: 10s
image: diygod/rsshub:2025-08-15
image: diygod/rsshub:2025-08-16
labels:
createdBy: Apps
networks:

View File

@@ -14,7 +14,7 @@ services:
- TELEGRAM_MAX_WEBHOOK_CONNECTIONS=100000
- TELEGRAM_LOG_FILE=/var/log/telegram-bot-api/telegram-bot-api.log
- TELEGRAM_MAX_CONNECTIONS=1024
image: aiogram/telegram-bot-api:9.1
image: aiogram/telegram-bot-api:9.2
labels:
createdBy: Apps
networks:

View File

@@ -0,0 +1,17 @@
#!/bin/bash
if [ -f .env ]; then
source .env
# setup-1 add default values
CURRENT_DIR=$(pwd)
sed -i '/^ENV_FILE=/d' .env
sed -i '/^GLOBAL_ENV_FILE=/d' .env
echo "ENV_FILE=${CURRENT_DIR}/.env" >> .env
echo "GLOBAL_ENV_FILE=${CURRENT_DIR}/envs/global.env" >> .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi

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

View File

@@ -0,0 +1,17 @@
#!/bin/bash
if [ -f .env ]; then
source .env
# setup-1 add default values
CURRENT_DIR=$(pwd)
sed -i '/^ENV_FILE=/d' .env
sed -i '/^GLOBAL_ENV_FILE=/d' .env
echo "ENV_FILE=${CURRENT_DIR}/.env" >> .env
echo "GLOBAL_ENV_FILE=${CURRENT_DIR}/envs/global.env" >> .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi

View File

@@ -14,7 +14,7 @@ services:
- PORT=7789
- CONFIG=/config
- TZ=Asia/Shanghai
image: wushuo894/ani-rss:v2.1.10
image: wushuo894/ani-rss:v2.1.11
labels:
createdBy: Apps
networks:

View File

@@ -36,7 +36,7 @@ services:
- MODE=astrbot
- NAPCAT_UID=${NAPCAT_UID:-1000}
- NAPCAT_GID=${NAPCAT_GID:-1000}
image: mlikiowa/napcat-docker:v4.8.96
image: mlikiowa/napcat-docker:v4.8.97
mac_address: ${NAPCAT_MAC_ADDRESS:-02:42:ac:11:00:02}
networks:
- 1panel-network

View File

@@ -1,3 +1,21 @@
# WebUI 端口 [必填]
PANEL_APP_PORT_HTTP=5000
# 数据持久化路径 [必填]
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

View File

@@ -2,13 +2,25 @@ networks:
1panel-network:
external: true
services:
byte-muse-license:
auto-lady:
container_name: byte-muse
image: envyafish/byte-muse-license:latest
env_file:
- ./envs/global.env
- .env
environment:
- HTTPS_PROXY=${HTTP_PROXY}
- HTTP_PROXY=${HTTP_PROXY:-}
- NO_PROXY=${NO_PROXY:-}
image: envyafish/byte-muse:1.17.8
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:5000
- ${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

@@ -1,21 +0,0 @@
# 数据持久化路径 [必填]
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

View File

@@ -1,26 +0,0 @@
networks:
1panel-network:
external: true
services:
auto-lady:
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.17.7
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

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

View File

@@ -0,0 +1,14 @@
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

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