Skip to content

Commit

Permalink
Merge pull request #248 from SupercedeTech/get-rid-of-omnious-warning
Browse files Browse the repository at this point in the history
Add better description in cabal file instead of an omnious warning
  • Loading branch information
jappeace authored Apr 20, 2022
2 parents db35d58 + 01f2d6c commit df54f23
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.8.4

+ Get rid of ominious warning at the top.
Thanks to /u/Opposite-Platypus-99
for pointing this out.

## 1.8.3

+ HTML escape X-forwarded-host response as well.
Expand Down
15 changes: 13 additions & 2 deletions keter.cabal
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
Cabal-version: >=1.10
Name: keter
Version: 1.8.3
Version: 1.8.4
Synopsis: Web application deployment manager, focusing on Haskell web frameworks
Description: Hackage documentation generation is not reliable. For up to date documentation, please see: <http://www.stackage.org/package/keter>.
Description:
Deployment system for web applications, originally intended for hosting Yesod
applications. Keter does the following actions for your application:
.
* Binds to the main port (usually port 80) and reverse proxies requests to your application based on virtual hostnames.
* Provides SSL support if requested.
* Automatically launches applications, monitors processes, and relaunches any processes which die.
* Provides graceful redeployment support, by launching a second copy of your application, performing a health check, and then switching reverse proxying to the new process.
* Management of log files.
.
Keter provides many more advanced features and extension points. It allows configuration of static hosts, redirect rules, management of PostgreSQL databases, and more. It supports a simple bundle format for applications which allows for easy management of your web apps.

Homepage: http://www.yesodweb.com/
License: MIT
License-file: LICENSE
Expand Down

0 comments on commit df54f23

Please sign in to comment.