reddec / trusted-cgi

Lightweight runner for lambda functions/apps in CGI like mode
https://trusted-cgi.reddec.net
MIT License
228 stars 16 forks source link

Split CLI Tool and Service debian packages #5

Closed TheOneValen closed 9 months ago

TheOneValen commented 3 years ago

First off: awesome project, much less overhead than all the other solutions I tried.

It would be great if the debian packages for the service (trusted-cgi) and the cli tool would be seperate. So you can install it on a server and use it remotely without installing the service, too.

Have a great day!

JosXa commented 3 years ago

Also makes for a cleaner system when you can define an alias that'll simply pull the latest version from DockerHub and run your command with the current directory mounted. I'm looking for something like $ docker run -it --rm --entrypoint /bin/sh reddec/trusted-cgi-cli:latest cgi-ctl <do-something>

reddec commented 3 years ago

Thanks for your support!

reddec commented 9 months ago

Available at least from 0.3.8