Skip to content

Commit f4ecccf

Browse files
lucaslraLucas Araujo
andauthored
feat(Cronicle): add initial Cronicle app support files (#871)
Co-authored-by: Lucas Araujo <[email protected]>
1 parent ff057fe commit f4ecccf

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

Cronicle/Cronicle.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
namespace App\SupportedApps\Cronicle;
4+
5+
class Cronicle extends \App\SupportedApps
6+
{
7+
}

Cronicle/app.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"appid": "004b2540e793fe81bf90826fda3ed26917449d07",
3+
"name": "Cronicle",
4+
"website": "https://cronicle.net/",
5+
"license": "MIT License",
6+
"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.",
7+
"enhanced": false,
8+
"tile_background": "light",
9+
"icon": "cronicle.png"
10+
}

Cronicle/cronicle.png

2.04 KB
Loading

0 commit comments

Comments
 (0)