dashboard.html— displays service cards with icon, description, status and bookmarks.admin.html— manage cards; data is stored in the browser's localStorage.- Default icons are located in
images/icons. The dashboard cycles through six built-in SVG images (default*.svgandalt*.svg) when no custom icon is provided.favicon.svgserves as the site icon.
- Build and start the container:
docker compose up --build
- Open http://localhost:8080 to see the dashboard. The admin panel is at http://localhost:8080/admin.html.