Heimdall - dashboard for all your web applications

Docker Heimdall - dashboard for all your web applications

Screenshot 2019-09-01 at 16.10.55.png

Heimdall Application Dashboard is a dashboard for all your web applications. It doesn't need to be limited to applications though, you can add links to anything you like. There are no iframes here, no apps within apps, no abstraction of APIs. if you think something should work a certain way, it probably does.

Official site:


This tutorial is mostly for newcomers and those that are not so familiar with the Docker. I'm not an expert, but I want to share my installation as a tutorial to help others. Feel free to comment in the discussion section of this resource.

In this tutorial, we are going to use this Docker build for Heimdall: linuxserver/heimdall


Let's begin with the installation:

  1. Go to the Registry tab in your Docker and search for heimdall
  2. Click on linuxserver/heimdall, click the Download button and choose latest build
  3. Wait for the image to download
  4. Go to Image tab and find linuxserver/heimdall. Select it and click on button Launch.

Now in the Container creation wizard choose Advanced settings:

Screenshot 2019-09-01 at 15.03.37.png




In the General settings tab you can for example set Enable auto-restart.


In the Volume tab click on Add Folder button and create a folder structure in your Docker folder for example docker/heimdall.

For Mount path set it to /config:

capture 2019-09-01_03-05-40_PM.png




In the Port Settings tab change the Local Port to your desired port.


In the Environment tab add these variables and values:

VariableValue
PUID< your userID >
PGID< your groupID >
TZ< your timezone >

Ok, hit Apply button, wait a minute or two for the database to install everything, then navigate in your browser to http://yourNASip:yourLocalPort and that's it!


You can access your Heimdall also from outside by using reverse proxy. (How to set up reverse proxy?)
Related resources



Latest reviews

To the point. Short and precise. Nice one
wwwampy
wwwampy
Thanks, m8!
Upvote 0

Similar resources

phpMyAdmin - A web interface for MySQL and MariaDB SynoMan
0.00 star(s) 0 ratings
Updated
Back
Top