Skip to content
This repository was archived by the owner on May 2, 2024. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ixc/letsencrypt-dockercloud-haproxy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: eisnerd/letsencrypt-dockercloud-haproxy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 6 files changed
  • 2 contributors

Commits on Dec 13, 2016

  1. Update base haproxy image

    The primary motivation is that `dockercloud/haproxy:1.5.1` in legacy links mode does not reload. `/reload.sh`sends a `USR1` signal, but that just causes a `User reload is not supported in legacy link mode` log message.
    eisnerd committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    0a82da9 View commit details
    Browse the repository at this point in the history
  2. Gather domain names from various souces

    Mount volumes under /servers and this will be watched and scraped for domain names by `gather-domains.sh`. `gather-domains.sh` currently just looks for the `server_name` nginx directive, but supporting other servers and configurations would be simple, provided the full domain name appears in text somewhere.
    eisnerd committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    213e9b8 View commit details
    Browse the repository at this point in the history
  3. Fix warning about tini in LE entrypoint

    Zertz authored and eisnerd committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    25352f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d25ef9e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0003e24 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2016

  1. Configuration menu
    Copy the full SHA
    735b159 View commit details
    Browse the repository at this point in the history
  2. stash

    eisnerd committed Dec 14, 2016
    Configuration menu
    Copy the full SHA
    de0d645 View commit details
    Browse the repository at this point in the history
  3. Revert "stash"

    This reverts commit de0d645.
    eisnerd committed Dec 14, 2016
    Configuration menu
    Copy the full SHA
    3e4d467 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2017

  1. Configuration menu
    Copy the full SHA
    7674d1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abd585c View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2017

  1. Configuration menu
    Copy the full SHA
    d81cd46 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2017

  1. Include www. for wildcard fqdn

    eisnerd committed Nov 7, 2017
    Configuration menu
    Copy the full SHA
    ea0d4b8 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. Serve challenge responses with python3

    because certbot uses python3 and python2 no longer needs to be installed
    eisnerd committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    31c97f9 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2020

  1. Configuration menu
    Copy the full SHA
    98c44a6 View commit details
    Browse the repository at this point in the history
Loading