Openhab dashboard configuration sources, more than `dashboard.cfg`?

Please help me out here (I have been looking all evening);

At some point (I think maybe OH 2.0 release) I installed the Find server. Just to tinker with it. I think this was in the release when Find first was introduced as a menu item to install in openhabian.

At the time a nice handy Find server tile was added to my dashboard. After some time I chose to remove the Find server as I did not need it. Now I’m cleaning up my dashboard and cannot for the life of me get rid of the Find server tile…

This is my /etc/openhab2/services/dashboard.cfg:

frontail.link-name=openHAB Log Viewer
frontail.link-url=../frontail
frontail.link-imageurl=../static/frontail.png

nodered.link-name=Node-RED
nodered.link-url=../nodered
nodered.link-imageurl=../static/nodered.png

grafana.link-name=Grafana
grafana.link-url=../grafana
grafana.link-imageurl=../static/grafana.png

I.e. no mention of the find server. I’m able to see the find server entry in /var/lib/openhab2/config/org/openhab/dashboard.config:

find.link-imageurl="data:image/png;base64,/9j/4AAQSkZJRgABAQEBXgFeAAD...SoP//Z"
find.link-name="FIND"
find.link-url="http://<my hostname>t:8003"

Where <my hostname> is a placeholder I’ve added for the sake of posting and the imageurl was deliberately shortened.

I have attempted to remove the Find server tile from /var/lib/openhab2/config/org/openhab/dashboard.config but it seems to be added back into the file each time change is made to /etc/openhab2/services/dashboard.cfg or the server gets restarted, and it is never removed from my dashboard at http://<my hostname>:8080/start/index.

Now where is the Find server tile configuration loaded from? It seems there are additional configuration file(s) to /etc/openhab2/services/dashboard.cfg that are loaded during initialization/restart of the dashborad service…?

Did you ever find a solution to this? I am having the same problem with Node-Red. Installed it to check it out, now it is impossible to remove.

No, sadly I never got to the bottom of this :confused:

You could browse the openhabian sources under /opt/openhabian maybe that is of help.

BTW we just added FIND3.

See if this works for you: How to uninstall Node-Red?