Modern UI for time table based automation, based on the wonderful Semaphore UI, project.
I modified the original project, specifically for managing Linux IoT devices.
This project allows you to:
- Easily run local scripts as part of your daily automation tasks.
- Receive notifications about failed tasks.
- Projects is a collection of related configurations, and tasks. Each project allows you to organize and manage your automation efforts in one place, defining the scope of tasks such as deploying applications, or running scripts. Projects help group resources, task templates, and schedules for streamlined automation workflows.
- Task Templates are reusable definitions of tasks that can be executed on demand or scheduled. A template specifies what actions should be performed, as automation tasks. By using templates, you can standardize tasks and easily re-execute them with minimal effort, ensuring consistent results.
- Task is a specific instance of a job or operation executed by Semaphore. It refers to running a predefined action (a script) using a task template. Tasks can be initiated manually or automatically through schedules and are tracked to give you detailed feedback on the execution, including success, failure, and logs.
- Schedules allow you to automate task execution at specified times or intervals. This feature is useful for running periodic maintenance tasks, backups, or deployments without manual intervention. You can configure recurring schedules to ensure important automation tasks are performed regularly and on time.
You can install this software by compiling it using the documentation which is provided by the Semaphore UI project.
This project is licensed under the MIT license.