@hackage keter0.4.0
Web application deployment manager, focusing on Haskell web frameworks
Categories
License
MIT
Maintainer
michael@snoyman.com
Links
Versions
Installation
Dependencies (38)
- array
- attoparsec >=0.10
- base >=4 && <5
- blaze-builder >=0.3 && <0.4
- bytestring
- case-insensitive Show all…
Dependents (1)
@hackage/acme-everything
Handles deployment of web apps, providing a reverse proxy to achieve zero downtime deployments. For more information, please see the README on Github: https://github.com/snoyberg/keter#readme
Release history:
- 0.4.0
- Switch to fsnotify to get cross-platform support. No longer using raw proxies, but instead WAI proxies.
- 0.3.7
- Sending a HUP signal reloads the list of deployed apps. This is useful for circumstances where inotify does not work correctly, such as on file systems which do not support it.
- 0.3.5
- You can now create Keter bundles without any applications. These can contain static hosts and redirects.