Frontail openHAB Package Installation Frontend

  • Platform information:
    • Hardware: x86/44G/128G
    • OS: Debian Bullseye
    • Java Runtime Environment: openjdk 11.0.16
    • openHAB version: openHAB 3.3.
  • Issue of the topic:
    I installed the openHAB Package with
    apt-get install openhab
    after that I installed frontail with npm. I created a systemd service and it is running
    I can see the Logs on “192.168.0.XYZ:9001”. Now I wanted to directly integrate it into a Sitebar page in my Openhab instance so I can securely access it from outside my private network. I tried to create a Layout with a Web Frame to get access to frontail. But it doesn’t show anything if I enter “http://192.168.0.XYZ:9001” or “http://localhost:9001” into it. Any Ideas how I can see the logs directly in openHAB?

EDIT: Sitemap Web Frame works in the App.

Thanks for your help.
Metzger

how do you intend to securely access it from outside your private network ? Via your own reverse proxy; just by opening a port on your router; via myopenhab.org / the app; … ?

Via Reverse Proxy.