Aaron Bach
Aaron Bach
@hugovk You say this is a duplicate of https://github.com/dependabot/feedback/issues/839, but in that ticket, you also say that it is a duplicate of this one. Which one is the source of...
For anyone wanting to take a crack at this, it looks like the Authelia community has instructions on how to work with a Django app: https://www.authelia.com/docs/community/django-integration.html
> I hope this doesn't get mistaken for the API's version. What about using a different relative endpoint, like `/server`? That way, it could be expanded if other non-version info...
I like that!
Good call, @clach04 β looks like that library [already includes `django_otp`](https://github.com/jazzband/django-two-factor-auth/blob/dae3fd143ed540a723125be3a3b87101082bd657/setup.py#L16). ππ»
[This](https://stackoverflow.com/a/39568177) gave me the answer that worked for me βΒ in short, ensure that you run your Registry container with the `REGISTRY_HTTP_HOST` env var specified: ```shell docker run -e REGISTRY_HTTP_HOST=https://my.registry:5000...
> @bachya Did you find a way how to fix it? I ended up storing my key as a base64-encoded string; then, in my application code, I decode it before...
Bump. Haven't had time to work on this, but it's something we should do.
Still active.