@mammothb/pi-web 6.0.0 → 6.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/searxng/.env +16 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mammothb/pi-web",
3
- "version": "6.0.0",
3
+ "version": "6.0.1",
4
4
  "description": "A pi extension that adds WebFetch and WebSearch tools for fetching and searching web content",
5
5
  "keywords": [
6
6
  "pi-package"
package/searxng/.env ADDED
@@ -0,0 +1,16 @@
1
+ # Read the documentation before using the `docker-compose.yml` file:
2
+ # https://docs.searxng.org/admin/installation-docker.html
3
+ #
4
+ # Additional ENVs:
5
+ # https://docs.searxng.org/admin/settings/settings_general.html#settings-general
6
+ # https://docs.searxng.org/admin/settings/settings_server.html#settings-server
7
+
8
+ # Use a specific version tag. E.g. "latest" or "2026.3.25-541c6c3cb".
9
+ #SEARXNG_VERSION=latest
10
+
11
+ # Listen to a specific address.
12
+ #SEARXNG_HOST=[::]
13
+
14
+ # Listen to a specific port.
15
+ SEARXNG_PORT=8080
16
+ FORCE_OWNERSHIP=false