Files
pi-hosted/template/apps/sshwifty.json
2022-08-21 16:09:22 -04:00

22 lines
736 B
JSON

{
"categories": [
"Tools",
"Web"
],
"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.",
"image_arm32": "niruix/sshwifty:latest",
"image_arm64": "niruix/sshwifty:latest",
"image_amd64": "niruix/sshwifty:latest",
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/sshwifty-icon.png",
"name": "Sshwifty",
"officialDoc": "https://github.com/nirui/sshwifty#docker-image",
"platform": "linux",
"ports": [
"8182:8182/tcp"
],
"restart_policy": "unless-stopped",
"title": "Sshwifty",
"type": 1,
"webpage": "https://sshwifty.herokuapp.com/"
}