No description
Find a file
lichenblankie baf86a9d3a Single-command startup and fix bookmarklet
app.py now auto-starts the gateway HTTP server in a daemon thread,
so users only need `python app.py` to get everything running. The
gateway calls dispatch_request directly when co-located (local mode)
instead of trying to establish an RNS link to itself. Bookmarklet
hardcoded to localhost:8080. gateway.py still works standalone for
connecting to remote instances.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-06-05 05:06:10 +00:00
.gitignore Migrate TinyWeb to Reticulum mesh network 2026-06-05 05:06:10 +00:00
app.py Single-command startup and fix bookmarklet 2026-06-05 05:06:10 +00:00
db.py Add Reticulum-native subscriptions and sync-based distributed search 2026-06-05 05:06:10 +00:00
gateway.py Single-command startup and fix bookmarklet 2026-06-05 05:06:10 +00:00
handlers.py Single-command startup and fix bookmarklet 2026-06-05 05:06:10 +00:00
index.db Bind to 0.0.0.0 and use dynamic Host header for bookmarklet 2026-06-05 05:06:10 +00:00
README.md first commit 2026-06-05 05:06:10 +00:00
requirements.txt Migrate TinyWeb to Reticulum mesh network 2026-06-05 05:06:10 +00:00
rns_client.py Add Reticulum-native subscriptions and sync-based distributed search 2026-06-05 05:06:10 +00:00
templates.py Migrate TinyWeb to Reticulum mesh network 2026-06-05 05:06:10 +00:00