- 15 Jan, 2018 1 commit
-
-
Joshua Tauberer authored
-
- 23 Dec, 2017 1 commit
-
-
Joshua Tauberer authored
-
- 15 Jan, 2017 1 commit
-
-
Bill Cromie authored
-
- 20 Dec, 2016 1 commit
-
-
Bill Cromie authored
-
- 30 Nov, 2016 1 commit
-
-
wsteitz authored
-
- 26 Dec, 2015 1 commit
-
-
Joshua Tauberer authored
-
- 25 Aug, 2014 1 commit
-
-
Joshua Tauberer authored
replace '-t 0' test with an environment variable since '-t 0' is false when standard input has been redirected and doesn't tell us whether or not we can use dialog for input, but Vagrant must be non-interactive
-
- 30 Jul, 2014 1 commit
-
-
Joshua Tauberer authored
-
- 30 Jun, 2014 1 commit
-
-
Joshua Tauberer authored
-
- 08 Jun, 2014 1 commit
-
-
Michael Kropat authored
Addresses #3 Added support by adding parallel code wherever `$PUBLIC_IP` was used. Providing an IPv6 address is completely optional. Playing around on my IPv6-enabled mail server revealed that — before this change — mailinabox might try to use an IPv6 address as the value for `$PUBLIC_IP`, which wouldn't work out well.
-
- 07 Jun, 2014 1 commit
-
-
Joshua Tauberer authored
add comments to the new get_default_hostname etc. functions, and simplify the logic in the Vagrantfile and start.sh so that we always call into the same two functions
-
- 06 Jun, 2014 1 commit
-
-
Joshua Tauberer authored
* use a public box (the official Ubuntu 14.04 box which contra the description does have VBox Guest Additions installed) * now that we allow SSH password logins, since Vagrant requires it, dont muck with sshd_config here * don't put the machine on the public network because that will allow anyone to log into it with Vagrant's default username/password, duh
-
- 04 Jun, 2014 1 commit
-
-
Joshua Tauberer authored
* adding a Vagrantfile * in a non-interactive setup like this, create the user's first email account for them * let the machine auto-detect its IP address using http://icanhazip.com/ * use our own justtesting.email domain to provision a subdomain for users so they can quickly get started
-