You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
alseambusher d59e2b5ea9 cleanup 8 years ago
README 1. version bump 8 years ago
bin import crontab db 10 years ago
crontabs Added error log support 9 years ago
public Adding import from crontab 8 years ago
views 1. version bump 8 years ago
.gitignore Added error log support 9 years ago
LICENSE.md Rename LICENSE.txt to LICENSE.md 9 years ago
README.md Readme 9 years ago
app.js Clickable URL on terminal 8 years ago
app.json basic structure 10 years ago
crontab.js cleanup 8 years ago
package.json 1. version bump 8 years ago
restore.js cleanup 8 years ago
routes.js cleanup 8 years ago

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. With Crontab UI, it is very easy to manage crontab. Here are the key features of Crontab UI.

flow

  1. Easy setup. You can even import from existing crontab.
  2. Safe adding, deleting or pausing jobs. Easy to maintain hundreds of jobs.
  3. Backup your crontabs.
  4. Export crontab and deploy on other machines without much hassle.
  5. Error log support.

Read this to see more details.

##Setup

npm install -g crontab-ui
crontab-ui

###Adding, deleting, pausing and resuming jobs.

Once setup Crontab UI provides you with a web interface using which you can manage all the jobs without much hassle.

basic

###Import from existing crontab

Import from existing crontab file automatically. import

###Backup and restore crontab

Keep backups of your crontab in case you mess up. backup

###Export and import crontab on multiple instances of Crontab UI.

If you want to run the same jobs on multiple machines simply export from one instance and import the same on the other. No SSH, No copy paste!

export

But make sure to take a backup before importing.

###Separate error log support for every job logs

###Contribute Fork Crontab UI and contribute to it. Pull requests are encouraged.

###License MIT