Browse Source

resync old template to latest

Robert Middleswarth 3 năm trước cách đây
mục cha
commit
2a63f36e8b
1 tập tin đã thay đổi với 35 bổ sung2 xóa
  1. 35 2
      pi-hosted_template/template/portainer-v2.json

+ 35 - 2
pi-hosted_template/template/portainer-v2.json

@@ -746,7 +746,7 @@
 			"note": "Deemix may take a few minutes to install. Be sure to check the logs for details. Refer to \u003ca href='https://notabug.org/RemixDevs/DeezloaderRemix/wiki/Login+via+userToken'\u003ethis page\u003c/a\u003e for userToken details.",
 			"platform": "linux",
 			"ports": [
-				"6595:6595/tcp"
+				"9666:9666/tcp"
 			],
 			"restart_policy": "unless-stopped",
 			"title": "DeeMix",
@@ -1212,6 +1212,40 @@
 				}
 			]
 		},
+		{
+			"categories": [
+				"Other",
+				"Tools"
+			],
+			"description": "Flame is self-hosted startpage for your server. Its design is inspired (heavily) by SUI. Flame is very easy to setup and use. With built-in editors, it allows you to setup your very own application hub in no time - no file editing necessary.",
+			"image": "pawelmalak/flame:multiarch",
+			"logo": "https://raw.githubusercontent.com/novaspirit/pi-hosted/master/images/flame.png",
+			"name": "Flame",
+			"platform": "linux",
+			"ports": [
+				"5005:5005/tcp"
+			],
+			"env": [
+				{
+					"default": "",
+					"label": "Flame Password",
+					"name": "PASSWORD"
+				}
+			],
+			"restart_policy": "unless-stopped",
+			"title": "Flame",
+			"type": 1,
+			"volumes": [
+				{
+					"bind": "/portainer/Files/AppData/Config/Flame/data",
+					"container": "/app/data"
+				},
+				{
+					"bind": "/var/run/docker.sock",
+					"container": "/var/run/docker.sock"
+				}
+			]
+		},
 		{
 			"categories": [
 				"Other",
@@ -4405,7 +4439,6 @@
 				{
 					"bind": "/var/run/docker.sock",
 					"container": "/var/run/docker.sock"
-
 				}
 			]
 		},