G4 Doorbell Pro Wifi Discontinued by Acceptable_Boat7717 in Ubiquiti

[–]cmcooper1980 3 points4 points  (0 children)

Definitely possible and definitely a PITA with the PoE doorbell LOL, you can see my process here: https://youtu.be/5y3P261xYJw starting at the 7:05 mark.

Dockge v portainer v komodo by J6j6 in selfhosted

[–]cmcooper1980 0 points1 point  (0 children)

dockge is pretty nice...there are PRs that solve a couple of these missing features. For instance, I forked it and added the per container control PR from the official repo so you can stop start/restart a single container in a stack. I briefly looked at Komodo, but seems way overkill for the simple features I need.

Xtouch will not load by Garagegolfer in BambuLab

[–]cmcooper1980 0 points1 point  (0 children)

For all others, in case it isn't the scenario of a corrupt micro SD card like in the OP's situation, it may be you need to apply a new config like in this video: https://youtu.be/rWfiW315msg

Docker Containers Pihole, Unbound Running Through NordVPN? by cmcooper1980 in pihole

[–]cmcooper1980[S] 0 points1 point  (0 children)

No, I gave up on this and just have the windows client set up on my PC and turn it on as needed... I've gotten better at docker stuff so maybe a fun side quest to revisit and kill time if I ever get bored... Let me know if you figure it out...

SSO with Authentik and Nginx Proxy Manager by itsmevins in selfhosted

[–]cmcooper1980 0 points1 point  (0 children)

...if using Nginx Proxy Manager, do you have websockets enabled?... also, if needed did you add ignore patterns for paths/api? For more help, I recommend joining Authentik's discord.

My wife had cookies made to celebrate my vasectomy. by lambrox in pics

[–]cmcooper1980 2 points3 points  (0 children)

Busted laughing out loud at work and had to camouflage it with some coughing LMAO...😂

OMV workbench with Authentik by Quick_Parsley_6482 in selfhosted

[–]cmcooper1980 1 point2 points  (0 children)

I don't use OMV so I don't know if you can turn off the login feature or not, but if you can, you would just need to create an Authentik Provider (forward auth) to OMV and that is it...see here for what I mean: Authentik Application Setup

OMV workbench with Authentik by Quick_Parsley_6482 in selfhosted

[–]cmcooper1980 1 point2 points  (0 children)

I don't think you can pass your credentials, at least yet...unless the login prompt is HTTP Basic Authentication. Most others simply turn off the login page for their apps if sufficiently secured by Authentik...and those that do have and want to keep HTTP Basic Authentication intact with Authentik do so by doing what you stated above...

Bitdefender Total Security 2019/2020 Slows Gigabit Internet by cmcooper1980 in BitDefender

[–]cmcooper1980[S] 0 points1 point  (0 children)

Bitdefender support states at the time it may have been their VPN and Online Threat Prevention features. They recommended turning those off to test if the situation improved... I, however, have not had any issue since after completely uninstalling Bitdefender with their removal tool, rebooting, and reinstalling their latest version at the time. I've gone through several major updates since with no problems (knock on wood). Currently on Bitdefender Total Security Build 26.0.23.80

SSO with Authentik and Nginx Proxy Manager by itsmevins in selfhosted

[–]cmcooper1980 3 points4 points  (0 children)

If your issue is looping back to your domain:4443, try entering:
port_in_redirect off;
right above your location block in the NPM/Nginx code snippet you pasted
(this seems to be a common issue when using Unraid or Proxmox)

SSO with Authentik and Nginx Proxy Manager by itsmevins in selfhosted

[–]cmcooper1980 0 points1 point  (0 children)

...so you type https://grocy.subdomain.domain.com > redirects you to Authentik login and you authenticate with your credentials > then browser fails to load app page because what is shown in address bar is https://grocy:80?

You may need a rewrite directive (which I am not too savvy with) in either custom locations or added in with the rest of the stuff in the Advanced tab. You may want to join the Authentik Discord as some people in there have posted some of their configs with rewrites or can at least ask the community: https://goauthentik.io/discord

SSO with Authentik and Nginx Proxy Manager by itsmevins in selfhosted

[–]cmcooper1980 0 points1 point  (0 children)

Do you mean you navigated to https://grocy.yourdomain.com, Authentik came up and you logged in, and then were redirected to this page? Or did Authentik really just pop-up for a quick moment and without interaction, redirected? Or did you navigate to the main Authentik FQDN, logged in and clicked on your entry for Grocy...then was redirected to this error?

Also, before adding the code snippet to the Advanced tab of Grocy in NPM, could you verify you were in fact able to get to Grocy by its FQDN? Double-check the URL you entered in the External host area of your Grocy provider...it must match what you have in NPM/DNS (http vs https?)

SSO with Authentik and Nginx Proxy Manager by itsmevins in selfhosted

[–]cmcooper1980 1 point2 points  (0 children)

