diff --git a/apps/web-check/1.0.0/data.yml b/apps/web-check/1.0.0/data.yml new file mode 100644 index 00000000..cfb38cff --- /dev/null +++ b/apps/web-check/1.0.0/data.yml @@ -0,0 +1,10 @@ +additionalProperties: + formFields: + - default: 40095 + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: Port + labelZh: 端口 + required: true + rule: paramPort + type: number diff --git a/apps/web-check/1.0.0/docker-compose.yml b/apps/web-check/1.0.0/docker-compose.yml new file mode 100644 index 00000000..cba4bc90 --- /dev/null +++ b/apps/web-check/1.0.0/docker-compose.yml @@ -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 diff --git a/apps/web-check/README.md b/apps/web-check/README.md new file mode 100644 index 00000000..83778d0f --- /dev/null +++ b/apps/web-check/README.md @@ -0,0 +1,13 @@ +# web-check + +`web-check` 是一个用于自动化检查和监控 Web 应用程序的工具。它可以用于验证网站的可用性、性能和内容的一致性,并在检测到问题时发出警报。 + +## 特征: + +1. **可用性监控**:持续监控网站的可用性,确保网站在用户访问时是可用的。 +2. **性能监控**:测量网站的加载时间和响应时间,帮助识别性能瓶颈。 +3. **内容验证**:检查页面内容的一致性,确保关键元素和文本始终按预期显示。 +4. **警报通知**:在检测到问题时,通过邮件、短信或其他通知方式发出警报。 +5. **易于配置**:通过简单的配置文件设置监控参数,无需复杂的编码。 +6. **可扩展性**:支持插件和自定义脚本,满足特定的监控需求。 +7. **报告生成**:生成详细的监控报告,帮助分析和追踪问题。 diff --git a/apps/web-check/data.yml b/apps/web-check/data.yml new file mode 100644 index 00000000..3783e78e --- /dev/null +++ b/apps/web-check/data.yml @@ -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 diff --git a/apps/web-check/logo.png b/apps/web-check/logo.png new file mode 100644 index 00000000..3f0acf17 Binary files /dev/null and b/apps/web-check/logo.png differ