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