Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions Cronicle/Cronicle.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

namespace App\SupportedApps\Cronicle;

class Cronicle extends \App\SupportedApps
{
}
10 changes: 10 additions & 0 deletions Cronicle/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"appid": "004b2540e793fe81bf90826fda3ed26917449d07",
"name": "Cronicle",
"website": "https://cronicle.net/",
"license": "MIT License",
"description": "Cronicle is a multi-server task scheduler and runner, with a web based front-end UI. It handles both scheduled, repeating and on-demand jobs, targeting any number of worker servers, with real-time stats and live log viewer. It's basically a fancy Cron replacement written in Node.js. You can give it simple shell commands, or write Plugins in virtually any language.",
"enhanced": false,
"tile_background": "light",
"icon": "cronicle.png"
}
Binary file added Cronicle/cronicle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.