Min RK
Min RK
> we should work on which file? any file, such as your own Python module. Authenticators can be defined in any Python module, or even in your `jupyterhub_config.py` if it's...
Do you mean the public URL, or the internal URL? `self.server.url` is where the _internal_ URL is stored (what proxy, hub connect to). You're right that that db record won't...
Ah, If you just mean the server URL prefix (i.e. `/user/username[/servername]/`) that's accessible as `self.server.base_url` and is known ahead of time. I think it makes sense to have this as...
I don't feel strongly about `base_url` vs `server_base_url`! Just what I would have chosen if folks happen to agree. Also AOK to stick with it as-is. For context, the env...
This should be considered a metadata bug in the terminado conda package, fixed by https://github.com/conda-forge/terminado-feedstock/pull/16 Making sure terminado is >= 0.9.1 (true for Python >= 3.6) should avoid this. Is...
Supporting retrieval of specific routes makes sense
@datachannel that's the JupyterHub API. The proxy is in a different container (`proxy` in jupyterhub-deploy-docker, I believe).
I pushed the tags and updated the readme. Bummer that we can't really use DockerHub anymore, but I certainly understand getting crushed by offering a wildly successful free service. IIRC,...
Yeah, I totally get it. I don't mean to imply I'm unhappy with the decision. Fully support shifting to quay.io, especially given that we can't even give ourselves enough permissions...
> Probably enough to just check space used? Yes! Once hooked up to the tests, I think we just need a list of directories to check: #1126