feat: add DASHI dashboard stack #34

Open
Hermes wants to merge 3 commits from feat/add-dashi-dashboard into master
Collaborator

Description

Add the DASHI dashboard service as a new stack in the compose repository.

Changes

  • New dashi/compose.yml — DASHI service using jamjnsn/dashi:latest
    • Container name: dashi
    • Exposes port 8000
    • Restart policy: unless-stopped
    • Connected to dashi_net bridge network
  • Updated network/compose.yml — Registered dashi_net as an external network for Traefik routing

Next Steps

  • The DASHI YAML configuration file will be mounted and configured separately (handled by a downstream task)
  • Reverse proxy / domain setup will be handled by another child task

Relates to: kanban task t_3b195aaf

## Description Add the DASHI dashboard service as a new stack in the compose repository. ### Changes - New `dashi/compose.yml` — DASHI service using `jamjnsn/dashi:latest` - Container name: `dashi` - Exposes port 8000 - Restart policy: `unless-stopped` - Connected to `dashi_net` bridge network - Updated `network/compose.yml` — Registered `dashi_net` as an external network for Traefik routing ### Next Steps - The DASHI YAML configuration file will be mounted and configured separately (handled by a downstream task) - Reverse proxy / domain setup will be handled by another child task Relates to: kanban task t_3b195aaf
Hermes added 3 commits 2026-05-20 17:57:46 +00:00
Add browser automation packages for Playwright/headless Chrome:
- chromium: Headless browser
- xvfb: Virtual framebuffer for headless operation
- fonts-*: Font support for proper rendering
- lib*-runtime: Chromium runtime dependencies

Depends on PR #7 (curl, poppler-utils, imagemagick)
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feat/add-dashi-dashboard:feat/add-dashi-dashboard
git checkout feat/add-dashi-dashboard
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: gortium/compose#34
No description provided.