diff options
author | reddec <owner@reddec.net> | 2020-06-11 08:20:25 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-11 08:20:25 +0000 |
commit | 7a8f5a0119949e29bc730c4216c3b932d894d306 (patch) | |
tree | 006d045a39a89843b45b02de4b647032b09dda8b /README.md | |
parent | Merge pull request #2113 from tomsaleeba/patch-1 (diff) | |
download | awesome-selfhosted-7a8f5a0119949e29bc730c4216c3b932d894d306.tar.gz awesome-selfhosted-7a8f5a0119949e29bc730c4216c3b932d894d306.zip |
Add Trsuted-CGI
Add trusted-cgi project
Source code: https://github.com/reddec/trusted-cgi
Documentation: https://trusted-cgi.reddec.net/
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1395,6 +1395,7 @@ _See [awesome-sysadmin/Continuous Integration & Continuous Deployment](https://g - [IronFunctions](https://github.com/iron-io/functions) - The serverless microservices platform by [iron.io](https://www.iron.io/). `Apache-2.0` `Go` - [LocalStack](https://localstack.cloud/) - LocalStack is a fully functional local AWS cloud stack. This includes Lambda for serverless computation. ([Source Code](https://github.com/localstack/localstack)) `Apache-2.0` `Python/Other` - [OpenFaaS](https://www.openfaas.com/) - Serverless Functions Made Simple for Docker & Kubernetes. ([Source Code](https://github.com/openfaas/faas)) `MIT` `Go` +- [Trusted-CGI](https://github.com/reddec/trusted-cgi) - Lightweight self-hosted lambda/applications/cgi/serverless-functions platform. `MIT` `Go` ### API Management |