forked from Icycoide/searxng
searx.sh: install settings at /etc/searx/settings.yml
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
de58f02f6b
commit
59e4026762
5 changed files with 84 additions and 64 deletions
|
@ -12,6 +12,9 @@ gid = ${SERVICE_GROUP}
|
|||
# chdir to specified directory before apps loading
|
||||
chdir = ${SEARX_SRC}/searx
|
||||
|
||||
# searx configuration (settings.yml)
|
||||
env = SEARX_SETTINGS_PATH=${SEARX_SETTINGS_PATH}
|
||||
|
||||
# disable logging for privacy
|
||||
disable-logging = true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue