Add searx deployment
This commit is contained in:
parent
27daf9031b
commit
1fae9f9a19
11 changed files with 211 additions and 0 deletions
10
roles/searx/defaults/main.yml
Normal file
10
roles/searx/defaults/main.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
|
||||
searx_version: latest
|
||||
|
||||
searx_upstream_file_dir: "{{ docker_stack_files_dir }}/{{ stack_name }}"
|
||||
|
||||
searx_use_https: true
|
||||
|
||||
# the subdomain link searx will be reachable under
|
||||
subdomain_alias: search
|
||||
Loading…
Add table
Add a link
Reference in a new issue