feat: implement Remote WinBox worker, API, frontend integration, OpenBao persistence, and supporting docs

This commit is contained in:
Jason Staack
2026-03-14 09:05:14 -05:00
parent 7af08276ea
commit 970501e453
86 changed files with 3440 additions and 3764 deletions

5
winbox-worker/go.mod Normal file
View File

@@ -0,0 +1,5 @@
module github.com/the-other-dude/winbox-worker
go 1.22
require github.com/google/uuid v1.6.0