gwcgi
1.0.0
Web interface to Greaseweazle host tools.
The only sensible use case I can think of is something like mine, in which my Greaseweazle and thus drives are connected to a PC other than the one at my desk. (To be fair, this was $80 cheaper than a dual 5¼″ drive bay enclosure.)

Dependencies:
If Greaseweazle isn’t installed to your PATH, edit gw-wrapper.sh
to reflect its location.
/var/www/gwcgi, and cd to that directory.
(From here on, this directory will just be called /path/to/gwcgi
for sanity.)/path/to/gwcgi.images, i.e. /path/to/gwcgi/images.
Make it writable by the user which will be running index.cgi
(probably www or apache or something).config.ini.sample to config.ini, and edit the values
for the websocket address and Greaseweazle device accordingly.gw-wrapper.sh might be vulnerable
to something like this:
args=--help; cat /etc/passwd
./gw $args
#./gw --help; cat /etc/passwd