docs: Add Features & Telegram buttons to xray-checker in Awesome Remnawave

- Create xray-checker.md with key features
  - Add Telegram group link
  - Add expandable Features & More Info section
This commit is contained in:
Sergey Kutovoy
2026-01-06 20:10:41 +05:00
parent 853dd3bfba
commit 4a9ba739c2
2 changed files with 21 additions and 2 deletions

View File

@@ -23,6 +23,7 @@ import WarpNativeInstallerGuide from '/docs/awesome-remnawave/\_install-guides/w
import RemnavaweBedolagaBotGuide from '/docs/awesome-remnawave/\_install-guides/remnawave-bedolaga-bot.md'
import RemnashopGuide from '/docs/awesome-remnawave/\_install-guides/remnashop.md'
import RemnawaveBackuperGuide from '/docs/awesome-remnawave/\_install-guides/remnawave-backuper.md'
import XrayCheckerGuide from '/docs/awesome-remnawave/\_install-guides/xray-checker.md'
<HeroSection
title="❤️ Awesome Remnawave"
@@ -59,9 +60,12 @@ import RemnawaveBackuperGuide from '/docs/awesome-remnawave/\_install-guides/rem
githubRepo="kutovoys/xray-checker"
links={{
github: 'https://github.com/kutovoys/xray-checker',
docs: 'https://xray-checker.kutovoy.dev/'
docs: 'https://xray-checker.kutovoy.dev/',
telegram: 'https://t.me/+FvF4gjr_JLZiOGEy'
}}
/>
>
<XrayCheckerGuide />
</ProjectCard>
</CategorySection>
<CategorySection

View File

@@ -0,0 +1,15 @@
### Key Features
* **Health Monitoring** Monitor the health of Xray proxy servers with support for various protocols (VLESS, VMess, Trojan, Shadowsocks)
* **Automatic Updates** Automatic proxy configuration updates from subscription URLs with configurable intervals
* **Metrics Export** Prometheus-format metrics export displaying proxy status and latency data
* **Web Interface** Dashboard with dark/light theme modes featuring search, filtering, sorting, and auto-refresh capabilities
* **REST API** REST API with OpenAPI/Swagger documentation
* **Flexible Input** Support for URL subscriptions, Base64-encoded strings, V2Ray/Xray JSON files, JSON arrays, and configuration folders
* **Monitoring Integration** Automatic endpoint generation for integration with monitoring systems (e.g., Uptime-Kuma)
* **Latency Simulation** Test endpoints with configurable latency responses
* **Prometheus Pushgateway** Send metrics to external monitoring platforms
* **Multiple Check Methods** Three verification approaches: IP comparison, HTTP status checks, and file download verification
* **Latency Measurement** TTFB-based (Time To First Byte) measurement for accurate performance data
* **Authentication** Protect metrics and web interface using Basic Authentication
* **Multi-Platform Deployment** Docker container or standalone CLI application options