✨ New Features
🏷️ Embeddable Status Badges
You can now embed individual proxy status badges anywhere using simple URL parameters. Perfect for status pages, dashboards, documentation, or README files.
https://your-server.com/?stableId=abc123&theme=light&variant=pill
Available parameters:
| Parameter | Values | Description |
|---|---|---|
stableId
| {id}
| Proxy identifier (required) |
theme
| dark, light
| Color theme |
variant
| default, flat, pill, dot
| Badge style |
size
| sm, md, lg
| Badge size |
rounded
| none, sm, md, lg, full
| Corner rounding |
showName
| true, false
| Toggle name display |
showLatency
| true, false
| Toggle latency display |
width / height
| number | Custom dimensions in pixels |
🎨 Page Customization via URL
Customize the dashboard view using URL parameters for seamless embedding:
hideHeader=true— Hide header with logo and controlshideStats=true— Hide statistics cardshideServersHeader=true— Hide "Servers" headinghideControls=true— Hide search and filtershideProxies=true— Hide proxy listhideStatusInfo=true— Hide technical info footerhideFooter=true— Hide page footerhideBackground=true— Transparent background
Example: Minimal embed
https://your-server.com/?hideHeader=true&hideFooter=true&hideBackground=true
📡 Custom Subscription Request Headers
Subscription fetch requests now include custom headers(HWID):
| Header | Value |
|---|---|
User-Agent
| Xray-Checker
|
X-Device-OS
| CheckerOS
|
X-Ver-OS
| {version}
|
X-Device-Model
| Xray-Checker Pro Max
|
X-Hwid
| {hwid}
|
🐛 Bug Fixes
- Fixed race condition in endpoint registration that could cause panic under concurrent requests
📚 Documentation
- Added Public Status Page guide
- Added Badge System documentation with interactive Playground