Results 24 comments of Hans

There is a time out period defined on the top: https://github.com/r-downing/PersWiFiManager/blob/master/PersWiFiManager.h

I think it designed that way

Because you cannot hold lot of data on Ram or you going to run out of usable ram

As a workaround, you can create a old style db under a bucket and create user/pass for it. Get into influx CLI and get the list of buckets. If you...

You are correct, I miss read the documentation https://kube-vip.chipzoller.dev/docs/installation/daemonset/ After removing metallb, no more DDOSing pfsense. However, I might have configured something wrong. k3s not picking up the VIP and...

Update: I played with this lot more and removed kube-vip altogether from the equation. Looks like traefik causing Metallb handout a ip constantly. I haven't figure out why yet. ```...

Found this https://rancher.com/docs/k3s/latest/en/networking/#disabling-the-service-lb so that was my issue and after I disabled servicelb everything worked as expected. Now time to dig into kube-vip

Thanks for the help, I did mess around with kube-vip more but I cannot get it to play well. I'm going to leave it to that and use metallb. One...

Sure, I got two frontends binded to two interfaces. WAN and LAN. This helps with separating rules for internal and public services. similar to this ``` frontend shared-https-merged bind xxx.xxx.xxx.131:443...