app-store/apps/sshwifty/config.json

24 lines
706 B
JSON
Raw Normal View History

2023-07-19 05:31:06 +00:00
{
"$schema": "../schema.json",
"name": "Sshwifty",
"port": 8274,
2023-07-19 05:31:06 +00:00
"available": true,
"exposable": true,
"id": "sshwifty",
"tipi_version": 11,
"version": "0.3.7-beta-release",
"categories": [
"development"
],
2023-07-19 05:31:06 +00:00
"description": "Sshwifty is a SSH and Telnet connector made for the Web. It can be deployed on your computer or server to provide SSH and Telnet access interface for any compatible (standard) web browser.",
"short_desc": "Web SSH & Telnet (WebSSH & WebTelnet client)",
"author": "Nirui",
"source": "https://github.com/nirui/sshwifty",
"website": "https://sshwifty-demo.nirui.org/",
"form_fields": [],
"supported_architectures": [
"arm64",
"amd64"
]
2023-07-19 05:31:06 +00:00
}