Description Creating a software request
Formal software information
Are there similar/alternative software titles available with DietPi-Software?
cron (built-in)
systemd timers
Jenkins (automation server)
Watchtower (for container updates)
What makes your requested software better than the above solutions, if available?
Cronicle provides a rich web UI for scheduling and monitoring jobs, unlike plain cron or systemd timers.
It includes job history, detailed logs, success/failure status, retries, and manual re-runs .
Designed to run across multiple machines (distributed mode), which is more scalable than basic cron.
Easier and more approachable than Jenkins for simple to mid-complex automation workflows.
How can DietPi make the installation easier or compatible, than following the install instructions or do APT installation, if available?
The official Cronicle install instructions require several steps:
Installing Node.js (specific supported version)
Cloning the GitHub repository
Running npm install
Creating config directories and setting permissions
DietPi could automate these tasks and integrate Cronicle as a systemd service , making installation as easy as:
dietpi-software install cronicle
DietPi could also manage:
Default ports
Firewall settings
Log rotation
Optionally automated backups of Cronicle data
Can you provide the installation steps that you would suggest DietPi-Software to do?
Install Node.js (LTS) and required system packages
Clone Cronicle repository to /opt/cronicle
Run npm install to install dependencies
Create directories for data, logs, and plugins
Create a dedicated user (e.g., cronicle) and set ownership
Create and enable a systemd service for Cronicle
Set correct permissions and environment variables
Start and test Cronicle service
Optionally open port 3012 in firewall
Are you willing to help maintaining the software installation, e.g. in case of needed setup changes due to updates etc.?
Yes, I am willing to help with maintenance, testing, and future update support if needed.
Reactions are currently unavailable
You can’t perform that action at this time.
Creating a software request
Formal software information
Are there similar/alternative software titles available with DietPi-Software?
cron(built-in)systemdtimersWhat makes your requested software better than the above solutions, if available?
cronor systemd timers.How can DietPi make the installation easier or compatible, than following the install instructions or do APT installation, if available?
npm installCan you provide the installation steps that you would suggest DietPi-Software to do?
/opt/croniclenpm installto install dependenciesdata,logs, andpluginscronicle) and set ownershipsystemdservice for CronicleAre you willing to help maintaining the software installation, e.g. in case of needed setup changes due to updates etc.?