Favicon of Heimdall

Heimdall

Create a single, elegant dashboard for all your web applications and links. Add generic items or use pre-configured apps with API integration for extra info.

Heimdall Application Dashboard provides a central hub for all your web applications and links. It's designed with two core principles in mind: simplicity and elegance. Instead of overwhelming users with countless options, it offers a straightforward and visually pleasing interface that you'll want to use every day. There are no iframes or complex abstractions; it works just as you'd expect.

You can add any item to your dashboard, which will fall into one of three categories:

  • Generic Items: Add a link to absolutely anything. Just provide a name, URL, background color, and an optional icon.
  • Foundation Apps: Simply start typing an application's name, and if supported, it will autofill the icon and a default color. You only need to add the URL.
  • Enhanced Apps: These function like Foundation apps but also integrate with an application's API. By adding your credentials, you can display live information directly on your dashboard tiles.

Backed by the popular linuxserver.io group, the dashboard benefits from excellent community support.

Directory Structure

heimdall
config
.env
docker-compose.yml

docker-compose.yml

services:
  heimdall:
    image: lscr.io/linuxserver/heimdall:latest
    container_name: heimdall
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
    volumes:
      - ./config:/config
    ports:
      - 80:80
      - 443:443
    restart: unless-stopped

.env

# Heimdall does not require sensitive credentials in the environment by default.
# All application configuration is handled via the web UI and stored in the /config volume.

Share:

Ad
Favicon

 

  
 

Similar to Heimdall

Favicon

 

  
  
Favicon

 

  
  
Favicon