systems:docker_main:install_docker_containers:install_heimdall
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
systems:docker_main:install_docker_containers:install_heimdall [2021/07/15 12:37] – created peter | systems: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 / | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Determine the UID and GID ===== | ||
+ | |||
+ | On the Ubuntu VM Host: | ||
+ | |||
+ | <code bash> | ||
+ | id peter | ||
+ | </ | ||
+ | |||
+ | returns: | ||
+ | |||
+ | <code bash> | ||
+ | uid=1000(peter) gid=1000(peter) groups=1000(peter)... | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | * In this case 1000. | ||
+ | </ | ||
---- | ---- | ||
Line 35: | Line 69: | ||
* **/ | * **/ | ||
+ | * **PUID** and **GUID**: | ||
+ | * Port **8889**: | ||
+ | * The default is **8888**, but this is already being used by [[Systems: | ||
</ | </ | ||
+ | ---- | ||
+ | |||
+ | ===== Confirm Heimdall is running ===== | ||
+ | |||
+ | Open Portainer. | ||
+ | |||
+ | Press **F5** to refresh. | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE:** This should show the Heimdall container running. | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Open Heimdall ===== | ||
+ | |||
+ | Visit http:// | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | * 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. | ||
+ | |||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Setup Heimdall ===== | ||
+ | |||
+ | Add whatever apps to Heimdall. | ||
---- | ---- | ||
Line 44: | Line 113: | ||
https:// | https:// | ||
+ | https:// | ||
systems/docker_main/install_docker_containers/install_heimdall.1626352672.txt.gz · Last modified: 2021/07/15 12:37 by peter