{% extends "base.html" %} {% block title %}Hub Identities — {{ config.BBS_NAME }}{% endblock %} {% block content %}

Hub Identities

Distinct echomail/QWK hub networks this install operates. Most sysops only need the one default identity below — this only matters if you run more than one real hub network (own zone:net, own QWK hub ID, own downstream nodes).

Add Hub Identity Hub Overview
{% with messages = get_flashed_messages(with_categories=true) %} {% for cat, msg in messages %}
{{ msg }}
{% endfor %}{% endwith %}
{% for identity in identities %} {% endfor %}
Name Slug Zone:Net/Hub QWK Hub ID Networks BinkP Nodes QWK Nodes Status
{{ identity.name }} {% if identity.is_default %}default{% endif %} {{ identity.slug }} {% if identity.binkp_zone and identity.binkp_net %} {{ identity.binkp_zone }}:{{ identity.binkp_net }}/{{ identity.binkp_hub_node or 1 }} {% else %}{% endif %} {{ identity.qwk_hub_id or '—' }} {{ identity.networks.count() }} {{ identity.binkp_nodes.count() }} {{ identity.qwk_nodes.count() }} {% if identity.is_active %}active {% else %}inactive{% endif %} {% if not identity.is_default %}
{% endif %} Edit
{% endblock %}