![]() |
||
---|---|---|
crontabs | ||
public | ||
views | ||
.gitignore | ||
LICENSE.txt | ||
README.md | ||
app.js | ||
app.json | ||
crontab.js | ||
package.json | ||
restore.js | ||
routes.js |
README.md
Crontab UI
Editing the plain text crontab is error prone for managing jobs, e.g., adding jobs, deleting jobs, or pausing jobs. A small mistake can easily bring down all the jobs and might cost you a lot of time.
Crontab UI is a graphical interface that hopes to reduce the complexity of managing the crontab. With Crontab UI, it is very easy to manage the crontab.
Here are the key features of Crontab UI:
- Easy setup
- Safe adding, deleting or pausing jobs. Easy to maintain hundreds of jobs.
- Backup your crontabs.
- Export crontab and deploy on other machines without much hassle.
Read this to see more details.
##Setup
You will need Node.JS to make this operate. After you have Node.JS, the steps to configure are as follows:
git clone https://github.com/alseambusher/crontab-ui
cd crontab-ui
npm install
node app.js
###TODO
- Run jobs as different user in one place.
- Profiling jobs.
- Logs.
- Importing from existing crontab file.