jthiltges
jthiltges
This is a lightly tested change to apply markdown filtering to the text of issues and maintenance entries. This should be progress towards #124. The CSS will also need to...
An attempt at OAuth token refresh, following the pattern in PR https://github.com/jupyterhub/oauthenticator/pull/287, without relying on tokens to be JWTs. This should address at least some of issue https://github.com/jupyterhub/oauthenticator/issues/398. Requirements for...
Add support for `[]` and `?` in glob patterns. Closes #408.
Retrieves tag list through an API call that's not rate limited
Running a local registry mirror has been a convenient way to address Docker Hub rate limits. Putting the configuration in `/etc/containers` applies it to all local users, which is friendly...