jamesrwhite / minicron

🕰️ Monitor your cron jobs
GNU General Public License v3.0
2.34k stars 154 forks source link

Manage localhost CRON without SSH #113

Closed jdecool closed 7 years ago

jdecool commented 9 years ago

Hello,

I think it could be a good idea to add localhost cron management.

When I want to do that, I need to make a SSH on the current machine.

jamesrwhite commented 9 years ago

It is already possible to manage cron's on the same host that minicron resides but as you say this involves the hassle of setting up SSH keys. I think there's a lot more useful features to be worked on than this but I'll definitely keep it in mind for the future.

coffenbacher commented 9 years ago

+1 I think this would be really nice. I'm using minicron to basically launch jobs on Docker Swarm - extremely lightweight commands that could easily be run on the hub container. I think this use case may start to be more common relative to many hosts directly exposing SSH.

romange commented 8 years ago

:+1:

jpettersson commented 8 years ago

+1

webts commented 8 years ago

+1

joaoricardo000 commented 7 years ago

+1 any update on this?