keter

Web application deployment manager, focusing on Haskell web frameworks

http://www.yesodweb.com/

Version on this page:1.3.6@rev:3
LTS Haskell 22.21:2.1.5
Stackage Nightly 2024-05-06:2.1.5
Latest on Hackage:2.1.5

See all snapshots keter appears in

MIT licensed by Michael Snoyman
Maintained by [email protected]
This version can be pinned in stack with:keter-1.3.6@sha256:106869a4d3ce079220cb09874cdebe0d900be399588195bc7422d80a63a29923,4792

Module documentation for 1.3.6

  • Codec
    • Codec.Archive
      • Codec.Archive.TempTarball
  • Data
    • Data.Conduit
      • Data.Conduit.LogFile
      • Data.Conduit.Process
        • Data.Conduit.Process.Unix
    • Data.Yaml
      • Data.Yaml.FilePath
  • Keter
    • Keter.App
    • Keter.AppManager
    • Keter.HostManager
    • Keter.LabelMap
    • Keter.Main
    • Keter.Plugin
      • Keter.Plugin.Postgres
    • Keter.PortPool
    • Keter.Proxy
    • Keter.Types
      • Keter.Types.Common
      • Keter.Types.V04
      • Keter.Types.V10
  • Network
    • Network.HTTP
      • Network.HTTP.ReverseProxy
        • Network.HTTP.ReverseProxy.Rewrite

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

Changes

1.3.6 Support the forward-env setting.

1.3.5.3 More correct/complete solution for issue #44. Allows looking up hosts either with or without port numbers.

1.3.5.2 Partial workaround for keter.yaml files that give a port with the hostname.

1.3.5.1 Fix bug where the cleanup process would remain running.

1.3.5 All stanzas may have the requires-secure property to force redirect to HTTPS. You can set additional environment variables in your global Keter config file.

1.3.4 Support for overriding external ports. Support for keter.yml in addition to keter.yaml. Case insensitive hostname lookups.

1.3.3 Set the X-Forwarded-Proto header

1.3.2 Enable GZIP middleware

1.3.1 Upgrade to WAI 3.0

1.3.0 Upgrade to conduit 1.1

1.0.1 Permit use of wildcard subdomains and exceptions to wildcards. Convert internal strings to use Data.Text in more places. (Although internationalized domain names are not supported unless entered in punycode in configuration files.)

1.0.0 Significant overhaul. We now support monitoring of much more arbitrary jobs (e.g., background tasks), have a proper plugin system (PostgreSQL is no longer a required component), and have a much better system for tracking hostname mapping changes.

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.