{% extends "base.html" %} {% block content %}

About

Identity, version, and build info for this Vendora SBC. Useful when filing a bug or asking for support — copy the version + git hash so the team knows exactly which build you're on.

Identity

VND-ID {% if data.vnd_id %} {{ data.vnd_id }} {% else %} — not yet generated
VND-ID is generated on first license-server contact. Until then this device has no global identity.
{% endif %}
Hostname {{ data.hostname }}

Build

{% if data.git.hash %} {% else %} {% endif %}
SBC version SBC-{{ data.sbc_version }}
Git commit {{ data.git.hash }} {% if data.git.subject %}
{{ data.git.subject }}
{% endif %}
Commit date {{ data.git.date }}
Git commit — not a git checkout

Runtime

System uptime {{ data.system_uptime }}
Admin started {{ data.admin_started_at_iso }} ({{ data.admin_uptime }} ago)

Links

Vendora SBC — coin-operated WiFi vending.

{% endblock %}