> cat /dev/github | grep security-tools
discovered 03 Aug 2026

webify

via awesome-list
→ View on GitHub
`webify` is a lightweight CGI server that transforms functions or commands into web services by forwarding HTTP requests to a specified script. It operates with minimal configuration, invoking the script and relaying the standard input and output as HTTP request and response bodies, respectively. Notably, it supports Docker deployment and can be easily configured with environment variables for flexible use cases.