Commit Graph

27 Commits (master)

Author SHA1 Message Date
Ivan Gabaldon a0e711191e
Replace Redis with Valkey + reduce logging for containers caddy and redis (#230)
* replace redis w/valkey

* cleanup

* apply changes

* revert volume reuse

* fix valkey container

* revert remove `CAP_DROP` `CAP_ADD`

* revert switch from `redis` to `valkey`

* revert revert volume reuse

* update README

* apply changes

* add back useful stuff from README + keep structure + keep compat old docker compose

---------

Co-authored-by: Emilien Devos <4016501+unixfox@users.noreply.github.com>
2 weeks ago
Nicolas Bonduel 3ec746a2b4
Update README to use newer docker compose command (#205)
* Update README to use newer docker compose command

* Update README to add note about docker < 3.6.0 and docker-compose

* Update the docker compose install url
5 months ago
Émilien (perso) d63d0c77a8
Simply the update process 8 months ago
Émilien (perso) fa11493d8a
update instructions for update docker-compose 8 months ago
Émilien Devos f2f9e2ad08
Add explanation about how to access the logs 2 years ago
mrpaulblack 2504dcbd57 Remove scripts 3/n 2 years ago
Alexandre Flament d4ae67a468 Remove scripts 2/n 2 years ago
Alexandre Flament 914e6e3159 Remove scripts 2 years ago
Alexandre Flament 0a1db38e21 Rely on searxng/settings.yml 2 years ago
Alexandre Flament 8a4db4caa0 Update README.md 2 years ago
maiki 3f213b0902
Change text and formatting for consistency
Mostly punctuation, with a single missing word added
2 years ago
k2s 9e7eed426f
fix typo 2 years ago
Alexandre Flament 38377d53c9 SearXNG 3 years ago
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
3 years ago
Darrell King d4e4f30de8
Added Generate MORTY_KEY step to README.md (#95) 3 years ago
Daniel Henning a3bab0ba2f
Update link to Caddy project repository 3 years ago
Alexandre Flament 909201fef2 Remove old searx-checker
See https://github.com/searx/searx/pull/2419
3 years ago
Dalf 4d7cbbab34 [mod] try to use greadlink if readlink is not available 4 years ago
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)
4 years ago
Dalf 205adf88c4 [mod] README.md: the minimal docker-compose version is 1.9.0
See issue #17
4 years ago
Alexandre Flament ef9151f11b
README.md: minor update 5 years ago
Dalf 3d2c643dd2 Use searx/searx Docker image 5 years ago
Alexandre Flament cfc03dc78c
README.md: minor changes 5 years ago
Dalf 31639631ef Update README.md 5 years ago
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
5 years ago
Dalf ecb6517f82 Update documentation 5 years ago
Alexandre Flament 40b14b1d52
Add a README.md 5 years ago