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.
👷 This project is currently under development.
./install
coming soon.
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
- Add theming support
- Add support to update geodate
- Fix pid parsing at the container level