feat: simplify config to use status_url instead of relay:// format #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/status-url-config"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The device-id in the relay:// URL was never used for fetching stats.
Config now uses the direct status endpoint URL:
Before: url: "relay://1.2.3.4:22067/?id=ABC123-..."
After: status_url: "http://1.2.3.4:22070/status"
Changes: