← Back to match
shell2http
HTTP server that executes shell commands and returns their output, set up with just a URL path and a shell command.
Desktopfreeglobal
An HTTP server that maps a URL path to a shell command and returns the command's stdout, configured with a single command-line invocation. It removes the need to write a small web wrapper or run a full framework when a simple remote-triggered command is needed, aimed at developers prototyping scripts and sysadmins automating tasks. Intended for self-hosted, prototyping use rather than production APIs requiring authentication; open-source under the MIT license with Docker support.
Categories
developer toolsself-hosted tools

