pi-hosted/template/apps/sshwifty.json
Rafael Blumberg 9431ee2b09
Create Amd64 Portainer template. Includes Counts, Preinstall changes as well(#59)
Co-authored-by: Robert Middleswarth <72569+rmiddle@users.noreply.github.com>
2022-08-21 16:09:22 -04:00

21 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/"
}