summarylogtreecommitdiffstats
path: root/searx.ini
diff options
context:
space:
mode:
authorGaspard d'Hautefeuille2020-07-11 14:26:24 +0200
committerGaspard d'Hautefeuille2020-07-11 14:26:24 +0200
commit8f84303b62cde0b5143d8b3dac295491a938b9ea (patch)
treeaf0990135bd897a84cfcfd1631830f5a38074173 /searx.ini
parent09fc2ea71ff289252234f2d3a0e6a691a2d4fb6f (diff)
downloadaur-8f84303b62cde0b5143d8b3dac295491a938b9ea.tar.gz
new searx-git package based on searx PKGBUILD
Diffstat (limited to 'searx.ini')
-rw-r--r--searx.ini33
1 files changed, 33 insertions, 0 deletions
diff --git a/searx.ini b/searx.ini
new file mode 100644
index 000000000000..7681436a1c7d
--- /dev/null
+++ b/searx.ini
@@ -0,0 +1,33 @@
+[uwsgi]
+http-socket = :8888
+
+# Who will run the code
+uid = searx
+gid = searx
+
+# disable logging for privacy
+disable-logging = false
+
+# Number of workers (usually CPU count)
+workers = 4
+
+# The right granted on the created socket
+chmod-socket = 666
+
+# Plugin to use and interpretor config
+single-interpreter = true
+master = true
+plugin = python
+lazy-apps = true
+enable-threads = true
+
+# Settings path for AUR package
+env = SEARX_SETTINGS_PATH=/etc/searx/settings.yml
+
+# Module to import
+module = searx.webapp
+
+# Virtualenv and python path
+#virtualenv = /usr/local/searx/searx-ve/
+#pythonpath = /usr/local/searx/
+#chdir = /usr/local/searx/searx/