Skip to content

Commit

Permalink
feat: added ShellinaBox (#709)
Browse files Browse the repository at this point in the history
* Added ShellinaBox
* Correct license info

---------

Co-authored-by: Martijn van der Kleijn <martijn.niji@gmail.com>
  • Loading branch information
listiges-kaenguru and mvdkleijn committed Feb 28, 2024
1 parent 1ce2a33 commit 7dc633e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ShellinaBox/ShellinaBox.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

namespace App\SupportedApps\ShellinaBox;

class ShellinaBox extends \App\SupportedApps
{
}
10 changes: 10 additions & 0 deletions ShellinaBox/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"appid": "e86ecd660f4e9dc4b3b7515318dbd8de6a836ef8",
"name": "Shell in a Box",
"website": "https://github.com/shellinabox/shellinabox",
"license": "GNU General Public License version 2",
"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.",
"enhanced": false,
"tile_background": "light",
"icon": "shellinabox.png"
}
Binary file added ShellinaBox/shellinabox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7dc633e

Please sign in to comment.