Skip to content

Latest commit

 

History

History
68 lines (43 loc) · 1.01 KB

README.md

File metadata and controls

68 lines (43 loc) · 1.01 KB

dae-light-ui

What this project is for

A lightweight dashboard for dae

Project Goals:

  • Extremely lightweight and portable
  • Easy to use
  • Dark mode

Alternatively, please consider adopting daed, which offers better experience.

Status

👷 This project is currently under development.

Preview

image

Bootstrap

./install

Install

coming soon.

Usage

Export envs

export CONFIG_PATH=/etc/dae/config.dae
export DAE_BIN_PATH=/usr/bin/dae

Run locally

python3 app.py

Run as container

# run
docker compose up -d --force-recreate --build

# inspect logs
docker logs -f dae-light-ui

Compile as binary

./venv/bin/pyinstall app.py

TODOs

  • Add theming support
  • Add support to update geodate
  • Fix pid parsing at the container level