Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 上架 Web-Check #1711

Merged
merged 1 commit into from
Jul 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
feat: 上架 Web-Check
  • Loading branch information
wanghe-fit2cloud committed Jul 5, 2024
commit 1f05777488729c4826a7d17426b9ffa13411a578
10 changes: 10 additions & 0 deletions apps/web-check/1.0.0/data.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
additionalProperties:
formFields:
- default: 40095
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
14 changes: 14 additions & 0 deletions apps/web-check/1.0.0/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -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 changes: 13 additions & 0 deletions apps/web-check/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# web-check

`web-check` 是一个用于自动化检查和监控 Web 应用程序的工具。它可以用于验证网站的可用性、性能和内容的一致性,并在检测到问题时发出警报。

## 特征:

1. **可用性监控**:持续监控网站的可用性,确保网站在用户访问时是可用的。
2. **性能监控**:测量网站的加载时间和响应时间,帮助识别性能瓶颈。
3. **内容验证**:检查页面内容的一致性,确保关键元素和文本始终按预期显示。
4. **警报通知**:在检测到问题时,通过邮件、短信或其他通知方式发出警报。
5. **易于配置**:通过简单的配置文件设置监控参数,无需复杂的编码。
6. **可扩展性**:支持插件和自定义脚本,满足特定的监控需求。
7. **报告生成**:生成详细的监控报告,帮助分析和追踪问题。
20 changes: 20 additions & 0 deletions apps/web-check/data.yml
Original file line number Diff line number Diff line change
@@ -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
Binary file added apps/web-check/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.