Commit graph

307 commits

Author SHA1 Message Date
Tyndyll
e6fa06877e
Merge pull request #386 from Schweinepriester/patch-1
README.md: HTTP => HTTPS
2022-08-02 12:00:45 +01:00
Tyndyll
a052f565bc
Merge pull request #400 from lafentres/patch-1
Update Dockerfile to go 1.18 syntax
2022-08-02 12:00:11 +01:00
Tyndyll
d688e36b30
Merge pull request #408 from mkdgs/patch-1
Update information about installation
2022-08-02 11:58:20 +01:00
Mickael Desgranges
6ea4688b73
Update information about installation
'go get' not work with go >=v1.18 
see https://go.dev/doc/go-get-install-deprecation
2022-07-09 18:04:15 +02:00
Krista LaFentres (she/her)
6fcf01a4b0
Update Dockerfile to go1.18 syntax
As of 1.18, `go get <package>` no longer builds executables. `go install` should be used to install an executable instead.
See the deprecation message for more information: https://go.dev/doc/go-get-install-deprecation

Pinning to a specific go Docker image will help keep things from breaking unexpectedly in the future
2022-03-17 14:15:45 -05:00
Kai
1ee4662112
README.md: HTTP => HTTPS 2021-11-28 14:17:30 +01:00
Geraint Edwards
4231f068f1
Merge branch 'master' of https://github.com/pmhausen/MailHog 2021-09-29 23:14:09 +01:00
Geraint Edwards
0670c2235c
Merge branch 'feature/multiStageBuild' of https://github.com/marcdeop/MailHog 2021-09-29 23:11:12 +01:00
Geraint Edwards
fce4aa57bb
Merge branch 'patch-1' of https://github.com/ongopongo/MailHog 2021-09-29 23:02:57 +01:00
Geraint Edwards
f2268ad7d6
Merge branch 'remove-loop' of https://github.com/hatahet/MailHog 2021-09-29 22:51:20 +01:00
Geraint Edwards
5f509e353d
Merge branch 'ssc-services-add-salt-formula' 2021-09-29 22:22:38 +01:00
Elias Probst
e21decb3ea
docs/deploy: Add reference to SaltStack Formula 2021-09-29 22:22:03 +01:00
Geraint Edwards
36482acf5b
Merge branch 'bugfix/port' of https://github.com/amayer5125/MailHog 2021-09-29 22:12:20 +01:00
Patrick M. Hausen
caec217be7
Fix order of install docs 2020-10-11 14:06:18 +02:00
Patrick M. Hausen
f3850dfa6c Add install documentation for FreeBSD 2020-10-11 14:03:00 +02:00
Marc Deop
9c830be100
feat: use multistage build to minimize container size 2020-09-30 16:49:03 +02:00
ongopongo
f908b198c0
Fix typos in CONFIG.md 2020-09-14 11:15:30 -07:00
Tyndyll
0441dd494b
Merge pull request #270 from anthonyptetlow/patch-1
update docker hub url in readme.md
2020-06-17 20:27:15 +01:00
Tyndyll
3d99094245
Merge branch 'master' into patch-1 2020-05-12 12:55:40 +01:00
Victor Bocharsky
d70a557574 Revert letter case change - it's lowercased now 2020-05-12 12:53:06 +01:00
Victor Bocharsky
ff07258a05 Tweak path to MailHog for Ubuntu installation 2020-05-12 12:53:06 +01:00
Juampy NR
5a8d6fdaf7 Re-arrange installation and add Ubuntu/Debian
Right now it is not clear how to install MailHog on Linux. Here are some tips on how to do it.
2020-05-02 03:12:52 +01:00
Anthony Tetlow
1c52f5b5dd
update docker hub url in readme.md 2019-12-23 17:44:00 +00:00
Ziad Hatahet
a9f3a589ed Remove unnecessary loop and select when waiting on exitCh 2019-12-13 20:09:05 -05:00
Tyndyll
f5559ac003
Merge pull request #239 from kraxx/makefile-typo
Changed .PNONY to .PHONY in Makefile
2019-10-15 09:40:30 +01:00
Tyndyll
d7a4abc030
Merge pull request #130 from evandandrea/snapcraft
Add a snapcraft.yaml file for building snaps (https://snapcraft.io)
2019-10-07 14:33:32 +01:00
Tyndyll
9b87c4cf3a
Merge pull request #191 from J0WI/golang-base
Use official golang as base container
2019-05-27 21:33:08 +01:00
Justin
18c3de6760 Changed .PNONY to .PHONY in Makefile 2019-03-01 09:44:59 -08:00
Tyndyll
9cf45e0be9
Merge pull request #201 from 3alster/patch-1
Update CONFIG.md
2018-10-17 09:07:42 +01:00
Tyndyll
b5636b9813
Merge pull request #217 from mailhog/bug-211/fix-build-doc
Update BUILD.md
2018-09-14 12:51:17 +01:00
Tyndyll
abb0a89327
Update BUILD.md
Fix build doc Makefile link
2018-09-14 12:47:52 +01:00
Tyndyll
c3f72af2d7
Merge pull request #202 from teohhanhui/patch-1
DEPLOY.md: Fix link to Dockerfile
2018-09-14 12:38:53 +01:00
Tyndyll
93c23da749
Merge pull request #215 from rpkamp/php-library
Add link to PHP library to docs
2018-09-14 12:30:43 +01:00
Tyndyll
46d15eb987
Merge pull request #186 from JamesValleyT/docs
Update docs/config
2018-09-14 12:20:16 +01:00
Tyndyll
d0971cbb48
Merge pull request #156 from timo-schmid/master
Add notice how to mount "maildir" storage.
2018-09-14 11:58:50 +01:00
Alex Mayer
1bb606094b Docs: Fix Firewall And Proxy Config Ports And Flags 2018-08-27 23:01:48 -04:00
Remon van de Kamp
a2880c0f2b
Add link to PHP library to docs 2018-08-24 08:47:53 +02:00
Teoh Han Hui
6fcef79ea6
DEPLOY.md: Fix link to Dockerfile 2018-03-20 14:36:12 +01:00
3alster
13d0255c25
Update CONFIG.md
fixed copy-paste
2018-03-12 14:44:14 +03:00
J0WI
2489e91c50 Use official golang as base container 2018-01-25 23:45:20 +01:00
James Baster
3d98520c5e Update docs/config
https://github.com/mailhog/MailHog/issues/181
2017-11-28 17:02:28 +00:00
Timo Schmid
9fdeffd9e8 Add notice how to mount "maildir" storage. 2017-06-21 13:14:40 +02: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