mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-14 05:12:19 +08:00
feat:调整openspeedtest的适配
This commit is contained in:
parent
846ed56022
commit
806a0241bb
3
apps/openspeedtest/2.0.4/.env.sample
Normal file
3
apps/openspeedtest/2.0.4/.env.sample
Normal file
@ -0,0 +1,3 @@
|
||||
CONTAINER_NAME="openspeedtest"
|
||||
PANEL_APP_PORT_HTTP="40188"
|
||||
PANEL_APP_PORT_HTTPS="40189"
|
@ -1,6 +1,6 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 3000
|
||||
- default: 40188
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: HTTP Port
|
||||
@ -8,7 +8,7 @@ additionalProperties:
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 3001
|
||||
- default: 40189
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTPS
|
||||
labelEn: HTTPS Port
|
||||
|
@ -1,14 +1,14 @@
|
||||
version: '3.3'
|
||||
version: '3'
|
||||
services:
|
||||
speedtest:
|
||||
image: openspeedtest/latest:v2.0.4
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:3000
|
||||
- ${PANEL_APP_PORT_HTTPS}:3000
|
||||
- ${PANEL_APP_PORT_HTTPS}:3001
|
||||
image: openspeedtest/latest:v2.0.4
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
|
@ -1,13 +1,20 @@
|
||||
name: OpenSpeedTest
|
||||
tags:
|
||||
- 工具
|
||||
title: 免费且免费开源 HTML5 网络性能评估工具
|
||||
type: 工具
|
||||
description: 免费且免费开源 HTML5 网络性能评估工具
|
||||
additionalProperties:
|
||||
key: openspeedtest
|
||||
name: openspeedtest
|
||||
name: OpenSpeedTest
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: SpeedTest - 免费且免费开源 HTML5 网络性能评估工具
|
||||
shortDescEn: SpeedTest - Free & Open-Source HTML5 Network Performance Estimation Tool
|
||||
shortDescZh: 免费且免费开源 HTML5 网络性能评估工具
|
||||
shortDescEn: A Free & Open-Source HTML5 Network Performance Estimation Tool
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
website: https://openspeedtest.com/
|
||||
recommend: 0
|
||||
website: https://openspeedtest.com
|
||||
github: https://github.com/openspeedtest/Speed-Test
|
||||
document: https://github.com/openspeedtest/Speed-Test
|
3
apps/openspeedtest/latest/.env.sample
Normal file
3
apps/openspeedtest/latest/.env.sample
Normal file
@ -0,0 +1,3 @@
|
||||
CONTAINER_NAME="openspeedtest"
|
||||
PANEL_APP_PORT_HTTP="40188"
|
||||
PANEL_APP_PORT_HTTPS="40189"
|
18
apps/openspeedtest/latest/data.yml
Normal file
18
apps/openspeedtest/latest/data.yml
Normal file
@ -0,0 +1,18 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 40188
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: HTTP Port
|
||||
labelZh: HTTP 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 40189
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTPS
|
||||
labelEn: HTTPS Port
|
||||
labelZh: HTTPS 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
17
apps/openspeedtest/latest/docker-compose.yml
Normal file
17
apps/openspeedtest/latest/docker-compose.yml
Normal file
@ -0,0 +1,17 @@
|
||||
version: '3'
|
||||
services:
|
||||
speedtest:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:3000
|
||||
- ${PANEL_APP_PORT_HTTPS}:3001
|
||||
image: openspeedtest/latest:latest
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
Binary file not shown.
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 7.7 KiB |
Loading…
Reference in New Issue
Block a user