Bladeren bron

Add RustDesk app (#350)

Rafael Blumberg 3 jaren geleden
bovenliggende
commit
0ba3be43ad
2 gewijzigde bestanden met toevoegingen van 46 en 0 verwijderingen
  1. BIN
      images/rustdesk.png
  2. 46 0
      template/apps/rustdesk.json

BIN
images/rustdesk.png


+ 46 - 0
template/apps/rustdesk.json

@@ -0,0 +1,46 @@
+{
+	"categories": [
+		"Other",
+		"Tools"
+	],
+	"description": "A remote desktop software, the open source TeamViewer alternative, works out of the box, no configuration required. You have full control of your data, with no concerns about security.",
+	"env": [
+		{
+			"default": "rustdesk.example.com:21117",
+			"description": "Use your domain with the default 21117 port",
+			"label": "RELAY",
+			"name": "RELAY"
+		},
+		{
+			"default": "1",
+			"description": "if set to \"1\" unencrypted connection will not be accepted",
+			"label": "ENCRYPTED_ONLY",
+			"name": "ENCRYPTED_ONLY"
+		}
+	],
+	"image32": "rustdesk/rustdesk-server-s6:latest",
+	"image64": "rustdesk/rustdesk-server-s6:latest",
+	"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/rustdesk.png",
+	"name": "rustdesk",
+	"note": "Don't forget to open ports 21115 to 21119 in your router.",
+	"officialDoc": "https://github.com/rustdesk/rustdesk-server",
+	"platform": "linux",
+	"ports": [
+		"21115:21115/tcp",
+		"21116:21116/tcp",
+		"21116:21116/udp",
+		"21117:21117/tcp",
+		"21118:21118/tcp",
+		"21119:21119/tcp"
+	],
+	"restart_policy": "unless-stopped",
+	"title": "RestDesk",
+	"type": 1,
+	"volumes": [
+		{
+			"bind": "/portainer/Files/AppData/Config/rustdesk",
+			"container": "/data"
+		}
+	],
+	"webpage": "https://rustdesk.com/"
+}