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:
Heimdall Application Dashboard
The Heimdall Application Dashboard makes managing your websites and applications much easier.
heimdall.site
In this tutorial, we are going to use this Docker build for Heimdall: linuxserver/heimdall
Let's begin with the installation:
- Go to the Registry tab in your Docker and search for
heimdall
- Click on
linuxserver/heimdall
, click the Download button and chooselatest
build - Wait for the image to download
- Go to Image tab and find
linuxserver/heimdall
. Select it and click on button Launch.
Now in the Container creation wizard choose Advanced settings:
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
:In the Port Settings tab change the Local Port to your desired port.
In the Environment tab add these variables and values:
Variable | Value |
---|---|
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
Tutorial - How to find UID (userID) and GID (groupID)?
First, you need to SSH into your NAS. When you are in your NAS with the user you want the ID for, just type id and hit Enter. Now you'll get something like this: uid=1031(your_nas_user) gid=100(users) groups=100(users), 101(administrators)...www.synoforum.comTutorial - Synology Reverse Proxy
This tutorial will cover a few short steps that you need to know and setup in order to make your apps and services accessible via the internet (or LAN) using a specific domain name and custom (or default) port. It will also help you to avoid...www.synoforum.com