app-store/apps/getashell/config.json
Stavros b41ae20f76
feat: add getashell app (#2914)
* feat: add getashell app

* refactor: update logo and version
2024-03-23 20:08:20 +02:00

18 lines
514 B
JSON

{
"$schema": "../schema.json",
"name": "Get A Shell",
"available": true,
"exposable": true,
"port": 8281,
"id": "getashell",
"tipi_version": 1,
"version": "v0.1.1",
"categories": ["utilities"],
"description": "Simple web ui to create ssh shells for testing.",
"short_desc": "SSH shells from a Web UI",
"author": "steveiliop56",
"source": "https://github.com/steveiliop56/getashell",
"form_fields": [],
"supported_architectures": ["arm64", "amd64"]
}