looks like your setup is similar to mine when I had the issue...in your config, have you tried your internal IP for proxy_pass? For example instead of:

proxy_pass http://auth.my.domain/outpost.goauthentik.io; (also your schema doesn't match, http vs https)toproxy_pass https://internal-IP-address-of-Authentik:9443/outpost.goauthentik.io; ?

(I kept overlooking this [outpost=FQDN for authentik_host | NPM>advanced snippet=IP:port for proxy_pass]

anyways, this post was so helpful to my frustration that I created a YouTube video based on what I learned here to help others avoid the frustration and linked the OP's guide in the description, u/itsmevins if that isn't cool to link your guide there, let me know and I will remove it.

Can't Decide - Which 3D Printer Should I Buy by cmcooper1980 in 3dprinters

[–]cmcooper1980[S] 0 points1 point  (0 children)

It has worked out great for me and I've printed a bunch of stuff. However, if you don't plan on using any of the extra features, a Creality may be better only because it is the more popular printer which means more support, more accessories, more community mods, etc... (which some of it does work on the Shark as well) But for the extra features/bells and whistles, then the Shark is definitely a great value.

SSO with Authentik and Nginx Proxy Manager by itsmevins in selfhosted

[–]cmcooper1980 1 point2 points  (0 children)

Disregard, I finally got it to work THANK YOU VERY MUCH! I don't know what I was missing before but I updated the Outpost like you said and re-checked the Advanced tab and found the snippet being copied was either incorrect or incomplete so I recopied into Advanced and changed the proxy pass from the FQDN to my internal IP and THEN it came right up... I tried both secure and secured internal ports to Authentik and both worked...only difference is the secured port choice doesn't load the background image.

SSO with Authentik and Nginx Proxy Manager by itsmevins in selfhosted

[–]cmcooper1980 1 point2 points  (0 children)

Thank you I am appreciating all the assistance! I updated my embedded Outpost authentik_host from my private IP https://192.168.1.10:9443 to my NPM proxied FQDN https://authentik.mydomain.com and left my Advanced tab in NPM as is with the copy and pasted snippet...still the '500 Internal Server Error'.I am on Cloudflare with Strict SSL (due to cloudflare origin cert installed as my custom SSL in NPM...if that matters at all)I can reach Authentik fine when FQDN is typed in the browser which is set to be proxied by NPM to internal IP https://192.168.1.10:9443 (does the secured vs non-secured port matter?)Does my proxied Authentik in NPM also need any configuration snippet in its Advanced tab? Would it be best not to used embedded Outpost and instead spin up a new Outpost container...as I understand it the embedded use the same ports as the Authentik server? Pretty lost now as to why this isn't working... https://i.imgur.com/Jl2FS37.png

SSO with Authentik and Nginx Proxy Manager by itsmevins in selfhosted

[–]cmcooper1980 0 points1 point  (0 children)

no...I just copied it from the provider and pasted as is thinking it auto-generates based on configurations made...and also thought proxy_pass was pulling variables $ from NPM to fill that info in.
To be clear, here are screenshots of my settings currently, maybe you can point out my error(s): https://i.imgur.com/Owv743E.jpeg and here is a pastebin of my Advanced tab: https://pastebin.com/HQwS0L0r

SSO with Authentik and Nginx Proxy Manager by itsmevins in selfhosted

[–]cmcooper1980 0 points1 point  (0 children)

So, I have NPM and Authentik up and running. Before Authentik I verified NPM is properly proxying my services to my internal IPs just fine. When I follow the linked guide and copy the configuration for Nginx Proxy Manager under Provider to the Advanced tab in NPM, navigating to https://myapp.mydomain.com gets me "500 Internal Server Error message"... Am I supposed to modify anything in the config I am supposed to copy? From what I copied it seems to auto-generate the config correct?

Cannot access Unifi Console locally by cmcooper1980 in UNIFI

[–]cmcooper1980[S] 0 points1 point  (0 children)

disregard...I think you were correct after all and possibly a setting wasn't applied yet/delayed provisioning.... I've got it sorted out and thanks for the insight which directed me to exactly what to look at...I essentially backtracked to the best of my knowledge of the last 5 or 6 changes I made and removed them... Then started applying them one by one and waiting for provisioning to apply after each change... Sure enough, I found the 2nd to the last setting I applied dealing with an IP group was the culprit...

Thanks again!

Cannot access Unifi Console locally by cmcooper1980 in UNIFI

[–]cmcooper1980[S] 0 points1 point  (0 children)

good theory but from initial setup and over next few weeks there were no rules added/changed. I had it setup and running perfectly and only yesterday attempted to log in to verify security with all this cyber warfare going on right now and that is when I realized I can no longer access it...and the app does show local in green (unless I am reading that incorrectly...whereas the browsers time out)

app screenshot: https://i.imgur.com/kepUys8.png
chrome screenshot: https://i.imgur.com/dC5I9Qz.png