feat: 上架 Web-Check (#1711)

This commit is contained in:
wanghe 2024-07-08 09:46:43 +08:00 committed by GitHub
parent 0bd3fc483e
commit b160066737
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 57 additions and 0 deletions

View File

@ -0,0 +1,10 @@
additionalProperties:
formFields:
- default: 40095
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number

View File

@ -0,0 +1,14 @@
services:
web-check:
container_name: ${CONTAINER_NAME}
image: lissy93/web-check:1.0.0
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:3000
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true

13
apps/web-check/README.md Normal file
View File

@ -0,0 +1,13 @@
# web-check
`web-check` 是一个用于自动化检查和监控 Web 应用程序的工具。它可以用于验证网站的可用性、性能和内容的一致性,并在检测到问题时发出警报。
## 特征:
1. **可用性监控**:持续监控网站的可用性,确保网站在用户访问时是可用的。
2. **性能监控**:测量网站的加载时间和响应时间,帮助识别性能瓶颈。
3. **内容验证**:检查页面内容的一致性,确保关键元素和文本始终按预期显示。
4. **警报通知**:在检测到问题时,通过邮件、短信或其他通知方式发出警报。
5. **易于配置**:通过简单的配置文件设置监控参数,无需复杂的编码。
6. **可扩展性**:支持插件和自定义脚本,满足特定的监控需求。
7. **报告生成**:生成详细的监控报告,帮助分析和追踪问题。

20
apps/web-check/data.yml Normal file
View File

@ -0,0 +1,20 @@
name: Web-Check
tags:
- 工具
title: 用于分析任何网站的多合一 OSINT 工具
type: 工具
description: 用于分析任何网站的多合一 OSINT 工具
additionalProperties:
key: web-check
name: Web-Check
tags:
- Tool
shortDescZh: 用于分析任何网站的多合一 OSINT 工具
shortDescEn: All-in-one OSINT tool for analysing any website
type: tool
crossVersionUpdate: true
limit: 0
recommend: 0
website: https://web-check.xyz/
github: https://github.com/lissy93/web-check
document: https://github.com/lissy93/web-check

BIN
apps/web-check/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB