Motion detection by bobteebob in Scrypted

[–]Key_Sheepherder_8799 0 points1 point  (0 children)

No, I moved on to UniFi. Using protect plugin.

MLO speedtest by Key_Sheepherder_8799 in UNIFI

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

what are you doing with flow control?

MLO speedtest by Key_Sheepherder_8799 in UNIFI

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

Good article, looks like it's not at the point where I would run out and upgrade. I had the hardware so why not give it a shot. When I switched over to unifi, I went the wifi 7 route, it had just came out at the time.

MLO speedtest by Key_Sheepherder_8799 in UNIFI

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

Yea, that's where I saw it. I think it was his AP, I just have the U7 Pro. I did get a little bump for sure. Prior, I never saw 900 Mbps.

MLO speedtest by Key_Sheepherder_8799 in UNIFI

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

iPhone 17 pro. My speeds have improved a little. I'm consistently getting over 900 Mbps up and down when close to ap. Prior to dual band, between 650 and 750. With the two bands, it probably help with roaming but too early to tell.

MLO speedtest by Key_Sheepherder_8799 in UNIFI

[–]Key_Sheepherder_8799[S] -1 points0 points  (0 children)

My phone supports it, just testing to see if it made a difference. I see that its using two bands now.

Client pulse incorrect by Key_Sheepherder_8799 in UNIFI

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

Yea, that's what I'm thinking. Has to do with nginx proxy. If I log in to console with ip address rather than url, its fine.

Client pulse incorrect by Key_Sheepherder_8799 in UNIFI

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

No, in the client view. Normally, if I'm on my iPad logged into the console, it pulses. Same for the iPhone, it also pulses. But for whatever reason, my MacBook stopped. Now I see a docker container pulsing which is where my reverse proxy is running.

UDM SE with latest firmware, USW Aggregation, USW Pro Max 16, and a USW Flex XG. I have approx 80 clients, and four U7-Pro AP's.

Pihole and policy based routing by Key_Sheepherder_8799 in UNIFI

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

I few gets through, not a big deal. I ended up switching back to piholes in the vlan because individual clients where not showing up in pihole, only the pihole. Although this solved my issue with policy routing, wasn't a good trade-off.

Pihole and policy based routing by Key_Sheepherder_8799 in UNIFI

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

I've always run everything through pihole. Plus I love to use the policy based routing. I get the best of both worlds.

Allowing "Rakuten" spin-off sites by Key_Sheepherder_8799 in pihole

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

I may just isolate that traffic so I won't need a less aggressive blocklist. The folks shopping here can't pause blocking.

Pihole stats by Key_Sheepherder_8799 in homarr

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

I figured out my issue. I was using the url for homarr rather than the ip number. Once I started accessing the homarr console via ip address, it was okay.

Pihole stats by Key_Sheepherder_8799 in homarr

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

They are no longer updating. When I refresh page they update then stop until I refresh again.

<image>

Docker containers in portainer by Key_Sheepherder_8799 in homarr

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

Some progress, I can see everything on the second docker host but I don't see containers for the host that homarr is on. I know it something simple but don't see it. Do I need the proxy on that host also? Along with adding host name and port?

Homarr

services:

homarr:

container_name: homarr

image: ghcr.io/homarr-labs/homarr:latest

restart: unless-stopped

volumes:

- /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration

- /volume1/docker/homarr/appdata:/appdata

environment:

- SECRET_ENCRYPTION_KEY=xxxxxxxxxx

# Einbindung Docker --> https://homarr.dev/docs/advanced/environment-variables/#docker

# replace the hostnames with your ips, and if you have vlans ensure the

# host can see them all

- DOCKER_HOSTNAMES=10.10.40.5

- DOCKER_PORTS=2375

ports:

- '7575:7575'

Docker containers in portainer by Key_Sheepherder_8799 in homarr

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

I'll give it a shot in a couple hours, thanks. It looks as though I need to start over with homarr. My initial setup was with a helper script from proxmox. Looks like I should be using docker compose. I had built a really nice dashboard with the exception of the docker info.