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:
|
||||
pageSpy:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
image: ghcr.io/huolalatech/page-spy-web:latest
|
||||
image: "ghcr.io/huolalatech/page-spy-web:v1.9.5"
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
@ -1,19 +1,19 @@
|
||||
name: PageSpy
|
||||
tags:
|
||||
- 实用工具
|
||||
- 开发工具
|
||||
title: 支持远程调试多平台的开源工具
|
||||
description: 像使用浏览器控制台调试一样简单
|
||||
additionalProperties:
|
||||
key: pagespy
|
||||
name: PageSpy
|
||||
tags:
|
||||
- Tool
|
||||
- DevTool
|
||||
shortDescZh: 支持远程调试多平台的开源工具
|
||||
shortDescEn: Open-source tool supporting remote debugging for multi-platform projects
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 10
|
||||
recommend: 0
|
||||
website: https://pagespy.org
|
||||
github: https://github.com/HuolalaTech/page-spy-web
|
||||
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