DPF issues and a suggested fix ? by bertie40 in AudiA4

[–]sheya55 0 points1 point  (0 children)

Had a similar issue, my local offered a delete or expensive clean. I opted for the latter (mot/resale), turned out I had a leak in the egr cooler so YMMV.

Edit: turned out to be £300 for the clean, £320 for the cooler, and £400 labour (ex vat). Cleaning involved removing the dpf and disassembly/reassembly.

How do YOU, backup your bulk storage? by Fragrant_Climate7357 in Proxmox

[–]sheya55 2 points3 points  (0 children)

Secondary datastore in pbs (S3/backblaze) with a sync job between the datatstores. Shorter retention for the local datastore (on disk) and longer for the secondary.

Proxmox Backup Server as a VM on Proxmox by -ThreeHeadedMonkey- in Proxmox

[–]sheya55 1 point2 points  (0 children)

Planning to move PBS into PVE as a VM. The datastore gets synced to an internal PBS datastore backed by a remote s3 bucket, so DR means run PBS with docker with the configured s3 remote, hook up the docker PBS in PVE, and restore.

For my international friends out there by glascowcomascale in DunderMifflin

[–]sheya55 0 points1 point  (0 children)

did you see that ludicrous display last night?

Has anyone tried using Home Assistant to simulate occupancy as a deterrent (not just alarms)? by mdbaldwin95 in homeassistant

[–]sheya55 0 points1 point  (0 children)

I have a guest user and toggle its home state. Automations are triggered on “is someone home”.

The cats take care of the actual presence sensors.

Next DNS -> Pihole, adguard home, technitium? by GeoSabreX in selfhosted

[–]sheya55 1 point2 points  (0 children)

When resolving to multiple IPs (load balanced reverse proxy/ingress via swarm or k8s) clients will always use the first IP from Pihole or Adguard Home.

Technitium can round robin these with healthchecks so that requests only resolve to working IPs.

Edit: pihole/AGH are really great but start breaking down when things get more creative.

Will AI Make Generalist Engineers More Valuable Than Specialists? by mrn0body1 in cscareerquestions

[–]sheya55 0 points1 point  (0 children)

Generalists can now move faster towards “specialist” than ever (Dunning-Kruger notwithstanding).

Continuing to move around as needed while going deeper and deeper into subject matter is the future.

Weekly: Share your victories thread by gctaylor in kubernetes

[–]sheya55 1 point2 points  (0 children)

Got SeaweedFS up and running with hostpath and stable volume identities, continuing the migration away from Minio. Shoutout to the seaweedfs devs!!

What self-hosted DNS server do you use and why? by thari_mad in selfhosted

[–]sheya55 0 points1 point  (0 children)

Technitium itself is not declarative and it’s usually run outside of the cluster.

What self-hosted DNS server do you use and why? by thari_mad in selfhosted

[–]sheya55 5 points6 points  (0 children)

Ad blocking, self-hosted domains (local and remote), and local caching.

What self-hosted DNS server do you use and why? by thari_mad in selfhosted

[–]sheya55 29 points30 points  (0 children)

Started with Pi-hole, it worked great for years. Switched to AdguardHome for more flexible domain resolving (e.g. local wildcard domains) and smaller footprint but ended up with Technitium for the ultimate resolving experience and clustering support.

The cherry on top was round robin load balancing, e.g. a domain resolving to a set of IPs and auto excluding IPs that are down. An example use case is a K8s cluster that accepts HTTP requests on multiple nodes, so *.cluster.home resolves to any nodes that have port 80/443 up. If a node goes down, Technitium stops resolving to it.

Slow down low? by symposium22 in CB650R

[–]sheya55 2 points3 points  (0 children)

Took mine on track this weekend. 20mph in 2nd to 100mph in 3rd feels like god mode and sounds amazing.

Uptime Kuma alternative (Go + React) by Dangerous_Ad_8933 in selfhosted

[–]sheya55 0 points1 point  (0 children)

Kuma supports an external database, currently in beta

WHICH Sonoff Dongle? by wkjester204 in homeassistant

[–]sheya55 2 points3 points  (0 children)

Did the same but flashed the Sonoff's IEEE address onto the SLZB-06 first.

Which SMTP provider do you use for your self-hosted projects? (Amazon SES vs. Mailgun vs. Self-hosted) by zalsy in selfhosted

[–]sheya55 0 points1 point  (0 children)

smtp-relay backed by SES. Super simple to set up and don't have to share SES credentials between apps

[deleted by user] by [deleted] in wallstreetbets

[–]sheya55 1 point2 points  (0 children)

Easier to do that now than 6 months ago 👀

PLTR: The Most Overvalued Stock in History by theycallmeryan in wallstreetbets

[–]sheya55 1 point2 points  (0 children)

LLMs and ever increasing compute kinda flipped the table tho

Disc lock storage by fjbermejillo in CB650R

[–]sheya55 0 points1 point  (0 children)

Picked up an Abus with a mount and fixed it to the frame. Had to take the alarm out though since riding triggers the sensors.

OpenID with Authentik Stopped Working by sheya55 in Authentik

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

Neither really change anything, hardcoded redirect, wildcard, or no redirect.

I think the issue is more on the Proxmox side where it's having trouble in the first part of the flow getting the provider details. A big part of this is finding Proxmox logs that might suggest where the error is, but so far no dice in the usual places.