gbour / letsencrypt-erlang

Let's Encrypt client library for Erlang
Apache License 2.0
52 stars 16 forks source link

[refactor] use elli http server in replacement of cowboy #7

Closed gbour closed 7 years ago

gbour commented 7 years ago

cowboy and shotgun hex packages are both incompatibles. Using elli instead of cowboy allows to use hex-only dependencies, and so to generate a buildable hex package for letsencrypt-erlang

yurrriq commented 7 years ago

Why not try elli-2.0.1? :smile:

deadtrickster commented 7 years ago

and https://github.com/elli-lib/elli_prometheus too :-)

gbour commented 7 years ago

@yurrriq this branch was few month aged, I'll update to elli 2.0.1 in the next release :) @deadtrickster I didn't know elli_prometheus. Can't it be installed & used in parallel of letsencrypt-erlang ?

deadtrickster commented 7 years ago

it has to be a part of middlewares stack