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
```
polinux•11h ago
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).