Skip to content

Commit 7dc633e

Browse files
feat: added ShellinaBox (#709)
* Added ShellinaBox * Correct license info --------- Co-authored-by: Martijn van der Kleijn <[email protected]>
1 parent 1ce2a33 commit 7dc633e

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

ShellinaBox/ShellinaBox.php

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
namespace App\SupportedApps\ShellinaBox;
4+
5+
class ShellinaBox extends \App\SupportedApps
6+
{
7+
}

ShellinaBox/app.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"appid": "e86ecd660f4e9dc4b3b7515318dbd8de6a836ef8",
3+
"name": "Shell in a Box",
4+
"website": "https://github.com/shellinabox/shellinabox",
5+
"license": "GNU General Public License version 2",
6+
"description": "Shell In A Box implements a web server that can export arbitrary command line tools to a web based terminal emulator. This emulator is accessible to any JavaScript and CSS enabled web browser and does not require any additional browser plugins.",
7+
"enhanced": false,
8+
"tile_background": "light",
9+
"icon": "shellinabox.png"
10+
}

ShellinaBox/shellinabox.png

12.4 KB
Loading

0 commit comments

Comments
 (0)