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:
Backed by the popular linuxserver.io group, the dashboard benefits from excellent community support.
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
# 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.
Auto-fetched about 23 hours ago
Auto-fetched about 23 hours ago