feat:调整pageSpy

This commit is contained in:
okxlin 2024-10-19 02:06:58 +08:00
parent a4844053c4
commit 41f0485ebf
8 changed files with 37 additions and 6 deletions

View File

@ -0,0 +1,2 @@
CONTAINER_NAME="pagespy"
PANEL_APP_PORT_HTTP=6752

View File

@ -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:

View File

@ -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

View File

@ -0,0 +1,2 @@
CONTAINER_NAME="pagespy"
PANEL_APP_PORT_HTTP=6752

View 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

View 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