Jacob Colvin

Results 20 comments of Jacob Colvin

Just going to casually toss my little project in the ring as well. I made a Crossplane provider for Authentik using upjet (code generated from the Terraform provider) and have...

@danielloader I made a Crossplane provider for Authentik using upjet (code generated from the Terraform provider) and have been using it for a few months: https://github.com/MacroPower/provider-authentik Example provider config: https://github.com/MacroPower/homelab/blob/main/applications/base/crossplane-packages/authentik.yaml...

@MMihaiMarian Nothing pre-built that I'm aware of. But I think you could do this by adding the plugin to the underlying JSON of each dashboard. If you would like to...

I still use this myself every day. If it breaks, I will fix it. But there just has not been any reason for me to make any fixes/updates recently.

Not sure if it helps but I had intended to PR this back and just never got around to it template: https://github.com/MacroPower/helm-charts/commit/441a2cffe7b0d5984e1120a16f19cbf29cdfcd30 tests: https://github.com/MacroPower/helm-charts/commit/b5bc4565c6e51d77ba9a10a32284382826d1e8fe usage: https://github.com/MacroPower/helm-charts/commit/262eb7ce0c227c8564f5371de7507fe51563b893

I'm having this issue too, except mine randomly works. About 33% of the time I get my full 10k+ history, the rest of the time I only get ~3000.

My session was disconnecting (unrelated). Since I don't have screen set up it kills the process (seemingly). I just deleted and started over, then started noticing the issue. I just...

That makes a lot of sense. I was wondering how you were avoiding the captchas considering I do tend to run into them with similar applications.

I was able to make it work with fish by using lowercase: `set -gx devbox_no_prompt true`

Thank you for the PR! This will be really helpful to have. I have been a bit busy but should have time to test & review properly in the next...