Self-hosted SSH + SFTP + RDP in a browser — MobaXterm replacement
Go to file
Vantz Stockwell 8b891dca00 feat: wire all services into Wails app entry point
Create WraithApp struct in internal/app that initializes SQLite,
runs migrations, seeds themes, and exposes vault management methods
(IsFirstRun, CreateVault, Unlock, IsUnlocked) to the frontend.
Register WraithApp, ConnectionService, ThemeService, and SettingsService
as Wails v3 bound services.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-17 06:28:32 -04:00
docs Merge branch 'worktree-agent-a866869e' into feat/phase1-foundation 2026-03-17 06:22:06 -04:00
frontend Merge branch 'worktree-agent-a866869e' into feat/phase1-foundation 2026-03-17 06:22:06 -04:00
images feat: convert Settings to right sidebar panel, remove light mode 2026-03-13 10:25:24 -04:00
internal feat: wire all services into Wails app entry point 2026-03-17 06:28:32 -04:00
.gitignore chore: exclude .claude worktrees from git 2026-03-17 06:22:18 -04:00
go.mod Merge branch 'worktree-agent-a866869e' into feat/phase1-foundation 2026-03-17 06:22:06 -04:00
go.sum feat: vault service — Argon2id key derivation + AES-256-GCM encrypt/decrypt 2026-03-17 06:16:23 -04:00
LICENSE feat: Wails v3 + Vue 3 project scaffold with Tailwind dark theme 2026-03-17 06:11:19 -04:00
main.go feat: wire all services into Wails app entry point 2026-03-17 06:28:32 -04:00