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

About

Identity, version, and build info for this Vendora SBC.

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 }}
Device role {% if data.device_role == 'server' %} Server — router / API only (no coin slot) {% else %} Vendo — has a coin slot {% endif %} {% if data.board and data.board != '—' %}
{{ data.board }}
{% endif %}

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 %}