@hackage keter2.1.9
Web application deployment manager, focusing on Haskell web frameworks. It mitigates downtime.
Categories
License
MIT
Maintainer
michael@snoyman.com
Links
Versions
Installation
Dependencies (48)
- array >=0.5.4 && <0.6
- base >=4 && <5
- bytestring >=0.10.12 && <0.12 || ^>=0.12.0.0
- containers ^>=0.6.4 || ^>=0.7
- directory >=1.3.6 && <1.4
- filepath >=1.4.2 && <1.6 Show all…
Dependents (1)
@hackage/acme-everything
Deployment system for web applications, originally intended for hosting Yesod applications. It binds to the main port (usually port 80) and reverse proxies requests to your application based on virtual hostnames. It provides SSL support if requested. It automatically launches applications, monitors processes, and relaunches any processes which die. It also provides graceful redeployment support, which mitigates downtime.