rMesh frontend - mesh networking dashboard for rSpace
Go to file
Jeff Emmett f0771a1ce4 Initial commit: rMesh frontend for rSpace
Next.js 16 rApp with dual-stack mesh networking dashboard:
- MeshCore status, contacts, and LoRa messages
- Reticulum status, topology, LXMF messaging
- Node registration for hardware tracking
- EncryptID auth, Prisma/Postgres, Traefik routing
- Serves at rspace.online/rmesh

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-06 16:42:22 +00:00
prisma Initial commit: rMesh frontend for rSpace 2026-04-06 16:42:22 +00:00
src Initial commit: rMesh frontend for rSpace 2026-04-06 16:42:22 +00:00
.dockerignore Initial commit: rMesh frontend for rSpace 2026-04-06 16:42:22 +00:00
.env.example Initial commit: rMesh frontend for rSpace 2026-04-06 16:42:22 +00:00
.gitignore Initial commit: rMesh frontend for rSpace 2026-04-06 16:42:22 +00:00
Dockerfile Initial commit: rMesh frontend for rSpace 2026-04-06 16:42:22 +00:00
components.json Initial commit: rMesh frontend for rSpace 2026-04-06 16:42:22 +00:00
docker-compose.yml Initial commit: rMesh frontend for rSpace 2026-04-06 16:42:22 +00:00
entrypoint.sh Initial commit: rMesh frontend for rSpace 2026-04-06 16:42:22 +00:00
eslint.config.mjs Initial commit: rMesh frontend for rSpace 2026-04-06 16:42:22 +00:00
next.config.ts Initial commit: rMesh frontend for rSpace 2026-04-06 16:42:22 +00:00
package.json Initial commit: rMesh frontend for rSpace 2026-04-06 16:42:22 +00:00
postcss.config.mjs Initial commit: rMesh frontend for rSpace 2026-04-06 16:42:22 +00:00
tsconfig.json Initial commit: rMesh frontend for rSpace 2026-04-06 16:42:22 +00:00