diff options
author | kolaente <k@knt.li> | 2023-01-23 17:32:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-23 17:32:15 +0000 |
commit | d3981aa60dda70e218ffa77a84bf82830a2a9e8a (patch) | |
tree | 51d712f41b0194bc77761c1d13707b80c39cf307 | |
parent | Add smartdns to DNS section (#3509) (diff) | |
download | awesome-selfhosted-d3981aa60dda70e218ffa77a84bf82830a2a9e8a.tar.gz awesome-selfhosted-d3981aa60dda70e218ffa77a84bf82830a2a9e8a.zip |
Add Dokku to section serverless (#3347)
Co-authored-by: nodiscc <nodiscc@gmail.com>
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1794,6 +1794,7 @@ Software for easy installation, management and configuration of self-hosted serv [Serverless computing - Wikipedia](https://en.wikipedia.org/wiki/Serverless_computing). - [Appwrite](https://appwrite.io) - End to end backend server for web, native, and mobile developers 🚀. ([Source Code](https://github.com/appwrite/appwrite)) `BSD-3-Clause` `PHP` +- [Dokku](https://dokku.com/) - An open source PAAS alternative to Heroku. ([Source Code](https://github.com/dokku/dokku)) `MIT` `Docker/Shell/Go` - [Coolify](https://coolify.io/) - An open-source & self-hostable Heroku / Netlify alternative (and even more). ([Demo](https://demo.coolify.io/), [Source Code](https://github.com/coollabsio/coolify)) `Apache-2.0` `Docker` - [fx](https://github.com/metrue/fx) - A tool to help you do Function as a Service with painless on your own servers. `MIT` `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` |