Commit graph

7 commits

Author SHA1 Message Date
d3f65a07fb
Fix wget healthchecks to not use localhost
For a reason, current wget versions error out when using localhost instead
of 127.0.0.1 as the healthcheck for docker services. Probably has something
to do with dns resolution - either on docker or wget end, but have not
looked to deep into it.
2024-04-11 13:04:28 +02:00
7d8408f9f8
Change become arguments to boolean
Changed all 'become: ' values from 'yes' to 'true' to satisfy the schema
(and also make the lsp shut up).
2022-12-18 16:02:32 +01:00
acc9638cfd
Switch searx to searxng by default 2021-12-09 11:12:45 +01:00
d41763f0dc
Fix default searx authentication setup 2021-10-23 22:15:06 +02:00
3b27a5222a
Allow multiple basic auth accounts to be configured 2021-10-23 22:02:48 +02:00
4b440ec9b5
Add basic auth to searx 2021-10-23 20:35:56 +02:00
1fae9f9a19
Add searx deployment 2021-10-23 16:42:03 +02:00