summaryrefslogtreecommitdiff
path: root/pcr/searx/searx.ini
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-06-15 15:40:09 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-06-15 15:40:09 +0200
commit76741076e79d23bf0e55d03e3d92a16afaad60f6 (patch)
treec4415f5a21b0d14c49ac02dcc9155e47f431236c /pcr/searx/searx.ini
parentbccdc9c369893631bce0d150b09997b5dccbb232 (diff)
downloadabslibre-76741076e79d23bf0e55d03e3d92a16afaad60f6.tar.gz
abslibre-76741076e79d23bf0e55d03e3d92a16afaad60f6.tar.bz2
abslibre-76741076e79d23bf0e55d03e3d92a16afaad60f6.zip
searx: fix wrong location
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'pcr/searx/searx.ini')
-rw-r--r--pcr/searx/searx.ini33
1 files changed, 33 insertions, 0 deletions
diff --git a/pcr/searx/searx.ini b/pcr/searx/searx.ini
new file mode 100644
index 000000000..7681436a1
--- /dev/null
+++ b/pcr/searx/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/