Skip to content

Tags: xarg/dinghy-http-proxy

Tags

2.3.1

Toggle 2.3.1's commit message
Merge pull request codekitchen#5 from trakos/feature/https_method

Added HTTPS_METHOD (redirect, noredirect, nohttp)

2.3.0

Toggle 2.3.0's commit message
add dnsmasq to the proxy container

2.2.0

Toggle 2.2.0's commit message
update to latest nginx-proxy

2.1.0

Toggle 2.1.0's commit message
Merge pull request codekitchen#4 from mickaelperrin/master

[FEATURE] Add support for HTTPS

2.0.4

Toggle 2.0.4's commit message
support overriding the dinghy domain

2.0.3

Toggle 2.0.3's commit message
use a go binary for docker network joining

This gets rid of the brittle bash code that shells out to the docker
cli.

2.0.2

Toggle 2.0.2's commit message
skip implicit host creation if it overlaps with explicit

join-networks-v1

Toggle join-networks-v1's commit message
skip implicit host creation if it overlaps with explicit

2.0.1

Toggle 2.0.1's commit message
remove incorrect usage of coalesce

2.0.0

Toggle 2.0.0's commit message
update for docker networking layer

This fixes issues with docker-compose containers killing the proxy. I'm
using a fork of docker-gen while I wait for the groupByTag PR to be
merged and released.

I've strayed further from the upstream nginx-proxy container now, I'm
not sure that it makes sense to build on top of it anymore. These
changes aren't likely to be accepted upstream since they're targetted
specifically at a local dev environment, which is not a primary use
case for nginx-proxy.