瀏覽代碼

sync pi-hosted_template with the arm32 version

Robert Middleswarth 3 年之前
父節點
當前提交
4868a61cc6
共有 1 個文件被更改,包括 61 次插入47 次删除
  1. 61 47
      pi-hosted_template/template/portainer-v2.json

+ 61 - 47
pi-hosted_template/template/portainer-v2.json

@@ -337,7 +337,7 @@
 				"Web",
 				"Webserver"
 			],
-			"description": "Caddy - The Ultimate Server with Automatic HTTPS",
+			"description": "Caddy - The Ultimate Server with Automatic HTTPS.  Need to run tools/install_caddy.sh before installing the template.",
 			"image": "caddy:latest",
 			"logo": "https://raw.githubusercontent.com/novaspirit/pi-hosted/master/images/caddy.png",
 			"name": "caddy",
@@ -361,7 +361,7 @@
 							"container": "/config"
 					},
 					{
-							"bind": "/portainer/Files/AppData/Config/Caddy/file",
+							"bind": "/portainer/Files/AppData/Config/Caddy/Caddyfile",
 							"container": "/etc/caddy/Caddyfile"
 					}
 			]
@@ -995,10 +995,20 @@
 			"description": "Drupal CMS.  Make sure you run the install script under tools before installing.",
 			"env": [
 				{
-					"default": "",
-					"label": "MYSQL_ROOT_PASSWORD",
-					"name": "MYSQL_ROOT_PASSWORD"
+					"default": "1000",
+					"label": "PUID",
+					"name": "PUID"
+				},
+				{
+					"default": "1000",
+					"label": "PGID",
+					"name": "PGID"
 				},
+                {
+					"default": "America/New_York",
+                    "label": "TZ",
+                    "name": "TZ"
+                },
 				{
 					"default": "drupal",
 					"label": "DATABASE_NAME",
@@ -1013,6 +1023,11 @@
 					"default": "",
 					"label": "DATABASE_PASSWORD",
 					"name": "DATABASE_PASSWORD"
+				},
+				{
+					"default": "",
+					"label": "MYSQL_ROOT_PASSWORD",
+					"name": "MYSQL_ROOT_PASSWORD"
 				}
 			],
 			"logo": "https://raw.githubusercontent.com/novaspirit/pi-hosted/master/images/drupal.png",
@@ -2969,6 +2984,21 @@
 				"443:4443/tcp"
 			],
 			"env": [
+				{
+					"default": "1000",
+					"label": "PUID",
+					"name": "PUID"
+				},
+				{
+					"default": "1000",
+					"label": "PGID",
+					"name": "PGID"
+				},
+                {
+					"default": "America/New_York",
+                    "label": "TZ",
+                    "name": "TZ"
+                },
 				{
 					"default": "password",
 					"label": "DATABASE_PASSWORD",
@@ -3475,48 +3505,6 @@
 				}
 			]
 		},
-		{
-			"categories": [
-				"Downloaders",
-				"Other",
-				"Video",
-				"Tools"
-			],
-			"description": "Simple automated way for users to request new content for Plex.",
-			"env": [
-				{
-					"default": "1000",
-					"label": "PUID",
-					"name": "PUID"
-				},
-				{
-					"default": "1000",
-					"label": "PGID",
-					"name": "PGID"
-				},
-				{
-					"label": "URL_BASE",
-					"name": "URL_BASE",
-					"default": ""
-				}
-			],
-			"image": "linuxserver/plexrequests:latest",
-			"logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/plexrequests-icon.png",
-			"name": "plexrequests",
-			"platform": "linux",
-			"ports": [
-				"3000:3000/tcp"
-			],
-			"restart_policy": "unless-stopped",
-			"title": "Plex Requests",
-			"type": 1,
-			"volumes": [
-				{
-					"bind": "/portainer/Files/AppData/Config/PlexRequests",
-					"container": "/config"
-				}
-			]
-		},
 		{
 			"categories": [
 				"Cloud",
@@ -5023,6 +5011,32 @@
 				}
 			]
 		},
+		{
+			"categories": [
+				"Other",
+				"Tools"
+			],
+			"description": "A Docker image for Windows 2000 Advanced Server with SP4.",
+			"image": "hectormolinero/qemu-win2000:latest",
+			"logo": "https://raw.githubusercontent.com/novaspirit/pi-hosted/master/images/win2000.png",
+			"note":"Why? Your scientists were so preoccupied with whether or not they could, that they didn't stop to think if they should. -- Dr. Ian Malcolm",
+			"name": "win2000",
+			"platform": "linux",
+			"ports": [
+				"3389:3389/tcp",
+				"5900:5900/tcp",
+				"6080:6080/tcp"
+			],
+			"restart_policy": "unless-stopped",
+			"title": "Windows 2000",
+			"type": 1,
+			"volumes": [
+				{
+					"bind": "/portainer/Files/AppData/Config/Win2000/zdrive",
+					"container": "/mnt"
+				}
+			]
+		},
 		{
 			"categories": [
 				"Other",