No description
Find a file
Derick Phan 9bb2651551 Fix about page showing stale tag count after tag removal
Count tags from page_tags instead of the tags table, which retains
orphaned rows when tags are removed from pages.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-06-05 04:57:54 +00:00
.gitignore Migrate TinyWeb to Reticulum mesh network 2026-06-05 04:57:53 +00:00
app.py Bind HTTP server to 0.0.0.0 for remote access 2026-06-05 04:57:54 +00:00
db.py Strip tracking params from URLs and add tags/collections 2026-06-05 04:57:54 +00:00
gateway.py Single-command startup and fix bookmarklet 2026-06-05 04:57:54 +00:00
handlers.py Fix about page showing stale tag count after tag removal 2026-06-05 04:57:54 +00:00
index.db Bind to 0.0.0.0 and use dynamic Host header for bookmarklet 2026-06-05 04:57:53 +00:00
README.md first commit 2026-06-05 04:57:53 +00:00
requirements.txt Migrate TinyWeb to Reticulum mesh network 2026-06-05 04:57:53 +00:00
rns_client.py Add Reticulum-native subscriptions and sync-based distributed search 2026-06-05 04:57:53 +00:00
templates.py Migrate TinyWeb to Reticulum mesh network 2026-06-05 04:57:53 +00:00