@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.
- package/package.json +1 -1
- package/searxng/.env +16 -0
package/package.json
CHANGED
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
|