cljdoc

https://cljdoc.org/ & https://github.com/cljdoc/cljdoc
2018-11-28T16:16:35.217200Z

I’m working on the [PR}(https://github.com/cljdoc/cljdoc/pull/227). What do you think about the name “MAIN” on top of “ARTICLES” section?

martinklepsch 2018-11-28T19:43:03.218100Z

Anyone around who's fluent in Go? I've done a ton of work on deployment/ops tooling but am now blocked by https://github.com/containous/traefik/issues/4247

mkvlr 2018-11-28T19:54:48.219300Z

https://github.com/fabiolb/fabio/ also supports blue/green deployments and is written by a guy from hashicorp

mkvlr 2018-11-28T19:55:00.219700Z

so integrates nicely with nomad

mkvlr 2018-11-28T19:56:44.220400Z

oh but can’t you remove the slash on the pedestal side?

martinklepsch 2018-11-28T20:02:28.221100Z

@mkvlr I've seen fabio mentioned in a few places but what I liked about Traefik is the automatic SSL cert generation

martinklepsch 2018-11-28T20:02:35.221300Z

AFAIK fabio doesn't have that

martinklepsch 2018-11-28T20:09:25.221900Z

Removing trailing slash in Pedestal would be workaround, right. Let me look into that...

mkvlr 2018-11-28T20:55:56.223100Z

right, I think we have a nomad job for letsencrypt, happy to share it

mkvlr 2018-11-28T20:56:26.224100Z

or should we host cljdoc on our cluster? Happy to do that as well!

martinklepsch 2018-11-28T20:56:56.224400Z

> right, I think we have a nomad job for letsencrypt, happy to share it that would be very interesting indeed

martinklepsch 2018-11-28T20:57:36.225Z

thanks for the kind offer, but I think it's best of operational stuff is defined as part of the project

mkvlr 2018-11-28T21:12:53.225700Z

I’ll look it up tomorrow, congrats on the repl podcast!

martinklepsch 2018-11-29T12:22:29.226Z

ping 🙂 (no rush, just a reminder)

mkvlr 2018-11-29T15:36:35.229200Z

so we do use letsencrypt with a nomad job

mkvlr 2018-11-29T15:36:44.229400Z

we also use vault which I think stores our certs

mkvlr 2018-11-29T15:38:03.229600Z

oh, we just use nomad to schedule a periodic job that then runs https://certbot.eff.org

mkvlr 2018-11-29T15:38:32.229900Z

happy to give you access to our repo to give you more context there

martinklepsch 2018-11-29T15:38:32.230100Z

do you use dns verification?

mkvlr 2018-11-29T15:39:03.230700Z

let me ask

mkvlr 2018-11-29T15:40:40.232100Z

https://github.com/Neilpang/acme.sh

martinklepsch 2018-11-29T15:49:38.232400Z

do you use acme.sh or certbot? I'm confused now 🙂

martinklepsch 2018-11-29T15:49:47.232600Z

Would be happy to take a look at the repo, sure

mkvlr 2018-11-29T16:06:11.232800Z

sorry, so am I

mkvlr 2018-11-29T16:07:38.233Z

added you