Skip to content

v0.2.14

Choose a tag to compare

@andlo andlo released this 26 Jul 20:37
· 2 commits to main since this release

Added

  • Reverse proxy / tunnel options — makes MeshCentral fully usable behind Cloudflare Tunnel, NGINX Proxy Manager, Traefik, etc. (thanks @ddcash, #9):
    • alias_port — the publicly visible HTTPS port (e.g. 443 behind Cloudflare Tunnel). Without it, agent installers point at port 4430 and agents behind a proxy can never connect.
    • agent_alias_port / agent_alias_dns — same aliasing for the dedicated agent port
    • agent_pong / browser_pong — WebSocket keepalive intervals; needed behind proxies that drop idle connections (Cloudflare: ~100 s)
  • minify — serve reduced-size web pages
  • config_override — advanced: raw JSON object deep-merged on top of the generated config.json as the last step, making every MeshCentral setting reachable even without a dedicated add-on option

All new options default to off/empty — no behavior change for existing installs.

Note: this is #9 without the OIDC single sign-on feature it was originally stacked on — that's staying separate as #8 until an admin-panel issue reported there gets sorted out.