Add example members.json file for web dashboard

Remove members.json from .gitignore to provide a sample configuration
that users can customize for their network member listings.
This commit is contained in:
Claude
2025-12-03 15:28:03 +00:00
parent caa67059a3
commit 84b57a211f
2 changed files with 10 additions and 1 deletions

1
.gitignore vendored
View File

@@ -210,4 +210,3 @@ __marimo__/
# MeshCore Hub specific
*.db
meshcore.db
members.json

10
docker/members.json Normal file
View File

@@ -0,0 +1,10 @@
{
"members": [
{
"name": "Example Member",
"callsign": "N0CALL",
"role": "Network Operator",
"description": "Example member entry"
}
]
}