Manually Adding Dashboard Containers

Adding a Container

To add a container manually, navigate to the Containers tab and click on the "+Add container" button.

  • Enter "dashboard" in the Name field.

  • Enter "Quay" in the Registry field.

  • Enter "intercom-dashboard:latest" in the Image field.

Adding a Volume

Add a volume mount for storing container configurations by navigating to the Volumes tab.

Network

  • Select "telosmacvlan" as the Network.

  • Enter "dashboard" as the hostname for the container.

Note - The dashboard container must have internet access to be able to start properly. In some cases, DNS resolution may fail from within the container and you may have to manually add the address of a DNS server. The DNS server can be a device on your network, the gateway on your network, or a free and public DNS server.

Examples of free and public DNS servers include:

ProviderPrimary DNSSecondary DNS

Google

8.8.8.8

8.8.4.4

Quad9

9.9.9.9

149.112.112.112

OpenDNS Home

208.67.222.222

208.67.220.220

Cloudflare

1.1.1.1

1.0.0.1

Environmental Variables

The following Environment variables are provided for reference. All variables will be created automatically and require no manual configuration.

The following variables can be added to enable password features:

NameValue

INTERCOMPASSWORD

<YourPassword> LWRP/WEB Password for accessing Infinity devices

NODEPASSWORD

<YourPassword> LWRP/WEB Password for accessing Nodes and other devices

Note - No extra settings are required for Runtime and Resources or Capabilities.

When finished, click on "Deploy the container."

Last updated