rawmind0 / alpine-traefik

This image is the traefik base. It comes from rawmind/alpine-monit.
67 stars 54 forks source link

Feature/acme dns01 #100 #104

Closed EugenMayer closed 6 years ago

EugenMayer commented 6 years ago

Implementing #100

Caveats:

  1. Crazy variables values with shell escaping characters could break - i am not going to fix that with dash/bash .. that is useless. Have done this acrobatics with http://docker-sync.io and the only outcome is, never use bash for this, which we do here. I am not sure we ever run in issues, but if a API token includes $ADava it will be broken due to shell expansion
EugenMayer commented 6 years ago

sorry includes #101 maybe merge that one first - i had to build uppon it for testing

EugenMayer commented 6 years ago

Tested, deployed and in production using https://github.com/EugenMayer/alpine-traefik/tree/dev/own-image

Using my own image for now ( build on top of yours of course ) so give it a spin yourself for an easy test

EugenMayer commented 6 years ago

are you planning to merge this anytime soonish? i would otherwise consider to add the own-image variant to https://github.com/EugenMayer/docker-rancher-extra-catalogs and use this.

I already upgraded it to 1.6.1 too

EugenMayer commented 6 years ago

Sorry, no longer interested in contributing here - closing the issue. Of course feel free to pull anything in you want, but i am not putting any work / upstream merges in that myself. Thanks