app-store/apps/sshwifty/config.json
Stavros 1cc62c2202
Add supported architectures to all apps. (#1493)
* Add the extra config to the first 50 apps and modify tests,

* Add arch to extra 55 apps.

* Fix tests error.

* Fix tests (again).

* Andd the last 77 apps.

* Change photoprism from latest to a version.

* Fixes.

* Drop arm support for peppermint.

---------

Co-authored-by: JigSaw <JigSawFr@users.noreply.github.com>
2023-10-29 21:43:17 +02:00

21 lines
693 B
JSON

{
"$schema": "../schema.json",
"name": "Sshwifty",
"port": 8274,
"available": true,
"exposable": true,
"id": "sshwifty",
"tipi_version": 6,
"version": "0.3.2-beta-release",
"categories": [
"development"
],
"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"]
}