{% extends "base.html" %} {% block title %}Self-Registration Status — Admin{% endblock %} {% block content %}
Status of THIS BBS's registration against the upstream federation hub.
{{ hub or '(not set)' }}REGISTRY_SELF_REGISTER=true
{% endif %}
{{ meta.host or '(blank)' }}We have not yet contacted the hub. The daemon registers automatically on next tick; click below to force it now.
{% else %} {% if state.last_register_at %}Last register: {{ state.last_register_at }}
Last heartbeat: {{ state.last_heartbeat_at }}
Hub status: {% if resp.status == 'listed' %} listed ✓ {% elif resp.status == 'pending_verification' %} awaiting email verify {% elif resp.status == 'pending_approval' %} awaiting hub sysop approval {% else %} {{ resp.status }} {% endif %}
{% endif %} {% if state.verify_url %}anetbbs.lst.
{{ resp.message }}
{% endif %} {% endif %}