jupyterhub / the-littlest-jupyterhub

Simple JupyterHub distribution for 1-100 users on a single server
https://tljh.jupyter.org
BSD 3-Clause "New" or "Revised" License
1.03k stars 339 forks source link

Enable DNS challenge from Traefik #316

Closed nayoa closed 2 years ago

nayoa commented 5 years ago

It would be nice if there was an option to use acme.dnsChallenge instead of acme.httpChallenge and have documentation on how to configure this via the tljh-config CLI

yuvipanda commented 5 years ago

Thanks for opening this issue, @nayoa! Is there a reason you'd like to use DNS rather than the HTTP challenge?

I think it's uncommon enough we shouldn't support it in TLJH core (since we'd like to keep it small), but it might be useful as a plugin?

consideRatio commented 2 years ago

I'll close this for now as I perceive the added complexity currently doesn't justify the not so well known benefits.

If you are reading this and would like this feature, please try to describe why this would be impactful for you compared to having the ability to use the HTTP challenge.