add oauth2-proxy
Some checks failed
Lint / lint (push) Failing after 1m3s
Plex Update / update (push) Successful in 1m41s

This commit is contained in:
Vivian 2023-11-07 15:58:47 +01:00
parent 614ef16063
commit 6da9551d66
10 changed files with 216 additions and 0 deletions

View file

@ -90,6 +90,12 @@ in
redirectURIs = [ "https://flux.0x76.dev/oauth2/callback" ];
secretEnv = "FLUX_CLIENT_SECRET";
}
{
id = "oauth2-proxy";
name = "OAuth2 Proxy";
redirectURIs = [ "https://o2p.0x76.dev/oauth2/callback" ];
secretEnv = "O2P_CLIENT_SECRET";
}
];
};