DiePi-Software | Dagu: self-contained, zero-dependency workflow engine and DAG (Directed Acyclic Graph) scheduler with Web UI, written in Go #7981
Unanswered
lukasMega
asked this question in
Software Request
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Creating a software request
Formal software information
Are there similar/alternative software titles available with DietPi-Software?
Dagu vs Cron: Key Differences
What makes your requested software better than the above solutions, if available?
linux_arm64,linux_armv7, andlinux_armv6binaries are published for every release, covering all Raspberry Pi variants including the Pi Zero.How can DietPi make the installation easier or compatible, than following the install instructions or do APT installation, if available?
/mnt/dietpi_userdata/), or register withdietpi-servicesfor unified start/stop/backup control.dietpi-software installcommand.Can you provide the installation steps that you would suggest DietPi-Software to do?
uname -m) and download the matching pre-built binary from the latest GitHub release (e.g.dagu_linux_arm64.tar.gz) to/usr/local/bin/dagu. Make it executable.dagu(no login shell, no home directory) for service isolation./mnt/dietpi_userdata/dagu/(following DietPi conventions) with subdirectoriesdags/,logs/, anddata/. Set ownership todagu:dagu./etc/dagu/config.yamlpointingdags,logDir, anddataDirto the paths above, withhost: 0.0.0.0,port: 18080,histRetentionDays: 30, andmaxOutputSize: 2097152(2 MB, conservative for low-RAM devices)./etc/systemd/system/dagu.servicerunningdagu start-allas userdagu, withRestart=on-failure,NoNewPrivileges=true, andProtectSystem=fullfor hardening.systemctl enable --now dagu.dietpi-servicesso it appears in the DietPi services management menu.http://<device-ip>:18080) to the post-install message.Are you willing to help maintaining the software installation, e.g. in case of needed setup changes due to updates etc.?
Screenshots / GIF
Video:
Update:
do not forget to update, check:
Beta Was this translation helpful? Give feedback.
All reactions