{% extends "base.html" %} {% block title %}{{ network_name }} - Members{% endblock %} {% block content %}
{{ member.description }}
{% endif %} {% if member.contact %}Contact: {{ member.contact }}
{% endif %} {% if member.nodes %}To display network members, create a members.yaml file in your seed directory.
Create a YAML file at $SEED_HOME/members.yaml with the following structure:
members:
- name: John Doe
callsign: AB1CD
role: Network Admin
description: Manages the main repeater node.
contact: john@example.com
nodes:
- public_key: abc123def456... # 64-char hex
node_role: repeater
- name: Jane Smith
role: Member
description: Regular user in the downtown area.
Run meshcore-hub collector seed to import members, or they will be imported automatically on collector startup.