This is a completely new app for your OpenMower robotic lawnmower.
At this time, "only" the map editor and some debug information are enabled.
This assumes you're on a recent OpenMowerOS v2 image.
-
Go to
http://<mower-ip>:5001/compose/openmowerin your browser. -
Switch to edit mode.
-
In the
compose.yamleditor, add the following lines above the# Dockge-specific extras shown in the UIline:app: image: ghcr.io/xtech/openmower-app:edge container_name: app ports: - 3000:3000 restart: unless-stopped
Double-check the indentation,
appshould be indented 2 spaces, just like the other containers. -
Add the new URL:
x-dockge: urls: - http://${HOSTNAME}:8080 - http://${HOSTNAME}:3000
-
Click the
Deploybutton.
You can now access the app at http://<mower-ip>:3000 in your browser.