{% extends "base.html" %} {% block content %}
{{ request.app.state.stats_url if request.app.state is defined else "configured URL" }}.
Make sure stats.enabled and stats.listen are set in your Nebula config.
{{ stats | tojson(indent=2) }}
| Overlay IP | Remote Addrs | Index | Relay? |
|---|---|---|---|
| {{ overlay_ip }} | {% for addr in host.get("RemoteAddrs", []) %} {{ addr }} {% else %} none {% endfor %} | {{ host.get("LocalIndex", "—") }} | {% if host.get("Relay") %} relay {% else %} no {% endif %} |
{{ hostmap | tojson(indent=2) }}