Add a Reference section
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Luca Beltrame 2021-08-01 10:50:48 +02:00
parent 91cf3add5b
commit 0f2efc2ddb
Signed by: einar
GPG key ID: 4707F46E9EC72DEC

View file

@ -643,3 +643,10 @@ A nice bonus of this setup is that you can potentially add OAuth2 authentication
I wrote this guide because the (not large) resources on oauth2-proxy mainly deal with Kubernetes, and many, other essential bits of information are scattered throughout the net. I hope it will be useful to someone (well, at least it was useful to *me*, so that's a start).
Have fun!
## References
- [OwnTracks documentation](https://owntracks.org/booklet/)
- [oauth2-proxy documentation](https://oauth2-proxy.github.io/oauth2-proxy/)
- [oauth2-proxy nginx example](https://github.com/oauth2-proxy/oauth2-proxy/blob/master/contrib/local-environment/nginx.conf)
- [Podman documentation](http://docs.podman.io/en/latest/)