Create gh-pages branch via GitHub
parent
fac1287312
commit
3c52bae006
37
index.html
37
index.html
|
@ -43,15 +43,36 @@ crontab-ui
|
|||
</code></pre>
|
||||
|
||||
<h3>
|
||||
<a id="todo" class="anchor" href="#todo" aria-hidden="true"><span class="octicon octicon-link"></span></a>TODO</h3>
|
||||
<a id="adding-deleting-pausing-and-resuming-jobs" class="anchor" href="#adding-deleting-pausing-and-resuming-jobs" aria-hidden="true"><span class="octicon octicon-link"></span></a>Adding, deleting, pausing and resuming jobs.</h3>
|
||||
|
||||
<ol>
|
||||
<li>Run jobs as different user in one place.</li>
|
||||
<li>Profiling jobs.</li>
|
||||
<li>Logs.</li>
|
||||
<li>Importing from existing crontab file.</li>
|
||||
<li>systemd timer support</li>
|
||||
</ol>
|
||||
<p>Once setup Crontab UI provides you with a web interface using which you can manage all the jobs without much hassle.</p>
|
||||
|
||||
<p><img src="http://2.bp.blogspot.com/-kU8K-suZYMY/VX1Ml5b_JOI/AAAAAAAABEo/MAfgg7hWEz8/s1600/1.png" alt="basic"></p>
|
||||
|
||||
<h3>
|
||||
<a id="backup-and-restore-crontab" class="anchor" href="#backup-and-restore-crontab" aria-hidden="true"><span class="octicon octicon-link"></span></a>Backup and restore crontab</h3>
|
||||
|
||||
<p>Keep backups of your crontab in case you mess up.
|
||||
<img src="http://3.bp.blogspot.com/-qHxCbtNny9I/VX1M7k5UE3I/AAAAAAAABEw/cpiPgS9-gXo/s1600/2.png" alt="backup"></p>
|
||||
|
||||
<h3>
|
||||
<a id="export-and-import-crontab-on-multiple-instances-of-crontab-ui" class="anchor" href="#export-and-import-crontab-on-multiple-instances-of-crontab-ui" aria-hidden="true"><span class="octicon octicon-link"></span></a>Export and import crontab on multiple instances of Crontab UI.</h3>
|
||||
|
||||
<p>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!</p>
|
||||
|
||||
<p><img src="http://2.bp.blogspot.com/-trpHt_etz5I/VX1NyElIicI/AAAAAAAABE4/GTZFBCfybLk/s1600/3.png" alt="export"></p>
|
||||
|
||||
<p>But make sure to take a backup before importing.</p>
|
||||
|
||||
<h3>
|
||||
<a id="see-when-the-job-is-going-to-run-next" class="anchor" href="#see-when-the-job-is-going-to-run-next" aria-hidden="true"><span class="octicon octicon-link"></span></a>See when the job is going to run next.</h3>
|
||||
|
||||
<p><img src="http://4.bp.blogspot.com/-gN-wLmhd5Os/VX6fQ5wM2LI/AAAAAAAABcA/_Ej0PqrByBU/s1600/next.gif" alt="future"></p>
|
||||
|
||||
<h3>
|
||||
<a id="contribute" class="anchor" href="#contribute" aria-hidden="true"><span class="octicon octicon-link"></span></a>Contribute</h3>
|
||||
|
||||
<p>Fork Crontab UI and contribute to it. Pull requests are encouraged.</p>
|
||||
|
||||
<footer class="site-footer">
|
||||
<span class="site-footer-owner"><a href="https://github.com/alseambusher/crontab-ui">Crontab-ui</a> is maintained by <a href="https://github.com/alseambusher">alseambusher</a>.</span>
|
||||
|
|
|
@ -1 +1 @@
|
|||
{"name":"Crontab-ui","tagline":"Easy and safe way to manage your crontab file","body":"Crontab UI\r\n==========\r\n\r\nEditing 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.\r\n\r\n\r\n\r\n1. Easy setup\r\n2. Safe adding, deleting or pausing jobs. Easy to maintain hundreds of jobs.\r\n3. Backup your crontabs.\r\n4. Export crontab and deploy on other machines without much hassle.\r\n\r\nRead [this](http://lifepluslinux.blogspot.in/2015/06/crontab-ui-easy-and-safe-way-to-manage.html) to see more details.\r\n\r\n##Setup\r\n\r\n npm install crontab-ui\r\n crontab-ui\r\n\r\n###TODO\r\n\r\n1. Run jobs as different user in one place.\r\n2. Profiling jobs.\r\n3. Logs.\r\n4. Importing from existing crontab file.\r\n5. systemd timer support\r\n\r\n","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}
|
||||
{"name":"Crontab-ui","tagline":"Easy and safe way to manage your crontab file","body":"Crontab UI\r\n==========\r\n\r\nEditing 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.\r\n\r\n\r\n\r\n1. Easy setup\r\n2. Safe adding, deleting or pausing jobs. Easy to maintain hundreds of jobs.\r\n3. Backup your crontabs.\r\n4. Export crontab and deploy on other machines without much hassle.\r\n\r\nRead [this](http://lifepluslinux.blogspot.in/2015/06/crontab-ui-easy-and-safe-way-to-manage.html) to see more details.\r\n\r\n##Setup\r\n\r\n npm install crontab-ui\r\n crontab-ui\r\n\r\n###Adding, deleting, pausing and resuming jobs.\r\n\r\nOnce setup Crontab UI provides you with a web interface using which you can manage all the jobs without much hassle.\r\n\r\n\r\n\r\n###Backup and restore crontab\r\n\r\nKeep backups of your crontab in case you mess up.\r\n\r\n\r\n###Export and import crontab on multiple instances of Crontab UI.\r\n\r\nIf 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!\r\n\r\n\r\n\r\nBut make sure to take a backup before importing.\r\n\r\n###See when the job is going to run next.\r\n\r\n\r\n###Contribute\r\nFork Crontab UI and contribute to it. Pull requests are encouraged.\r\n\r\n","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}
|
Loading…
Reference in New Issue