app-store/apps/getashell/config.json

19 lines
515 B
JSON
Raw Normal View History

{
"$schema": "../schema.json",
"name": "Get A Shell",
"available": true,
"exposable": true,
"port": 8281,
"id": "getashell",
2024-03-28 20:32:14 +00:00
"tipi_version": 5,
2024-03-28 20:29:32 +00:00
"version": "v0.1.5",
"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"]
}
2024-03-28 20:32:14 +00:00