Read this README in other languages.
This package allows you to install Dagu quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult the guide to learn how to install it.
Dagu is a powerful Cron alternative that comes with a Web UI. It allows you to define dependencies between commands as a Directed Acyclic Graph (DAG) in a declarative YAML format. Dagu simplifies the management and execution of complex workflows. It natively supports running Docker containers, making HTTP requests, and executing commands over SSH.
Shipped version: 1.16.0~ynh1
- Official admin documentation: https://dagu.readthedocs.io/en/latest/
- Upstream app code repository: https://github.com/dagu-org/dagu
- YunoHost Store: https://apps.yunohost.org/app/dagu
- Report a bug: https://github.com/YunoHost-Apps/dagu_ynh/issues
Please send your pull request to the testing
branch.
To try the testing
branch, please proceed like that:
sudo yunohost app install https://github.com/YunoHost-Apps/dagu_ynh/tree/testing --debug
or
sudo yunohost app upgrade dagu -u https://github.com/YunoHost-Apps/dagu_ynh/tree/testing --debug
More info regarding app packaging: https://yunohost.org/packaging_apps