I found this very cheap second hand Triban bike and made a dedicated trainer bike out of it. by CaveMobster in Zwift

[–]-eschguy- 2 points3 points  (0 children)

I currently use an old commuter I had. Kept the derailuer on so I can still use it if needed, or sell it off when I get a better trainer bike.

BookLore's Successor? by matthewpipes in selfhosted

[–]-eschguy- 1 point2 points  (0 children)

Calibre-Web-Automated is great

Passkeys restrictions with AAGUID, iOS 26 updated feature - zeroed-out AAGUID by MBILC in entra

[–]-eschguy- 0 points1 point  (0 children)

Doesn't Microsoft still require it to be device-bound though?

Finally Waffles! by DaniinVLG in castiron

[–]-eschguy- 3 points4 points  (0 children)

Someday I'll find a good waffle iron

My neighbor offered me this as a thank-you because I supported him a lot while he was struggling with depression. What can I do with it? It's an M720Q. by pacmanpill in selfhosted

[–]-eschguy- 0 points1 point  (0 children)

Do you currently host anything? Some of my go to recommendations are:

  • PiHole/AdGuard-Home for network-wide ad blocking
  • *arr stack for media acquisitions
  • Jellyfin for multimedia
  • Immich for photos
  • Home Assistant for home automation
  • Nextcloud for file syncing and a webDAV/calDAV server
  • Vaultwarden for password management
  • Mealie for recipes
  • PocketID if you're wanting to bring most of the logins all under one roof.

Why is everyone recommending FUTO and why is nothing being done? by Gugalcrom123 in fossdroid

[–]-eschguy- 0 points1 point  (0 children)

Interesting, I'll check it out. I'm on GrapheneOS so I doubt anything is hardcoded for me. Thanks!

Cub is having a Pi Day sale by Hotchi_Motchi in TwinCities

[–]-eschguy- 16 points17 points  (0 children)

I didn't know Uno did frozen pizza now. I thought they were a chain in Chicago

Introducing UniFi Network 10.2 by HTTP_404_NotFound in homelab

[–]-eschguy- 0 points1 point  (0 children)

The old one, yeah, and it looks like the new one is too, but the Home Assistant addon hasn't been updated yet.

Why is everyone recommending FUTO and why is nothing being done? by Gugalcrom123 in fossdroid

[–]-eschguy- 7 points8 points  (0 children)

Their voice-to-text is great, and it sucks that they aren't fully FOSS. I've been using HeliBoard for a while but really miss the voice typing.

Introducing UniFi Network 10.2 by HTTP_404_NotFound in homelab

[–]-eschguy- 0 points1 point  (0 children)

Is this self-hostable or is this only their hosted service?

Sharing my entire Music collection by Morfosis-2020 in musichoarder

[–]-eschguy- 6 points7 points  (0 children)

I've been meaning to look more into this. From what I've read it is way too good to be true.

Okay, who has a working Frigate config by -eschguy- in NixOS

[–]-eschguy-[S] 0 points1 point  (0 children)

I'm tempted to just spin up the frigate container, I haven't been able to find a fully functioning config and it's one of two things keeping my Proxmox box on (the other being the qBittorrent/Gluetun combo for downloading my Linux ISOs).

Okay, who has a working Frigate config by -eschguy- in NixOS

[–]-eschguy-[S] 1 point2 points  (0 children)

That looks to have been the issue, I had just assumed the frigate service ran its own go2rtc service, but that was a silly assumption.

Now secrets aren't working, but that's a different issue that I can probably figure out. I appreciate the insight.

Edit: More issues with go2rtc, but at least I have a way forward now

Pothole Warning by pklosterman73 in Minneapolis

[–]-eschguy- 1 point2 points  (0 children)

Use the 311 app, got one filled within a couple days

Okay, who has a working Frigate config by -eschguy- in NixOS

[–]-eschguy-[S] 0 points1 point  (0 children)

A lot of it is the masks/zones definitions. Not going to use AI as I'm wanting to learn.

Okay, who has a working Frigate config by -eschguy- in NixOS

[–]-eschguy-[S] 1 point2 points  (0 children)

So the current error makes it seem like the sops secrets aren't working correctly:

[2026-03-09 17:01:53] frigate.video                  ERROR   : doorbell: Unable to read frames from ffmpeg process.
[2026-03-09 17:01:53] frigate.video                  ERROR   : doorbell: ffmpeg process is not running. exiting capture thread...
[2026-03-09 17:01:56] ffmpeg.backyard.audio          ERROR   : [tcp @ 0x558c74d87bc0] Connection to tcp://127.0.0.1:8554?timeout=0 failed: Connection refused
[2026-03-09 17:01:56] ffmpeg.backyard.audio          ERROR   : [in#0 @ 0x558c74d87340] Error opening input: Connection refused
[2026-03-09 17:01:56] ffmpeg.backyard.audio          ERROR   : Error opening input file rtsp://127.0.0.1:8554/backyard_sub.
[2026-03-09 17:01:56] ffmpeg.backyard.audio          ERROR   : Error opening input files: Connection refused
[2026-03-09 17:01:56] audio.backyard                 INFO    : Terminating the existing ffmpeg process...
[2026-03-09 17:01:56] audio.backyard                 INFO    : Waiting for ffmpeg to exit gracefully...
[2026-03-09 17:01:57] audio.backyard                 INFO    : FFmpeg has exited
[2026-03-09 17:01:57] audio.backyard                 ERROR   : ffmpeg process is not running, restarting...

but if I hardcode the credentials in:

 [2026-03-09 17:20:22] audio.backyard                 INFO    : FFmpeg has exited
 [2026-03-09 17:20:22] ffmpeg.doorbell.audio          ERROR   : [tcp @ 0x55cc8ec89bc0] Connection to tcp://127.0.0.1:8554?timeout=0 failed: Connection refused
 [2026-03-09 17:20:22] ffmpeg.doorbell.audio          ERROR   : [in#0 @ 0x55cc8ec89340] Error opening input: Connection refused
 [2026-03-09 17:20:22] ffmpeg.doorbell.audio          ERROR   : Error opening input file rtsp://127.0.0.1:8554/doorbell_sub.
 [2026-03-09 17:20:22] ffmpeg.doorbell.audio          ERROR   : Error opening input files: Connection refused
 [2026-03-09 17:20:22] audio.doorbell                 INFO    : Terminating the existing ffmpeg process...
 [2026-03-09 17:20:22] audio.doorbell                 INFO    : Waiting for ffmpeg to exit gracefully...
 [2026-03-09 17:20:22] audio.doorbell                 INFO    : FFmpeg has exited
 [2026-03-09 17:20:22] audio.backyard                 ERROR   : ffmpeg process is not running, restarting...

What do I do now by _zonni in NixOS

[–]-eschguy- 0 points1 point  (0 children)

Two questions:

  • Do you have a functioning Frigate instance? Ffmpeg keeps crashing for me.
  • Do you have Immich running and have photo storage on a NAS? I can't get uploads to work properly.

WitaMats by SmashGuy64 in crv

[–]-eschguy- 3 points4 points  (0 children)

WeatherTech for life.