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.
./installcoming soon.
Export envs
export CONFIG_PATH=/etc/dae/config.dae
export DAE_BIN_PATH=/usr/bin/daeRun locally
python3 app.pyRun as container
# run
docker compose up -d --force-recreate --build
# inspect logs
docker logs -f dae-light-uiCompile as binary
./venv/bin/pyinstall app.py- Add theming support
- Add support to update geodate
- Fix pid parsing at the container level