Commit graph

265 commits

Author SHA1 Message Date
J0WI
2489e91c50 Use official golang as base container 2018-01-25 23:45:20 +01:00
Ian Kent
1bd561aa34
add vendor back in (again!) 2017-04-17 00:42:21 +01:00
Ian Kent
8dc1b9d86e
fix makefile 2017-04-17 00:33:07 +01:00
Ian Kent
cf19697cb1
add mention to releases 2017-04-17 00:31:02 +01:00
Ian Kent
c7d3cbf168
add release notes for 1.0.0 2017-04-17 00:27:46 +01:00
Ian Kent
43bcb0a000
temporarily remove vendor directory 2017-04-17 00:13:30 +01:00
Ian Kent
82292eb102
mention using sendmail and PHP config 2017-04-17 00:05:33 +01:00
Ian Kent
2789ba59d7
update vendor 2017-04-16 23:43:20 +01:00
Ian Kent
5c4899c652
fix build issue 2017-04-16 23:41:32 +01:00
Ian Kent
e36957a0db
update vendor 2017-04-16 23:29:20 +01:00
Ian Kent
50802a0753
update storage 2017-04-16 23:27:18 +01:00
Ian Kent
d4927bc7e6
fixes mailhog/MailHog#148 and fixes mailhog/storage#7 2017-04-16 20:17:58 +01:00
Ian Kent
286e8f43f1
update vendored deps and clean up makefile 2017-04-16 19:47:34 +01:00
Ian Kent
a6aee3ed1b Merge pull request #136 from sdurrheimer/update-ui-vendor
Update MailHog-UI assets vendor
2017-04-16 19:38:42 +01:00
Ian Kent
f0b9049ca8 Merge pull request #145 from nnmer/patch-1
Update DEPLOY.md
2017-04-16 19:38:08 +01:00
Anton Romanov
e43349f511 Update DEPLOY.md
fix the link to configuration details
2017-03-14 19:12:08 +08:00
Steve Durrheimer
b884c23c62
Update MailHog-UI assets vendor 2017-02-02 09:36:45 +01:00
Ian Kent
4946ba61bf
add note about reverse proxies and firewalls for #117 2016-11-14 22:58:27 +00:00
Ian Kent
8373f94926
remove references to Rockerfile 2016-11-14 22:55:34 +00:00
Ian Kent
3032a2304d
add libraries doc for #120 2016-11-14 22:53:35 +00:00
Ian Kent
e4fa51f6ae Merge pull request #118 from blueimp/docker
Optimise the Dockerfile for Docker Hub Automated Builds.
2016-11-14 21:37:37 +00:00
Ian Kent
899774fe8f Merge pull request #122 from swordbeta/version-number-flag
Add version flag which displays the current version.
2016-11-14 21:02:59 +00:00
Ian Kent
565314c651 Merge pull request #123 from swordbeta/gitignore
Add gitignore and ignore build folder.
2016-11-14 20:52:44 +00:00
Michael van Tricht
003c6be6f4 Add gitignore and ignore build folder. 2016-11-08 14:32:39 +01:00
Michael van Tricht
219d9ed592 Add version flag which displays the current version. 2016-11-08 14:28:15 +01:00
Sebastian Tschan
12eb3dfb7d Optimise the Dockerfile for Docker Hub Automated Builds.
Installs ca-certificates, required for the "release message" feature.
With the current [mailhog/mailhog](https://hub.docker.com/r/mailhog/mailhog/)
docker image, releasing messages to an SMTP server via TLS fails:
> Failed to release message: x509: failed to load system roots and no roots
> provided

Removes any build dependencies after install, optimising docker image size.
The image size is about the same as the Rocker based build, but works with plain
Docker and can therefore be used via Docker Hub Automated Builds.

Runs with a non-privileged user account instead of as root, increasing security.
Assigning the user ID 1000 allows host volume mounts (e.g. for maildir storage)
to work seamlessly with docker-machine.

Installs MailHog in `/usr/local/bin`, which is in the system `PATH` and allows
to use a simplified entrypoint (`MailHog`).
2016-10-23 12:42:22 +02:00
Ian Kent
d6585029d6 update mgo dependency 2016-09-04 19:28:08 +01:00
Ian Kent
b026d2a04a update link in readme 2016-09-04 19:25:09 +01:00
Ian Kent
9a9b06d801 add release notes for 0.2.1 2016-09-04 19:20:07 +01:00
Ian Kent
1e17d0d8c1 remove 1.4/1.5 from .travis.yml 2016-08-10 08:44:35 +01:00
Ian Kent
c68ed81a0c add vendor directory 2016-08-10 07:56:48 +01:00
Ian Kent
d10e6dbb44 fix #86 2016-07-07 23:08:30 +01:00
Ian Kent
761c7097f0 try again 2016-07-07 22:18:30 +01:00
Ian Kent
c2aa6c22ae update build docs 2016-07-07 22:17:42 +01:00
Ian Kent
901930cc36 force rocker build to ignore cache 2016-07-07 22:15:48 +01:00
Ian Kent
9c5b3f0d04 update import path for mgo 2016-07-07 21:34:24 +01:00
Ian Kent
d1fab8fc34 Merge pull request #102 from GREsau/websockets
Use single API constructor
2016-07-07 20:48:31 +01:00
Ian Kent
52a0a37da0 add fix from @kkrauth to swagger json 2016-07-07 20:39:09 +01:00
Ian Kent
d3b3238f62 Merge pull request #83 from kkrauth/patch-1
API spec doesn't define the search query parameter
2016-07-07 20:37:55 +01:00
Ian Kent
510c5ed419 Merge pull request #93 from espen/patch-2
added info about starting mailhog service with brew
2016-07-07 20:36:18 +01:00
Ian Kent
2590dc693a Merge pull request #90 from espen/patch-1
Example init script 404 - updated link
2016-07-07 20:35:38 +01:00
Espen Antonsen
b4b5070d40 added info about starting mailhog service with brew 2016-04-28 17:30:56 +02:00
Espen Antonsen
0c4abe5aa6 Example init script 404 - updated link
https://github.com/geerlingguy/ansible-role-mailhog/blob/master/files/mailhog gives 404
2016-04-26 16:51:04 +02:00
Graham Esau
8dfadf408a Use single API constructor
Individual constructors for each API version were removed in
GREsau/MailHog-Server@e7f979c845
2016-04-22 15:58:05 +02:00
Kosta Krauth
4a3fc6552a API spec doesn't define the search query parameter
Add query parameter "query" that is used to specify the actual search query. Without this it's not obvious how to search for a particular email.
2016-03-22 17:28:12 -04:00
Ian Kent
9976d0251c Merge branch 'riking-patch-1' 2016-03-20 18:10:50 +00:00
Ian Kent
dbcd606e2f Merge branch 'patch-1' of https://github.com/riking/MailHog into riking-patch-1 2016-03-20 18:10:37 +00:00
Ian Kent
0b473f50c7 add 1.5/1.6 to .travis.yml 2016-03-20 17:45:55 +00:00
Ian Kent
2db20d0011 bump version, update release notes 2016-03-20 17:19:28 +00:00
Kane York
d335a04b85 Fix configuration documentation
Those two were clearly mixed up...
2016-03-14 09:29:44 -07:00