No description
Find a file
lichenblankie 02450b0865 added custom template editor, cleaned up UI
- Replace CSS-only customization with full HTML template editing
- Users edit the entire page wrapper with {{content}} placeholder
- Add /style?reset escape hatch to recover from broken templates
- Move nav links to template, remove redundant nav from search page
- Delete remote pages when unsubscribing from an instance
2026-06-05 05:29:35 +00:00
.gitignore ported everything to Reticulum mesh 2026-06-05 05:29:35 +00:00
app.py bound to 0.0.0.0 for remote access 2026-06-05 05:29:35 +00:00
db.py stripped tracking params, added tags 2026-06-05 05:29:35 +00:00
gateway.py single-command startup 2026-06-05 05:29:35 +00:00
handlers.py added custom template editor, cleaned up UI 2026-06-05 05:29:35 +00:00
index.db added custom template editor, cleaned up UI 2026-06-05 05:29:35 +00:00
README.md first commit 2026-06-05 05:22:37 +00:00
requirements.txt ported everything to Reticulum mesh 2026-06-05 05:29:35 +00:00
rns_client.py wired up mesh subscriptions + search 2026-06-05 05:29:35 +00:00
templates.py added custom template editor, cleaned up UI 2026-06-05 05:29:35 +00:00