|
@@ -4280,6 +4280,45 @@
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
+ {
|
|
|
+ "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"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
{
|
|
|
"categories": [
|
|
|
"Downloaders",
|
|
@@ -5978,45 +6017,6 @@
|
|
|
"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"
|
|
|
- }
|
|
|
- ]
|
|
|
}
|
|
|
]
|
|
|
}
|