User Tools

Site Tools


systems:docker_main:install_docker_containers:install_heimdall

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
systems:docker_main:install_docker_containers:install_heimdall [2021/07/15 12:37] – created petersystems:docker_main:install_docker_containers:install_heimdall [2021/07/16 07:57] (current) peter
Line 2: Line 2:
  
 **Heimdall** provides a nice browser home page, from which it is easy to access other apps or sites. **Heimdall** provides a nice browser home page, from which it is easy to access other apps or sites.
 +
 +----
 +
 +===== Create the Heimdall Config Directory =====
 +
 +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.
 +
 +<code bash>
 +mkdir /home/peter/Heimdall
 +</code>
 +
 +----
 +
 +===== Determine the UID and GID =====
 +
 +On the Ubuntu VM Host:
 +
 +<code bash>
 +id peter
 +</code>
 +
 +returns:
 +
 +<code bash>
 +uid=1000(peter) gid=1000(peter) groups=1000(peter)...
 +</code>
 +
 +<WRAP info>
 +**NOTE:**  Take a note of the UID and GID numbers.
 +
 +  * In this case 1000.
 +</WRAP>
  
 ---- ----
Line 35: Line 69:
  
   * **/home/peter/Heimdall**:  This directory will need to be created on the host.   * **/home/peter/Heimdall**:  This directory will need to be created on the host.
 +  * **PUID** and **GUID**:  Set to the numbers determined earlier.
 +  * Port **8889**:  Change as required.
 +    * The default is **8888**, but this is already being used by [[Systems:Docker Main:Install Docker Containers:Install Dozzle|Dozzle]].
 </WRAP> </WRAP>
  
 +----
 +
 +===== Confirm Heimdall is running =====
 +
 +Open Portainer.
 +
 +Press **F5** to refresh.
 +
 +<WRAP info>
 +**NOTE:** This should show the Heimdall container running.
 +</WRAP>
 +
 +----
 +
 +===== Open Heimdall =====
 +
 +Visit http://192.168.1.30:8889 in a browser.
 +
 +<WRAP info>
 +**NOTE:**  The IP address is whatever the Ubuntu VM is using.
 +
 +  * The **8889** port is the port configured for Heimdall.
 +
 +  * It is suggested to set this URL in the web browser to be the default loading page.
 +
 +</WRAP>
 +
 +----
 +
 +===== Setup Heimdall =====
 +
 +Add whatever apps to Heimdall.
  
 ---- ----
Line 44: Line 113:
 https://hub.docker.com/r/linuxserver/heimdall https://hub.docker.com/r/linuxserver/heimdall
  
 +https://apps.heimdall.site/
  
systems/docker_main/install_docker_containers/install_heimdall.1626352672.txt.gz · Last modified: 2021/07/15 12:37 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki