Heimdall provides a nice browser home page, from which it is easy to access other apps or sites.
Heimdall will store its configuration data in a directory on the Host VM.
On the Ubuntu VM Host, create a directory for this config data.
mkdir /home/peter/Heimdall
On the Ubuntu VM Host:
id peter
returns:
uid=1000(peter) gid=1000(peter) groups=1000(peter)...
NOTE: Take a note of the UID and GID numbers.
In Portainer:
--- version: "2.1" services: heimdall: image: ghcr.io/linuxserver/heimdall container_name: heimdall environment: - PUID=1000 - PGID=1000 - TZ=Europe/Jersey volumes: - /home/peter/Heimdall:/config ports: - 8889:80 - 8443:443 restart: unless-stopped
NOTE: Change settings as required.
Open Portainer.
Press F5 to refresh.
NOTE: This should show the Heimdall container running.
Visit http://192.168.1.30:8889 in a browser.
NOTE: The IP address is whatever the Ubuntu VM is using.
Add whatever apps to Heimdall.