Commit Graph

410 Commits

Author SHA1 Message Date
tolysz
1c51855194 Update Proxy.hs
fixed in wai-static
2014-12-15 17:25:11 +00:00
Marcin Tolysz
b252426d56 Make config saner 2014-12-12 17:02:20 +00:00
Marcin Tolysz
0d8db950a0 Adding the ability to use Middleware 2014-12-12 16:09:07 +00:00
Moritz Angermann
1e19c36613 Update README.md
Adjust readme to reflect cabal dependency. Fixes #61.
2014-12-11 16:01:24 +01:00
Michael Snoyman
9cf058f154 Merge pull request #60 from cdepillabout/fix-setup-keter-link
Fix link to setup-keter.sh in README.md.
2014-12-11 16:29:16 +02:00
(cdep)illabout
3307b370f2 Fix link to setup-keter.sh in README.md.
The link to setup-keter.sh seems to be incorrect.  It appears that raw
file content is now served from raw.githubusercontent.com.
2014-12-11 23:19:34 +09:00
Michael Snoyman
2a2cbe087f Merge pull request #59 from angerman/patch-2
Create README.md
2014-12-10 11:49:32 +02:00
Moritz Angermann
7480df0e86 Create README.md
Add a little commentary regarding building debian packages.
2014-12-10 10:08:13 +01:00
Michael Snoyman
0b259f85fb Merge pull request #58 from angerman/patch-1
Update mkketerdeb.sh
2014-12-10 11:00:48 +02:00
Moritz Angermann
fd359aab89 Update mkketerdeb.sh
Bump version.
2014-12-10 10:00:15 +01:00
Michael Snoyman
e6faac0c80 Updated changelog 2014-11-15 20:18:06 +02:00
Michael Snoyman
0a4a9a6cda Merge branch 'forward-env-vars' of https://github.com/mulby/keter 2014-11-15 19:44:31 +02:00
Christopher Reichert
c8bf92b412 Fix warnings in build.
* In Keter.Proxy explicitly import Default typeclass.
* Remove unused qualified Text impot in Keter.Types.V04.
2014-11-14 15:37:18 -06:00
Gabe Mulley
9e9fca314f Forward environment variables from the shell that executes keter
It is often convenient to store secrets in environment variables on the host system. This patch allows those secrets to be passed along to the sub processes executed by keter.
2014-11-14 15:53:12 -05:00
Michael Snoyman
2777a0090d Merge pull request #53 from angerman/master
Adds packaging tools.
2014-11-09 17:27:05 +02:00
Moritz Angermann
3aa523f2d2 Start as root, use setuid 2014-11-08 21:23:41 +01:00
Michael Snoyman
d61f9d10ea More correct fix for previous commit 2014-11-07 02:05:49 +02:00
Michael Snoyman
84376b75bd Partial workaround for keter.yaml files that give a port with the hostname. 2014-11-07 01:33:33 +02:00
Moritz Angermann
56235a6a8a Adds packaging 2014-11-06 13:27:20 +01:00
Michael Snoyman
f6d206c4b1 Version bump 2014-11-03 18:36:22 +02:00
Michael Snoyman
49d3c8efdb Add explicit exit call 2014-11-03 17:53:39 +02:00
Michael Snoyman
86d7801a91 Add websockets example 2014-10-24 11:24:06 +03:00
Michael Snoyman
0c2a4b8a22 Fix typos (thanks @tolysz) 2014-10-20 20:17:29 +03:00
Michael Snoyman
c552220465 Fix typo in filename 2014-10-20 08:35:34 +03:00
Michael Snoyman
59a3569375 Some env cleanups 2014-10-20 08:34:54 +03:00
Michael Snoyman
0d96b41bcf Merge pull request #51 from tolysz/keter-env
Add global setting per Keter global envoriment
2014-10-20 08:30:10 +03:00
Michael Snoyman
51c1fe3a27 Force redirect to https #39 2014-10-20 08:26:24 +03:00
Michael Snoyman
4ebecfcd77 Switch to changelog.md 2014-10-20 08:26:24 +03:00
Marcin Tolysz
9ce577acce Add global setting per Keter global envoriment, which will be passed to all children processes 2014-10-19 20:18:52 +01:00
Michael Snoyman
cf87bd6ff8 Merge pull request #50 from adamschoenemann/master
Updated README
2014-10-19 12:59:32 +03:00
Adam Schønemann
18b76abfca Updated README
Updated README with clarifcation on default HTTPS support. Also added a small FAQ that explains the symptoms.
2014-10-19 11:50:36 +02:00
Michael Snoyman
489801ceea Merge pull request #48 from SKoschnicke/master
Fixed typo in readme
2014-10-17 10:48:03 +03:00
Sven Koschnicke
91c74920ca Fixed typo in readme 2014-10-17 09:45:52 +02:00
Michael Snoyman
54dd9ea5db Merge pull request #47 from creichert/master
Add note about keter configuration syntax by version.
2014-10-12 11:18:16 +03:00
Christopher Reichert
b0983c8e93 Add note about keter configuration syntax by version. 2014-10-10 15:38:29 -05:00
Michael Snoyman
60965741a3 Fixes 2014-10-10 10:45:55 +03:00
Michael Snoyman
dd336a724d Merge pull request #45 from bermanjosh/patch-1
Update README.md
2014-10-01 12:31:00 +03:00
bermanjosh
b273fb1f96 Update README.md
Include Multiple SSL Certificates example
2014-10-01 12:21:35 +03:00
Michael Snoyman
d623aff096 Version bump 2014-09-21 18:53:47 +03:00
Michael Snoyman
b381d6309f Lookup apps by hostname, not port #44 2014-09-21 13:00:20 +03:00
Michael Snoyman
db705911ce Include some stanza config info 2014-09-21 10:46:49 +03:00
Michael Snoyman
3adefc102f Case insensitive hostname lookup 2014-09-21 10:42:26 +03:00
Michael Snoyman
b4c19a17e1 external-http(s)-port setting #44 2014-09-21 01:24:41 +03:00
Michael Snoyman
5a6fed36fb Merge pull request #43 from sajith/ssl-notes
Added a note about password-protected SSL keys.
2014-08-20 18:52:42 +03:00
Sajith Sasidharan
a0d6d0b009 Added a note about password-protected SSL keys. 2014-08-20 11:44:47 -04:00
Michael Snoyman
a5d4701c0d Merge pull request #42 from creichert/master
Test for alternative yaml file extensions when loading bundles
2014-08-14 08:11:18 +03:00
Christopher Reichert
c17e4b013f Test for alternative yaml file extensions when loading
keter config.

Issue #41.
2014-08-13 21:23:13 -05:00
Christopher Reichert
9bf45f9cf8 Update README to reflect the Yesod scaffold environment variable behavior.
Issue #40.

The Yesod scaffold site will automatically use exported environment
variables from Keter and use them in place of the config files.
2014-08-13 21:21:42 -05:00
Michael Snoyman
49cf75cb03 stm min bound 2014-07-24 09:42:28 +03:00
Michael Snoyman
fe62505d33 Use more efficient requestHeaderHost 2014-07-24 09:42:22 +03:00