1. 13 Jun, 2014 2 commits
  2. 10 Jun, 2014 3 commits
  3. 09 Jun, 2014 3 commits
  4. 08 Jun, 2014 8 commits
  5. 07 Jun, 2014 4 commits
    • Michael Kropat's avatar
      Protect private key from being world-readable · 42bf6240
      Michael Kropat authored
      Postfix, Dovecot, and nginx all read the key file while they're running
      as root — before dropping permissions — so no authorization is needed on
      the private key file beyond being root-readable.
      42bf6240
    • Joshua Tauberer's avatar
      improve hostname/IP default values · 3fa8e384
      Joshua Tauberer authored
      Merges branch 'mkropat-populate-hostname-ip'
      3fa8e384
    • Joshua Tauberer's avatar
      add comments to the new get_default_hostname etc. functions, and simplify the... · b60ca25e
      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
      b60ca25e
    • Michael Kropat's avatar
      Improve hostname/IP default values · 43ef49c7
      Michael Kropat authored
      Default IP+hostname values were incorrect for my VPS provider. I
      improved the detection, which should give correct results results for
      almost any provider. Specific issues addressed:
      
      - icanhazip.com detection was only enabled in non-interactive mode
      - `hostname` is by convention a short (non-fqdn) name in Ubuntu
      - `hostname --fqdn` fails if provider does not pouplate `hosts` file
      - `hostname -i` fails if provider does not populate `hosts` file
      - `curl` without `--fail` will someday return crazy results
        when icanhazip.com returns 500 errors or similar
      43ef49c7
  6. 06 Jun, 2014 6 commits
  7. 05 Jun, 2014 2 commits
  8. 04 Jun, 2014 9 commits
  9. 03 Jun, 2014 3 commits