Преглед изворни кода

Added RDesktop (#278)

Co-authored-by: Robert Middleswarth <72569+rmiddle@users.noreply.github.com>
Co-authored-by: Rafael Blumberg <github-v982ma@r.acmrb.uk>
ItsNoss пре 3 година
родитељ
комит
b81d460472
3 измењених фајлова са 78 додато и 0 уклоњено
  1. BIN
      images/rdesktop.png
  2. 39 0
      template/portainer-v2-arm32.json
  3. 39 0
      template/portainer-v2-arm64.json

BIN
images/rdesktop.png


+ 39 - 0
template/portainer-v2-arm32.json

@@ -5580,6 +5580,45 @@
 					"container": "/config"
 					"container": "/config"
 				}
 				}
 			]
 			]
+		},
+		{
+			"categories": [
+				"Other"
+			],
+			"description": "Rdesktop is an Ubuntu based container containing full desktop environments in officially supported flavors accessible via RDP.",
+			"env": [
+				{
+					"default": "1000",
+					"label": "PUID",
+					"name": "PUID"
+				},
+				{
+					"default": "1000",
+					"label": "PGID",
+					"name": "PGID"
+				},
+                {
+					"default": "America/New_York",
+                    "label": "TZ",
+                    "name": "TZ"
+                }
+			],
+			"image": "linuxserver/rdesktop:latest",
+			"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/rdesktop.png",
+			"name": "rdesktop",
+			"platform": "linux",
+			"ports": [
+				"3389:3389/tcp"
+			],
+			"restart_policy": "unless-stopped",
+			"title": "RDesktop",
+			"type": 1,
+			"volumes": [
+				{
+					"bind": "/portainer/Files/AppData/Config/RDesktop/config",
+					"container": "/config"
+				}
+			]
 		}
 		}
 	]
 	]
 }
 }

+ 39 - 0
template/portainer-v2-arm64.json

@@ -5859,6 +5859,45 @@
 					"container": "/config"
 					"container": "/config"
 				}
 				}
 			]
 			]
+		},
+		{
+			"categories": [
+				"Other"
+			],
+			"description": "Rdesktop is an Ubuntu based container containing full desktop environments in officially supported flavors accessible via RDP.",
+			"env": [
+				{
+					"default": "1000",
+					"label": "PUID",
+					"name": "PUID"
+				},
+				{
+					"default": "1000",
+					"label": "PGID",
+					"name": "PGID"
+				},
+                {
+					"default": "America/New_York",
+                    "label": "TZ",
+                    "name": "TZ"
+                }
+			],
+			"image": "linuxserver/rdesktop:arm64v8-latest",
+			"logo": "https://raw.githubusercontent.com/novaspirit/pi-hosted/master/images/rdesktop.png",
+			"name": "rdesktop",
+			"platform": "linux",
+			"ports": [
+				"3389:3389/tcp"
+			],
+			"restart_policy": "unless-stopped",
+			"title": "RDesktop",
+			"type": 1,
+			"volumes": [
+				{
+					"bind": "/portainer/Files/AppData/Config/RDesktop/config",
+					"container": "/config"
+				}
+			]
 		}
 		}
 	]
 	]
 }
 }