Heimdall - App Launcher
Description
Heimdall is an app launcher / dashboard. It serves as the landing page for swag.kasad.com.
Deployment details
Access
Heimdall is served by the SWAG reverse proxy. It is published as the root page on swag.kasad.com. It requires authentication and authorization by Cloudflare Access.
Docker Compose stack
The Heimdall container runs as part of the SWAG stack. Unlike Authelia, it will not be separated into its own stack because it is the SWAG frontend.
The Docker Compose service configuration for Heimdall is:
services:
# ...
heimdall:
image: lscr.io/linuxserver/heimdall
container_name: heimdall
environment:
- PUID=938 # swag
- PGID=941 # servlets
- TZ=America/Los_Angeles
volumes:
- ./heimdall_config:/config
restart: unless-stopped