github kutovoys/xray-checker v0.3.1

5 days ago

Release Notes: Custom Base Path Support for Metrics

Major Changes

  • Added support for serving metrics and monitoring interface under a custom base path
    • New configuration option METRICS_BASE_PATH allows specifying a custom URL path
    • Example: Set to /xray/monitor to serve metrics at http://your-domain.com/xray/monitor

Configuration Updates

  • Added new configuration options:
    • Environment variable: METRICS_BASE_PATH
    • CLI flag: --metrics-base-path
    • Default value: "" (empty string, serves at root path)

Documentation Improvements

  • Added new section "Configuration for steal-from-yourself domain" with detailed nginx setup instructions
  • Updated Docker and CLI usage examples to include the new base path parameter
  • Added documentation for the new METRICS_BASE_PATH parameter in both English and Russian

New Contributors

Full Changelog: v0.3.0...v0.3.1

Don't miss a new xray-checker release

NewReleases is sending notifications on new releases.