From aa7f4ca215def95a9e8865ab46dbfb23a2c3eb9d Mon Sep 17 00:00:00 2001 From: Tristan Ancelet Date: Sat, 25 Nov 2023 15:50:52 -0600 Subject: [PATCH] Added README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9359bc0 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# WebCron +This project is one that I worked on for a P&P (Project and Portfolio) class. It is a web-based php project that was meant to handle your systems crontabs and would (once finished) also allow for logging all output and exit-codes within each crontab. + +While it hasn't been touched since May of 2023, I plan to keep working on it for my own amusement and use. + +## Planned Features +1) Crontab Management (setup new and manage existing crontabs) +2) Ansible Integration +3) Log & Exit-code handling (with smtp & snmptrap alerts) +