mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-13 21:02:18 +08:00
feat:调整pageSpy
This commit is contained in:
parent
a4844053c4
commit
41f0485ebf
2
apps/pagespy/1.9.5/.env.sample
Normal file
2
apps/pagespy/1.9.5/.env.sample
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
CONTAINER_NAME="pagespy"
|
||||||
|
PANEL_APP_PORT_HTTP=6752
|
@ -1,7 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
pageSpy:
|
pageSpy:
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
image: ghcr.io/huolalatech/page-spy-web:latest
|
image: "ghcr.io/huolalatech/page-spy-web:v1.9.5"
|
||||||
networks:
|
networks:
|
||||||
- 1panel-network
|
- 1panel-network
|
||||||
ports:
|
ports:
|
@ -1,19 +1,19 @@
|
|||||||
name: PageSpy
|
name: PageSpy
|
||||||
tags:
|
tags:
|
||||||
- 实用工具
|
- 开发工具
|
||||||
title: 支持远程调试多平台的开源工具
|
title: 支持远程调试多平台的开源工具
|
||||||
description: 像使用浏览器控制台调试一样简单
|
description: 像使用浏览器控制台调试一样简单
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
key: pagespy
|
key: pagespy
|
||||||
name: PageSpy
|
name: PageSpy
|
||||||
tags:
|
tags:
|
||||||
- Tool
|
- DevTool
|
||||||
shortDescZh: 支持远程调试多平台的开源工具
|
shortDescZh: 支持远程调试多平台的开源工具
|
||||||
shortDescEn: Open-source tool supporting remote debugging for multi-platform projects
|
shortDescEn: Open-source tool supporting remote debugging for multi-platform projects
|
||||||
type: tool
|
type: tool
|
||||||
crossVersionUpdate: true
|
crossVersionUpdate: true
|
||||||
limit: 0
|
limit: 0
|
||||||
recommend: 10
|
recommend: 0
|
||||||
website: https://pagespy.org
|
website: https://pagespy.org
|
||||||
github: https://github.com/HuolalaTech/page-spy-web
|
github: https://github.com/HuolalaTech/page-spy-web
|
||||||
document: https://www.pagespy.org/#/docs
|
document: https://www.pagespy.org/#/docs
|
||||||
|
2
apps/pagespy/latest/.env.sample
Normal file
2
apps/pagespy/latest/.env.sample
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
CONTAINER_NAME="pagespy"
|
||||||
|
PANEL_APP_PORT_HTTP=6752
|
10
apps/pagespy/latest/data.yml
Normal file
10
apps/pagespy/latest/data.yml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
additionalProperties:
|
||||||
|
formFields:
|
||||||
|
- default: 6752
|
||||||
|
edit: true
|
||||||
|
envKey: PANEL_APP_PORT_HTTP
|
||||||
|
labelEn: WebUI Port
|
||||||
|
labelZh: 网页端口
|
||||||
|
required: true
|
||||||
|
rule: paramPort
|
||||||
|
type: number
|
17
apps/pagespy/latest/docker-compose.yml
Normal file
17
apps/pagespy/latest/docker-compose.yml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
services:
|
||||||
|
pageSpy:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
image: "ghcr.io/huolalatech/page-spy-web:latest"
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:6752"
|
||||||
|
volumes:
|
||||||
|
- ./log:/app/log
|
||||||
|
- ./data:/app/data
|
||||||
|
restart: always
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
Binary file not shown.
Before Width: | Height: | Size: 9.2 KiB After Width: | Height: | Size: 3.4 KiB |
Loading…
Reference in New Issue
Block a user