mirror of
https://github.com/QYG2297248353/appstore-dpanel
synced 2025-03-04 12:14:26 +08:00
Synced apps from source repository via GitHub Actions
This commit is contained in:
parent
9171af8309
commit
ccaecf28ef
@ -7,6 +7,9 @@ AMMDS_ROOT_PATH=/home/ammds
|
|||||||
# WebUI 端口 [必填]
|
# WebUI 端口 [必填]
|
||||||
PANEL_APP_PORT_HTTP=8080
|
PANEL_APP_PORT_HTTP=8080
|
||||||
|
|
||||||
|
# API 端口 [必填]
|
||||||
|
PANEL_APP_PORT_API=9523
|
||||||
|
|
||||||
# MetaTube URL
|
# MetaTube URL
|
||||||
AMMDS_METATUBE_URL=
|
AMMDS_METATUBE_URL=
|
||||||
|
|
||||||
|
@ -31,6 +31,14 @@ additionalProperties:
|
|||||||
required: true
|
required: true
|
||||||
rule: paramPort
|
rule: paramPort
|
||||||
type: number
|
type: number
|
||||||
|
- default: 9523
|
||||||
|
edit: true
|
||||||
|
envKey: PANEL_APP_PORT_API
|
||||||
|
labelZh: API 端口
|
||||||
|
labelEn: API port
|
||||||
|
required: true
|
||||||
|
rule: paramPort
|
||||||
|
type: number
|
||||||
- default: ""
|
- default: ""
|
||||||
edit: true
|
edit: true
|
||||||
envKey: AMMDS_METATUBE_URL
|
envKey: AMMDS_METATUBE_URL
|
||||||
|
@ -9,12 +9,14 @@ services:
|
|||||||
- .env
|
- .env
|
||||||
environment:
|
environment:
|
||||||
- TZ=Asia/Shanghai
|
- TZ=Asia/Shanghai
|
||||||
|
- NGINX_PORT=${PANEL_APP_PORT_HTTP:8080}
|
||||||
|
- AMMDS_SERVER_PORT=${PANEL_APP_PORT_API:9523}
|
||||||
image: qyg2297248353/ammds:v1.0.8
|
image: qyg2297248353/ammds:v1.0.8
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
network_mode: ${NETWORK_MODE}
|
network_mode: ${NETWORK_MODE}
|
||||||
ports:
|
ports:
|
||||||
- ${PANEL_APP_PORT_HTTP}:80
|
- ${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP}
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- ${AMMDS_ROOT_PATH}/data:/ammds/data
|
- ${AMMDS_ROOT_PATH}/data:/ammds/data
|
||||||
|
@ -11,7 +11,7 @@ services:
|
|||||||
- PORT=7789
|
- PORT=7789
|
||||||
- CONFIG=/config
|
- CONFIG=/config
|
||||||
- TZ=Asia/Shanghai
|
- TZ=Asia/Shanghai
|
||||||
image: wushuo894/ani-rss:v1.1.308
|
image: wushuo894/ani-rss:v1.1.309
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
@ -9,7 +9,7 @@ services:
|
|||||||
- .env
|
- .env
|
||||||
environment:
|
environment:
|
||||||
- PORT=1188
|
- PORT=1188
|
||||||
image: qyg2297248353/deeplx:v1.0.4.1
|
image: qyg2297248353/deeplx:v1.0.5.1
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
@ -18,7 +18,7 @@ services:
|
|||||||
- 53
|
- 53
|
||||||
- 53/udp
|
- 53/udp
|
||||||
- ${PANEL_APP_PORT_HTTP}
|
- ${PANEL_APP_PORT_HTTP}
|
||||||
image: pihole/pihole:2025.02.5
|
image: pihole/pihole:2025.02.6
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
network_mode: host
|
network_mode: host
|
@ -9,7 +9,7 @@ services:
|
|||||||
- .env
|
- .env
|
||||||
environment:
|
environment:
|
||||||
- TZ=Asia/Shanghai
|
- TZ=Asia/Shanghai
|
||||||
image: pihole/pihole:2025.02.5
|
image: pihole/pihole:2025.02.6
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
@ -14,7 +14,7 @@ services:
|
|||||||
- DISPLAY_TIMEZONE=Asia/Shanghai
|
- DISPLAY_TIMEZONE=Asia/Shanghai
|
||||||
- DB_CONNECTION=sqlite
|
- DB_CONNECTION=sqlite
|
||||||
- MAIL_MAILER=sqlite
|
- MAIL_MAILER=sqlite
|
||||||
image: linuxserver/speedtest-tracker:1.2.4
|
image: linuxserver/speedtest-tracker:1.2.5
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
network_mode: ${NETWORK_MODE}
|
network_mode: ${NETWORK_MODE}
|
@ -12,7 +12,7 @@ services:
|
|||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=Asia/Shanghai
|
- TZ=Asia/Shanghai
|
||||||
- DISPLAY_TIMEZONE=Asia/Shanghai
|
- DISPLAY_TIMEZONE=Asia/Shanghai
|
||||||
image: linuxserver/speedtest-tracker:1.2.4
|
image: linuxserver/speedtest-tracker:1.2.5
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
network_mode: ${NETWORK_MODE}
|
network_mode: ${NETWORK_MODE}
|
Loading…
x
Reference in New Issue
Block a user