You know what is running on your Pi, right?
Selfhosted
3
Posts
3
Posters
0
Views
-
You know what is running on your Pi, right?
Just check the configs of those services and see if any are still using old.home.lab. -
You know what is running on your Pi, right?
Just check the configs of those services and see if any are still using old.home.lab.If you're really out of options you can just brute-force it:
# grep -r 'old.home.lab' /etc
Or any other dir with configs..
-
If you're really out of options you can just brute-force it:
# grep -r 'old.home.lab' /etc
Or any other dir with configs..
Their will be edge cases this doesn't catch. As some services store said data in a db and grep won't be able to find em. For example Immich stores it's oidc data in db and canr be found this way. Don't ask me how I know.