question: Where is the best place for this?
I spent some time today replacing Authentik to protect my websites. It is working (and working well), but it did take some searching and tweaking based on things found across different repositories, documentation, issues, etc.
This is what I came up with as a working end to end example, and I wanted to pass it along for anyone else looking to do something similar.
https://gist.github.com/EricZimmerman/3015b94ab027d0597e0e55e93f0466c3
I am happy to do a PR against the docs.authcrunch or anywhere else if you think its a more appropriate fit.
@EricZimmerman , I think the best place would be to write blog somewhere on your website.
Generally speaking the documentation is here: https://github.com/authcrunch/authcrunch.github.io
Why did Authentik not working for you anymore?
Why did Authentik not working for you anymore?
it worked for browser protecting the apps, but there was no way that i saw to do basic auth or use an api key. if it was there, it was not clear how to do it. i got it working for basic protection of apps behind the proxy, but that was it, and it broke my mobileraker and nzb360 integration
I also prefer your approach with doing it in caddy and not having to spit out to something else that is much more heavy weight. plus, everything works with my mobile apps again
@EricZimmerman , I think the best place would be to write blog somewhere on your website.
Generally speaking the documentation is here: https://github.com/authcrunch/authcrunch.github.io
i can do a PR against the docs, possibly adding an Examples page or something? does that work?
Sure. That works. I will need go rebuild the website for it to show up.
PR done
https://github.com/authcrunch/authcrunch.github.io/pull/73