Chris wrote:
Good news — nothing's broken, and there's a proper permanent fix. Those homepage links get rebuilt from one saved setting (your "server address") every time SparkBox starts or you switch a module on — that's why the .149 you set keeps flipping back to .150. The earlier fix only edited the finished page, so the rebuild overwrites it each time. The lasting fix is to point that one saved setting at the IP you want, then let it rebuild once: sudo sed -i 's/^SBDOMAIN=./SBDOMAIN=192.168.8.149/' /opt/sparkbox/.env && sudo sparkbox up Once it finishes, every link on your homepage should read .149 and stay that way. I've also passed the wrong-IP-on-link-aggregation part to Tom — he likes to see these.
Chris wrote:
One correction I owe you, and it's about the Radarr tile fix from your other thread. You were told to run sudo sparkbox update to land on 1.6.400. That only re-pulls the app images your box is already pinned to — it cannot move you onto a newer SparkBox release. The command that does is: sudo sparkbox upgrade So if your tiles are still dropping after an update, the likeliest reason is that 1.6.400 never actually reached your box. Running that should settle it. The SBDOMAIN change above is separate and still stands. Sorry for the runaround — Tom has since corrected the wording that caused it.