Provides a dockerized version of Bitly's Oauth2 Proxy.
3.7K
Provides a dockerized version of Bitly's Oauth2 Proxy.
docker \
run \
--rm \
-p 4180:4180 \
ergomentum/oauth2-proxy \
-client-id=<your_client_id_from_github> \
-client-secret=<your_client_secret_from_github> \
-provider=github \
-email-domain='*' \
-upstream=http://example.com/ \
-cookie-secret=<some_secret> \
-login-url=https://github.com/login/oauth/authorize \
-github-org=ergomentum
To contribute a feature or a bugfix please open a pull request on GitHub.
See CONTRIBUTING for details.
See the LICENSE file for license rights and limitations (MIT License).
Content type
Image
Digest
Size
2.8 MB
Last updated
over 8 years ago
docker pull ergomentum/oauth2-proxy