Nogweii
Nogweii
I run gnome-terminal with a transparent background. It's shaded black, but still ~40% transparent. The background is not static - espeically if the terminal is on top of a web...
LDAP support (#198) is fairly similar to this request, though this is more about SSO -- redirecting the user to the authentication server rather than requiring them to type their...
@jameskirsop I would love to see any changes you've made to make ADFS work. Could you share those here, or perhaps as a gist?
I have the ultimate hack, adding OpenID Connect support to Healthchecks without modifying any code: ```python from .settings import INSTALLED_APPS as settings_ia from .settings import AUTHENTICATION_BACKENDS as settings_ab from .settings...
Indeed, looking around there isn't a way to configure it to support multiple providers simultaneously. You might be able to get it working by creating multiple applications, one for each...
With the HTTP header auth merged in, I think the only thing that remains would be an example configuration of something like the following stack: * nginx/apache/traefik/caddy listening for incoming...
Another vote to see this included. @michaelowens do you have time to rebase this on latest master?
If there is an automated process, integrating it isn't a bad idea. Generating a list of all of the papers added in the past 7 or so days, regardless of...
@degan6 would you be willing to modify the work you've done in #558 to support generic configuration rather than being Facebook and Google specific? That way it allows each person...
Another example that would be useful is the fact that you can set `SENTRY_URL` as an environment variable to point the tool at on-prem instances of Sentry.