浏览代码

Add SearXNG to template (#183)

Rafael Blumberg 3 年之前
父节点
当前提交
94e6d141de
共有 3 个文件被更改,包括 70 次插入0 次删除
  1. 二进制
      images/searx.png
  2. 35 0
      template/portainer-v2-arm32.json
  3. 35 0
      template/portainer-v2-arm64.json

二进制
images/searx.png


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

@@ -3962,6 +3962,41 @@
 				}
 			]
 		},
+		{
+			"categories": [
+				"Other",
+				"Tools"
+			],
+			"description": "Open-Source Privacy-respecting metasearch engine",
+			"image": "searxng/searxng:latest",
+			"logo": "https://raw.githubusercontent.com/novaspirit/pi-hosted/master/images/searx.png",
+			"name": "SearXNG",
+			"platform": "linux",
+			"ports": [
+				"9017:8080/tcp"
+			],
+			"restart_policy": "unless-stopped",
+			"title": "SearXNG",
+			"type": 1,
+			"env": [
+				{
+					"default": "http://localhost:9017",
+					"label": "BASE_URL",
+					"name": "BASE_URL"
+				},
+				{
+					"default": "my-instance",
+					"label": "INSTANCE_NAME",
+					"name": "INSTANCE_NAME"
+				}
+			],
+			"volumes": [
+				{
+					"bind": "/portainer/Files/AppData/Config/searxng",
+					"container": "/etc/searxng"
+				}
+			]
+		},
 		{
 			"categories": [
 				"Other",

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

@@ -4102,6 +4102,41 @@
 				}
 			]
 		},
+		{
+			"categories": [
+				"Other",
+				"Tools"
+			],
+			"description": "Open-Source Privacy-respecting metasearch engine",
+			"image": "searxng/searxng:latest",
+			"logo": "https://raw.githubusercontent.com/novaspirit/pi-hosted/master/images/searx.png",
+			"name": "SearXNG",
+			"platform": "linux",
+			"ports": [
+				"9017:8080/tcp"
+			],
+			"restart_policy": "unless-stopped",
+			"title": "SearXNG",
+			"type": 1,
+			"env": [
+				{
+					"default": "http://localhost:9017",
+					"label": "BASE_URL",
+					"name": "BASE_URL"
+				},
+				{
+					"default": "my-instance",
+					"label": "INSTANCE_NAME",
+					"name": "INSTANCE_NAME"
+				}
+			],
+			"volumes": [
+				{
+					"bind": "/portainer/Files/AppData/Config/searxng",
+					"container": "/etc/searxng"
+				}
+			]
+		},
 		{
 			"categories": [
 				"Other",