oauth2-proxy/contrib/local-environment
Edvard Gjessing Bakken e91f09875a Update docker-compose-nginx.yaml
working nginx example. docker-compose-nginx was missing some configuration to run out of the box.
2024-09-15 09:28:42 +02:00
..
keycloak chore(examples): update keycloak to v25 (#2706) 2024-07-18 23:57:15 +02:00
kubernetes chore(deps): update helm release oauth2-proxy to v7.7.9 2024-07-25 23:14:31 +02:00
traefik Add example local environment with traefik (#1091) 2021-03-22 13:55:25 +00:00
Makefile fix gitea token validation by allowing custom validation url and extracting the proper base api url for github cloud, github enterprise and gitea (#2194) 2023-09-14 10:09:57 +01:00
README.md Fix and enhance OIDC example (#934) 2020-12-19 15:48:33 +00:00
dex.yaml add contribution guide to documentation (#2318) 2023-11-13 10:27:28 +00:00
docker-compose-alpha-config.yaml fix: add the OAuth2 image to the local environment examples in the compose file 2024-08-28 23:38:57 +02:00
docker-compose-gitea.yaml chore(deps): update docker-compose 2024-07-14 20:00:56 +00:00
docker-compose-keycloak.yaml chore(deps): update docker-compose (#2714) 2024-07-25 23:23:17 +02:00
docker-compose-nginx.yaml Update docker-compose-nginx.yaml 2024-09-15 09:28:42 +02:00
docker-compose-traefik.yaml fix: add the OAuth2 image to the local environment examples in the compose file 2024-08-28 23:38:57 +02:00
docker-compose.yaml chore(deps): update docker-compose (#2714) 2024-07-25 23:23:17 +02:00
nginx.conf NGINX return 403 for sign_in (#2322) (#2323) 2024-01-20 19:08:46 +00:00
oauth2-proxy-alpha-config.cfg Multiple providers in alpha config (#947) 2021-04-03 17:06:30 +01:00
oauth2-proxy-alpha-config.yaml Use updated key names in oauth2-proxy-alpha-config.yaml (#2253) 2023-10-31 19:42:46 +00:00
oauth2-proxy-gitea.cfg fix gitea token validation by allowing custom validation url and extracting the proper base api url for github cloud, github enterprise and gitea (#2194) 2023-09-14 10:09:57 +01:00
oauth2-proxy-keycloak.cfg chore(examples): update keycloak to v25 (#2706) 2024-07-18 23:57:15 +02:00
oauth2-proxy-nginx.cfg fix: fix nginx setup (#2373) 2024-01-02 10:53:58 +00:00
oauth2-proxy-traefik.cfg Add example local environment with traefik (#1091) 2021-03-22 13:55:25 +00:00
oauth2-proxy.cfg add contribution guide to documentation (#2318) 2023-11-13 10:27:28 +00:00

README.md

oauth2-proxy: local-environment

Run make up to deploy local dex, etcd and oauth2-proxy instances in Docker containers. Review the Makefile for additional deployment options.