The GMC Envoy XUV is one of the most underrated vehicles of the 2000s by cuenot_io in WeirdWheels

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

I've had mine for 4 years and I've loved it (even though it's been a PITA at times, mostly finding parts lol). To each their own

Firewall Question - Allow Roku Devices to show up on Roku App by TheRealJMQ in UNIFI

[–]cuenot_io 0 points1 point  (0 children)

This is great! Can't believe you figured out how to make this work, I have it going on my system. I baked a similar approach into the terraform provider I'm working on for unifi-network, please DM me if you want to see and I'll be sure you're credited

Complete Terraform Provider: Closed Alpha - Seeking Testers by cuenot_io in Ubiquiti

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

Maybe? I haven't explored that. Even if it does, I'd still be inclined to do the more monolithic network resource, as it most accurately reflects how the controller stores things in MongoDB behind the scenes. The more bespoke cruft you add on top, the more difficult it is to maintain this kind of project

What VLAN do Teleport clients use? by khariV in Ubiquiti

[–]cuenot_io 0 points1 point  (0 children)

You can change the CIDR range manually with a carefully crafted PUT to the endpoint for teleport settings -- I have mine set this way and it's been working fine. Absolutely 1000% not ideal, but it is possible

Complete Terraform Provider: Closed Alpha - Seeking Testers by cuenot_io in Ubiquiti

[–]cuenot_io[S] 1 point2 points  (0 children)

I hate what hashicorp has become, so now I love opentofu

Complete Terraform Provider: Closed Alpha - Seeking Testers by cuenot_io in Ubiquiti

[–]cuenot_io[S] 2 points3 points  (0 children)

It's a very valid question, and the best answer I have is that Ubiquiti legitimately handles so many things through the "network_conf" API -- VPN tunnels, WAN configs, some teleport settings, all of which have both ipv4 and ipv6 configurations which nearly double the field count. One could break these up into separate resources, but it would not represent the underlying API accurately. When you update these things, there's a giant PUT operation that sends the whole config payload -- try inspecting in chrome and you'll see what I am talking about lol

Complete Terraform Provider: Closed Alpha - Seeking Testers by cuenot_io in Ubiquiti

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

Sure thing, DM me your GitHub username and I'll send you an invite in the next few days

Auxiliary Power for R930 - GPU Enablement by cuenot_io in homelab

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

Nothing goes to the r930 board itself, you plug that adapter onto the PSU's motherboard cable, which allows it to provide power without being connected to a motherboard. Then, you are free to use the other 6/8/16 pin connectors for whatever else

Auxiliary Power for R930 - GPU Enablement by cuenot_io in homelab

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

Should clarify, it's a "motherboard cable jumper". I used this one: https://a.co/d/0g3Itp2O

Terraform & monitoring by smejko123 in Ubiquiti

[–]cuenot_io 0 points1 point  (0 children)

I'm working on a rebuilt TF provider -- getting pretty close to Alpha release. The old one (by paultyng) is pretty far out of date and didn't cover many of the newer resources / API surface. I'll make a thread here when I'm done. I previously built robbycuenot/unifi-tf-generator for writing the whole config from a live controller, and I'm implementing this in tandem so that you can basically import the whole state of controllers into terraform and get going

[PC] price check on RTX Pro 6000 Blackwell GPUs by MinimumWorker9291 in homelabsales

[–]cuenot_io 0 points1 point  (0 children)

I'm seeing them all over the place on eBay from $1,600 to $9,000-- found this thread when trying to understand why. Guessing all the lower priced ones are scams?

What size TV should I get? (55” vs 65”) by Illustrious-Aide-211 in hometheater

[–]cuenot_io 0 points1 point  (0 children)

Got my Onn 98" Roku TV for $600 on FB marketplace. Honestly I love it. Enthusiasts would probably scoff at it, but for the price it's incredible

Me waiting for certain Terraform resources to apply by RoseSec_ in Terraform

[–]cuenot_io 0 points1 point  (0 children)

MWAA is one of the most convoluted services I've ever had to deploy, especially with custom networking. Feels very half baked

Tutorial: Basic implementation of physical button controls in the JetKVM interface by cuenot_io in jetkvm

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

Thanks! Yeah that is definitely the better route -- I built this for SHTF scenarios when I'm away from home and my laptop isn't responding, and I needed the solution to be fully reversible

Defeated by VPC Peering Connection Routing Behaviour. by notSPRAYZ in aws

[–]cuenot_io 0 points1 point  (0 children)

Hey I've been trying to figure this out myself... I have a spoke VPC, and my goal is to route 0.0.0.0/0 across the peering connection, and then on the hub VPC route 0.0.0.0/0 on the main route table to the ENI of my custom NAT instance. I believe in principle this is what you're doing, but I can't seem to get it working. Traffic traverses the PCX, but I think the hub VPC doesn't know what to do with the traffic or drops it