Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353 2025-02-26 06:27:54 +00:00
parent f34190a246
commit 88437d47a7
59 changed files with 32 additions and 14 deletions

View File

@ -7,6 +7,9 @@ AMMDS_ROOT_PATH=/home/ammds
# WebUI 端口 [必填]
PANEL_APP_PORT_HTTP=8080
# API 端口 [必填]
PANEL_APP_PORT_API=9523
# MetaTube URL
AMMDS_METATUBE_URL=

View File

@ -31,6 +31,14 @@ additionalProperties:
required: true
rule: paramPort
type: number
- default: 9523
edit: true
envKey: PANEL_APP_PORT_API
labelZh: API 端口
labelEn: API port
required: true
rule: paramPort
type: number
- default: ""
edit: true
envKey: AMMDS_METATUBE_URL

View File

@ -9,12 +9,14 @@ services:
- .env
environment:
- TZ=Asia/Shanghai
- NGINX_PORT=${PANEL_APP_PORT_HTTP:8080}
- AMMDS_SERVER_PORT=${PANEL_APP_PORT_API:9523}
image: qyg2297248353/ammds:v1.0.8
labels:
createdBy: Apps
network_mode: ${NETWORK_MODE}
ports:
- ${PANEL_APP_PORT_HTTP}:80
- ${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP}
restart: always
volumes:
- ${AMMDS_ROOT_PATH}/data:/ammds/data

View File

@ -11,7 +11,7 @@ services:
- PORT=7789
- CONFIG=/config
- TZ=Asia/Shanghai
image: wushuo894/ani-rss:v1.1.308
image: wushuo894/ani-rss:v1.1.309
labels:
createdBy: Apps
networks:

View File

@ -9,7 +9,7 @@ services:
- .env
environment:
- PORT=1188
image: qyg2297248353/deeplx:v1.0.4.1
image: qyg2297248353/deeplx:v1.0.5.1
labels:
createdBy: Apps
networks:

View File

@ -18,7 +18,7 @@ services:
- 53
- 53/udp
- ${PANEL_APP_PORT_HTTP}
image: pihole/pihole:2025.02.5
image: pihole/pihole:2025.02.6
labels:
createdBy: Apps
network_mode: host

View File

@ -9,7 +9,7 @@ services:
- .env
environment:
- TZ=Asia/Shanghai
image: pihole/pihole:2025.02.5
image: pihole/pihole:2025.02.6
labels:
createdBy: Apps
networks:

View File

@ -14,7 +14,7 @@ services:
- DISPLAY_TIMEZONE=Asia/Shanghai
- DB_CONNECTION=sqlite
- MAIL_MAILER=sqlite
image: linuxserver/speedtest-tracker:1.2.4
image: linuxserver/speedtest-tracker:1.2.5
labels:
createdBy: Apps
network_mode: ${NETWORK_MODE}

View File

@ -12,7 +12,7 @@ services:
- PGID=1000
- TZ=Asia/Shanghai
- DISPLAY_TIMEZONE=Asia/Shanghai
image: linuxserver/speedtest-tracker:1.2.4
image: linuxserver/speedtest-tracker:1.2.5
labels:
createdBy: Apps
network_mode: ${NETWORK_MODE}

View File

@ -7,6 +7,9 @@ AMMDS_ROOT_PATH=/home/ammds
# WebUI 端口 [必填]
PANEL_APP_PORT_HTTP=8080
# API 端口 [必填]
PANEL_APP_PORT_API=9523
# MetaTube URL
AMMDS_METATUBE_URL=

View File

@ -9,12 +9,14 @@ services:
- .env
environment:
- TZ=Asia/Shanghai
- NGINX_PORT=${PANEL_APP_PORT_HTTP:8080}
- AMMDS_SERVER_PORT=${PANEL_APP_PORT_API:9523}
image: qyg2297248353/ammds:v1.0.8
labels:
createdBy: Apps
network_mode: ${NETWORK_MODE}
ports:
- ${PANEL_APP_PORT_HTTP}:80
- ${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP}
restart: always
volumes:
- ${AMMDS_ROOT_PATH}/data:/ammds/data

View File

@ -11,7 +11,7 @@ services:
- PORT=7789
- CONFIG=/config
- TZ=Asia/Shanghai
image: wushuo894/ani-rss:v1.1.308
image: wushuo894/ani-rss:v1.1.309
labels:
createdBy: Apps
networks:

View File

@ -9,7 +9,7 @@ services:
- .env
environment:
- PORT=1188
image: qyg2297248353/deeplx:v1.0.4.1
image: qyg2297248353/deeplx:v1.0.5.1
labels:
createdBy: Apps
networks:

View File

@ -18,7 +18,7 @@ services:
- 53
- 53/udp
- ${PANEL_APP_PORT_HTTP}
image: pihole/pihole:2025.02.5
image: pihole/pihole:2025.02.6
labels:
createdBy: Apps
network_mode: host

View File

@ -9,7 +9,7 @@ services:
- .env
environment:
- TZ=Asia/Shanghai
image: pihole/pihole:2025.02.5
image: pihole/pihole:2025.02.6
labels:
createdBy: Apps
networks:

View File

@ -14,7 +14,7 @@ services:
- DISPLAY_TIMEZONE=Asia/Shanghai
- DB_CONNECTION=sqlite
- MAIL_MAILER=sqlite
image: linuxserver/speedtest-tracker:1.2.4
image: linuxserver/speedtest-tracker:1.2.5
labels:
createdBy: Apps
network_mode: ${NETWORK_MODE}

View File

@ -12,7 +12,7 @@ services:
- PGID=1000
- TZ=Asia/Shanghai
- DISPLAY_TIMEZONE=Asia/Shanghai
image: linuxserver/speedtest-tracker:1.2.4
image: linuxserver/speedtest-tracker:1.2.5
labels:
createdBy: Apps
network_mode: ${NETWORK_MODE}