perplexity
  • Joined on 2026-08-03
perplexity pushed to main at admin/NetMapper2026 2026-08-04 20:27:30 +00:00
fa6561de58 Fix demo login credentials and form encoding
perplexity pushed to main at admin/NetMapper2026 2026-08-04 20:25:36 +00:00
a6d0dd6c68 Fix demo login credentials and form encoding
perplexity pushed to main at admin/NetMapper2026 2026-08-04 20:21:37 +00:00
8aae681706 Add basic FastAPI auth and React login gate
perplexity pushed to main at admin/NetMapper2026 2026-08-04 20:19:22 +00:00
998c5246dd Remove WIP tab from frontend, keep roadmap only in repo
perplexity pushed to main at admin/NetMapper2026 2026-08-04 20:11:00 +00:00
12a6dffcb9 Remove WIP blocks from UI, move roadmap to Gitea and add ROADMAP.md
perplexity pushed to main at admin/NetMapper2026 2026-08-04 20:08:41 +00:00
95a6992f62 Add options section and security roadmap to app shell
perplexity pushed to main at admin/NetMapper2026 2026-08-04 20:02:14 +00:00
0dffde8f87 Restore app shell with tabs and WIP sections around inventory
perplexity pushed to main at admin/NetMapper2026 2026-08-04 19:58:35 +00:00
d2fd4d1078 Add clickable relation navigation to inventory panel
perplexity pushed to main at admin/NetMapper2026 2026-08-04 19:55:47 +00:00
92b0136015 Route frontend inventory calls to backend via Vite proxy
perplexity pushed to main at admin/NetMapper2026 2026-08-04 19:54:50 +00:00
3567c17bb1 Revert inventory API to relative paths for Vite dev proxy
perplexity pushed to main at admin/NetMapper2026 2026-08-04 19:53:15 +00:00
d16dcfe66e Use direct backend URLs for inventory API and guard JSON parsing
perplexity pushed to main at admin/NetMapper2026 2026-08-04 19:51:50 +00:00
eb0e7b8f97 Fix inventory UI API paths for current backend routing
perplexity pushed to main at admin/NetMapper2026 2026-08-04 19:25:42 +00:00
8b2ed677a7 Add React inventory UI with tree and node context panel
perplexity pushed to main at admin/NetMapper2026 2026-08-04 19:20:22 +00:00
4466e59684 Add inventory relations model and API structure
perplexity pushed to main at admin/NetMapper2026 2026-08-04 18:55:57 +00:00
69124b31f1 Add Pydantic models and FastAPI router structure for agent and backend
perplexity pushed to main at admin/NetMapper2026 2026-08-03 22:40:26 +00:00
dc1b2ab99b Fix frontend API: use relative /api with Vite proxy to agent
perplexity pushed to main at admin/NetMapper2026 2026-08-03 22:23:02 +00:00
186aae1b5f Add services status view with polling and control actions
perplexity pushed to main at admin/NetMapper2026 2026-08-03 22:13:49 +00:00
be55c35c3a Add minimal control agent and systemd unit templates
perplexity pushed to main at admin/NetMapper2026 2026-08-03 22:06:04 +00:00
871f4d0547 Add basic frontend: sidebar, views and inventory table
perplexity pushed to main at admin/NetMapper2026 2026-08-03 21:42:30 +00:00
00ecb1862d Add backend, worker, deploy docker-compose and CI skeleton