feat: add Meshtastic plugins configuration file with LoDB and LoBBS details

This commit is contained in:
Ben Allfree
2025-11-28 15:06:33 -08:00
parent 828782bf22
commit 34ec4f2651

23
meshtastic-plugins.json Normal file
View File

@@ -0,0 +1,23 @@
{
"lodb": {
"name": "LoDB",
"description": "Micro database for Meshtastic - A synchronous, protobuf-based database for Meshtastic",
"repo": "https://github.com/MeshEnvy/lodb",
"version": "1.0.0",
"author": "benallfree",
"dependencies": {
"meshtastic": ">=2.7.0"
}
},
"lobbs": {
"name": "LoBBS",
"author": "benallfree",
"description": "BBS for Meshtastic right on the firmware - A full bulletin board system that runs entirely inside the Meshtastic firmware",
"repo": "https://github.com/MeshEnvy/lobbs",
"version": "1.0.0",
"dependencies": {
"lodb": ">=1.0.0",
"meshtastic": ">=2.7.0"
}
}
}