From 0f2efc2ddb94ec6453100df682ea2072f18ca633 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sun, 1 Aug 2021 10:50:48 +0200 Subject: [PATCH] Add a Reference section --- ...-owntracks-recorder-and-oauth2-with-nginx-and-podman.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/post/2021-08-01-setting-up-owntracks-recorder-and-oauth2-with-nginx-and-podman.md b/content/post/2021-08-01-setting-up-owntracks-recorder-and-oauth2-with-nginx-and-podman.md index 622efde..fb19073 100644 --- a/content/post/2021-08-01-setting-up-owntracks-recorder-and-oauth2-with-nginx-and-podman.md +++ b/content/post/2021-08-01-setting-up-owntracks-recorder-and-oauth2-with-nginx-and-podman.md @@ -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/)