Just Another Dashboard
JAD is a super simple dashboard for a homelab (and not only). It has has limited functionality, and it will be a main idea of the dashboard. For now it supports ony external links with a few predefined apps (icons).
docker run -p 8080:8080 exelban/jad:latest
services:
JAD:
image: exelban/jad:latest
restart: always
ports:
- "8080:8080"
environment:
- PUID=1000
- PGID=1000