Dear all!
I installed openhab on debian bookworm (an otherwise clean system, because I run it in a dedicated kvm virtual machine).
Reason is: I didn’t want the separate and slow raspi, and I already had a pc running linux.
begin rant:
Unfortunately, the debian openhab package does not include the very nice
openhabian-config
that makes installation in the openhabian image so very simple, so everything is quite hard on a full-blown linux pc.
/rant
To have the nice web-logging tool “frontail” that is installed in openhabian via the configurator, I installed frontail following the tutorial:
https://github.com/melvinisken/FrontailOH3
However, the configuration of frontail (index.html, CSS stylesheets, json files) are not as beautiful (read: useable) as the ones of the original openhabian configuration: eg:
The openhabian version lookes like:
where mine (from the tutorial) produces:
Due to the worse formatting (blue highlighting of items…) it is a tad bit harder to read.
However, I failed to copy the raspbian configuration over to the debian machine (due to a lack of understanding of the frontail config on my part). I copied over the frontail/web/ directory (ie index.html and css files) but this make things worse…
Anybody happens to know how to move the raspbian config of frontail over to debian?