瀏覽代碼

Add Flame to App Template both arm32 nd arm64 (#176)

Robert Middleswarth 3 年之前
父節點
當前提交
ca2706110e
共有 3 個文件被更改,包括 68 次插入1 次删除
  1. 二進制
      images/flame.png
  2. 34 1
      template/portainer-v2-arm32.json
  3. 34 0
      template/portainer-v2-arm64.json

二進制
images/flame.png


+ 34 - 1
template/portainer-v2-arm32.json

@@ -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"
-
 				}
 			]
 		},

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

@@ -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",