Commit graph

96 commits

Author SHA1 Message Date
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
2024-01-08 21:45:10 +00:00
Ivan Gabaldon
6813aff4d4
allow persistent rdb (#198)
Signed-off-by: Inetol <igabaldon@inetol.net>
2023-11-28 18:35:40 +01:00
Émilien (perso)
47fad9cba6
remove duplicated limiter parameter 2023-10-25 10:44:24 +02:00
Émilien (perso)
d63d0c77a8
Simply the update process 2023-09-24 09:39:54 +00:00
Émilien (perso)
fa11493d8a
update instructions for update docker-compose 2023-09-24 09:38:50 +00:00
Alexandre Flament
41ca45c87f
Merge pull request #182 from dalf/enable_limiter
Enable limiter by default
2023-09-22 20:35:01 +02:00
Alexandre Flament
69eb81f031 Enable limiter by default
Related to https://github.com/searxng/searxng/pull/2832
2023-09-22 16:25:27 +00:00
Alexandre Flament
070b02e6da
fix URL to documentation in searxng/settings.yml
Close #173
2023-08-25 08:11:09 +02:00
Alexandre Flament
9e42027c31
Merge pull request #162 from ChillyKitty/patch-1
Update Caddyfile to Add X-Real-IP to fix bot detection
2023-08-25 07:54:53 +02:00
ChillyKitty
8b2d017136
Update Caddyfile to Add X-Real-IP to fix bot detection
Bot detection complains about not having X-Real-IP which is required https://docs.searxng.org/src/searx.botdetection.html#id4 this adds the header and fixes the problem for me.
2023-06-20 02:45:04 +00:00
Alexandre Flament
e76656a162
Merge pull request #110 from searxng/dac_override
docker-compose.yaml: remove CAP_DAC_OVERRIDE
2022-12-31 18:35:37 +01:00
Alexandre Flament
12d726f4ff docker-compose.yaml: remove CAP_DAC_OVERRIDE
Close #30
2022-12-31 00:28:19 +00:00
Alexandre Flament
d4f06df911
Merge pull request #77 from searxng/remove_security_yml
Delete security.yml
2022-09-01 18:48:52 +02:00
Alexandre Flament
09742281df
Delete security.yml
See https://github.com/searxng/searxng/pull/1730
2022-08-31 20:44:15 +02:00
Émilien Devos
f2f9e2ad08
Add explanation about how to access the logs 2022-07-12 08:36:14 +02:00
Alexandre Flament
b1b174a339
Merge pull request #22 from ononoki1/master
Add github new issue to CSP form-action
2022-05-21 20:35:19 +02:00
ononoki
f6fb825afd
Add github new issue to CSP form-action
Make "Submit a new issue on Github including the above information" works
2022-05-18 08:55:18 +00:00
Alexandre Flament
ba1569dafb
Merge pull request #17 from dalf/no_script
Remove scripts
2022-04-26 23:13:27 +02:00
mrpaulblack
2504dcbd57 Remove scripts 3/n 2022-04-26 14:27:30 +02:00
Alexandre Flament
d4ae67a468 Remove scripts 2/n 2022-04-22 09:45:47 +02:00
Alexandre Flament
914e6e3159 Remove scripts 2022-04-20 20:33:20 +02:00
Paul Braeuning
7f01f0d93d
Merge pull request #12 from dalf/remove_filtron_morty
Replace morty & filtron by redis & the limiter plugin
2022-04-20 01:25:46 +02:00
Alexandre Flament
6b0d7c591b static files: use hashes 2022-04-02 21:31:05 +02:00
Alexandre Flament
0a1db38e21 Rely on searxng/settings.yml 2022-03-20 10:36:48 +01:00
Alexandre Flament
8952fad37e Remove rules.json 2022-02-25 23:37:40 +01:00
Alexandre Flament
8a4db4caa0 Update README.md 2022-02-25 23:12:28 +01:00
Alexandre Flament
fe4a33a2bf Replace morty & filtron by redis & the limiter plugin 2022-02-25 23:11:13 +01:00
Alexandre Flament
2127795f63
Merge pull request #11 from maiki/patch-1
Change text and formatting for consistency
2022-02-18 22:14:17 +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
Alexandre Flament
91f45bd54d
Merge pull request #9 from k2s/patch-1
fix typo
2022-01-29 14:28:20 +01:00
Alexandre Flament
69590065df
Merge pull request #10 from searxng/trivy
[mod] add a nightly check of the docker images using Trivy
2022-01-29 14:24:01 +01:00
Alexandre Flament
f361945cf1 [mod] add a nightly check of the docker images using Trivy 2022-01-29 14:22:16 +01:00
k2s
9e7eed426f
fix typo 2022-01-10 01:11:44 +01:00
Alexandre Flament
c7b3f004eb
Merge pull request #7 from searxng/fix-6
Fix docker-compose.yml
2021-11-27 10:57:20 +01:00
Alexandre Flament
77cc397d40
Fix docker-compose.yml
Update searxng-docker with https://github.com/searxng/searxng/pull/383 changes.

Close https://github.com/searxng/searxng-docker/issues/6
2021-11-27 10:56:56 +01:00
Alexandre Flament
c9762306a8
Merge pull request #2 from searxng/searxng
SearXNG
2021-10-02 07:57:07 +02: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
Émilien Devos
abd5079b87
Merge pull request #94 from zevlee/master
Add Permissions-Policy HTTP header to Caddyfile
2021-06-04 20:38:17 +02:00
Zev Lee
da360b26b9
Add Permissions-Policy HTTP header to Caddyfile 2021-05-26 14:00:29 +00:00
Émilien Devos
4ad61d6499
Merge pull request #81 from puresick/patch-1
Update link to Caddy project repository
2021-04-10 22:28:57 +02:00
Daniel Henning
a3bab0ba2f
Update link to Caddy project repository 2021-04-10 21:26:16 +02:00
Émilien Devos
7886223c9d
Merge pull request #75 from stelas/master
Restart Caddy automatically
2021-03-29 12:27:18 +00:00
Steffen
83f465995f Restart caddy service on-failure 2021-03-29 14:22:43 +02:00
Alexandre Flament
f2736e1e19
Merge pull request #65 from dalf/remove-old-checker
Remove old searx-checker
2021-01-17 10:26:56 +01:00
Alexandre Flament
909201fef2 Remove old searx-checker
See https://github.com/searx/searx/pull/2419
2021-01-17 09:53:59 +01:00
Alexandre Flament
a7443cdc5f
Merge pull request #61 from searx/unixfox-patch-1
Fix Searx as a search engine on Firefox android
2020-11-10 22:08:32 +01:00
Émilien Devos
f48172e4de Fix Searx as a search engine on Firefox android
The user agent is now similar to "Mozilla/5.0 (Android 9; Mobile; rv:83.0) Gecko/83.0 Firefox/83.0".
2020-11-10 22:35:30 +02:00
Alexandre Flament
7ad4d4903d
Merge pull request #52 from searx/greadlink-support
[mod] try to use greadlink if readlink is not available
2020-08-28 09:50:27 +02:00