I built this to avoid constantly SSH-ing into servers for routine tasks.
It's a single Go binary with embedded React frontend. Run commands locally or on remote servers via SSH, manage keys and servers through a web UI, store scripts with execution presets.
Quick start: ``` docker run -d -p 7777:7777 polinux/web-cli ```
Stack: Go, React/MUI, SQLite. Everything encrypted at rest (AES-256-GCM). Multi-arch Docker image (amd64/arm64).
mystifyingpoi•11h ago
So, instead of just running
you prefer clicking around in a web-based graphical interface? I've never understood the idea behind these tools (like Rundeck), except maybe for sharing scripts with other people.