oauth2-proxy/docs
Martin Campbell d9362d3bb9 Add reverse proxy setting (#331)
* Add reverse proxy setting (#321)
2020-01-24 17:54:13 +00:00
..
assets/js
configuration Add reverse proxy setting (#331) 2020-01-24 17:54:13 +00:00
logos Add logos to docs folder 2019-10-30 09:57:24 +00:00
.gitignore
0_index.md Add logo to docs site 2019-10-30 10:04:29 +00:00
1_installation.md Rewrite dist script (#302) 2019-10-29 17:27:08 +00:00
2_auth.md DigitalOcean Auth Provider (#351) 2020-01-15 11:09:34 +00:00
4_tls.md Add reverse proxy setting (#331) 2020-01-24 17:54:13 +00:00
5_endpoints.md Added userinfo endpoint (#300) 2019-11-07 14:38:36 -08:00
6_request_signatures.md
404.html
Gemfile
Gemfile.lock Bump rubyzip from 1.2.2 to 2.0.0 in /docs 2020-01-20 19:28:58 +00:00
Makefile
README.md
_config.yml Add logo to docs site 2019-10-30 10:04:29 +00:00

README.md

Docs

This folder contains our Jekyll based docs site which is hosted at https://pusher.github.io/oauth2_proxy.

When making changes to this docs site, please test your changes locally:

make serve

To run the docs site locally you will need Ruby at version 2.1.0 or higher and bundle (gem install bundler if you already have Ruby).