| 14 Jan 2025 |
@hexa:lossy.network | http 401 implies authorization was needed, but not provided | 23:30:40 |
| 15 Jan 2025 |
Samsonite | i mean yea there's some authentication issue | 00:00:47 |
Samsonite | but homeassistant is connecting to frigate properly | 00:02:52 |
Samsonite | the only thing i'm noticing is it's recommeding connecting over port 5000 but nixos exposes it on port 80 | 00:03:30 |
@hexa:lossy.network | 5000 is the frigate port that uses no auth | 00:05:37 |
@hexa:lossy.network | 5001 uses auth | 00:05:39 |
Samsonite | i mean nothing loads when i try to go to 192.168.0.48:5000 nor 192.168.0.48:5001 | 00:10:57 |
Samsonite | even when i have them in firewall allowedtcpports | 00:11:22 |
Samsonite | so ive been using port 80 to get to frigate web ui, and to add it to homeassistant (with username & password) | 00:11:46 |
@hexa:lossy.network | 5000/5001 are their nginx ports in the docker container | 00:15:48 |
@hexa:lossy.network | we don't listen on these | 00:15:52 |
Samsonite | so ultimately is it a configuration issue on my end that is causing the unauthenticated errors | 00:16:49 |
Samsonite | or is it something to do with the way frigate is configured in nixos? | 00:17:00 |
@hexa:lossy.network | not sure | 00:17:24 |
Samsonite |  Download image.png | 00:18:13 |
Samsonite | it says it needs access to port 5000 for api | 00:18:16 |
@hexa:lossy.network | so? | 00:21:30 |
Samsonite | idk this is all over my head. just trying to figure out why live view works fine but no images, no clips, no timeline, and unauthenticated errors | 00:22:20 |
@hexa:lossy.network | https://github.com/NixOS/nixpkgs/pull/370921 | 00:22:37 |
@hexa:lossy.network | well actually. | 00:22:39 |
@hexa:lossy.network | ss -lpn | grep 5000 | 00:23:00 |
@hexa:lossy.network | yay/nay? | 00:23:02 |
Samsonite |  Download image.png | 00:23:39 |
@hexa:lossy.network | ok, so that listens on localhost ipv4 only | 00:23:58 |
@hexa:lossy.network | that will not translate between hosts | 00:24:27 |
| @hexa:lossy.network invited fleaz. | 00:26:20 |
Samsonite | So I need to make port 5000 listen across the subnet? | 00:37:39 |
@hexa:lossy.network | if you think that is a reasonable thing to do | 00:39:04 |
Samsonite | that backport says it was merged, right? | 02:06:05 |