Commit graph

18 commits

Author SHA1 Message Date
Alexandre Flament
8a4db4caa0 Update README.md 2022-02-25 23:12:28 +01:00
maiki
3f213b0902
Change text and formatting for consistency
Mostly punctuation, with a single missing word added
2022-02-17 12:00:26 -08:00
k2s
9e7eed426f
fix typo 2022-01-10 01:11:44 +01:00
Alexandre Flament
38377d53c9 SearXNG 2021-10-01 18:13:17 +02:00
Chebro
276f88394a
Replace sed separator with pipe (#96)
- base64 random key may contain the `/`  character, which conflicts with the sed separator, using `|` as the separator fixes it
2021-06-28 15:41:12 +00:00
Darrell King
d4e4f30de8
Added Generate MORTY_KEY step to README.md (#95) 2021-06-27 12:33:43 +00:00
Daniel Henning
a3bab0ba2f
Update link to Caddy project repository 2021-04-10 21:26:16 +02:00
Alexandre Flament
909201fef2 Remove old searx-checker
See https://github.com/searx/searx/pull/2419
2021-01-17 09:53:59 +01:00
Dalf
4d7cbbab34 [mod] try to use greadlink if readlink is not available 2020-08-20 09:46:47 +02:00
Alexandre Flament
bdf5619765
[mod] upgrade to Caddy v2 (#44)
* Use docker image caddy:2-alpine
* Caddyfile: remove "limits 10KB"
* Caddyfile: URL /filtron/rules removes (filtron API still availabled on http://localhost:4041/rules )
* caddy storage are docker volumes (caddy-data and caddy-config). start.sh and stop.sh have been modified to keep these volumes.
* .env: Remove SEARX_PROTOCOL, SEARX_TLS, FILTRON_USER and FILTRON_PASSWORD variables.
* docker-compose.yml: filtron and morty listen on 127.0.0.1 (related to #38)

* Fix #37: settings ```SEARX_HOSTNAME=localhost:8888``` works as expected (https connection)
2020-07-13 08:12:32 +02:00
Dalf
205adf88c4 [mod] README.md: the minimal docker-compose version is 1.9.0
See issue #17
2020-01-28 11:42:57 +01:00
Alexandre Flament
ef9151f11b
README.md: minor update 2019-07-13 17:22:10 +02:00
Dalf
3d2c643dd2 Use searx/searx Docker image 2019-07-13 16:53:11 +02:00
Alexandre Flament
cfc03dc78c
README.md: minor changes 2019-07-13 12:20:03 +02:00
Dalf
31639631ef Update README.md 2019-07-13 10:59:29 +02:00
Dalf
86f1f7e22d Mainly add searx/searx-checker
- Add searx/searx-checker image with automatic check everyday. Result https://${HOSTNAME}/status
- Cache /static files
- Add start.sh, stop.sh, update.sh
2019-07-09 18:05:05 +02:00
Dalf
ecb6517f82 Update documentation 2019-07-06 15:32:50 +02:00
Alexandre Flament
40b14b1d52
Add a README.md 2019-07-02 18:50:19 +02:00