Commit Graph

87 Commits (8b2d01713655a4b2c74776401572781f57d00e28)
 

Author SHA1 Message Date
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.
1 year ago
Alexandre Flament e76656a162
Merge pull request #110 from searxng/dac_override
docker-compose.yaml: remove CAP_DAC_OVERRIDE
1 year ago
Alexandre Flament 12d726f4ff docker-compose.yaml: remove CAP_DAC_OVERRIDE
Close #30
1 year ago
Alexandre Flament d4f06df911
Merge pull request #77 from searxng/remove_security_yml
Delete security.yml
2 years ago
Alexandre Flament 09742281df
Delete security.yml
See https://github.com/searxng/searxng/pull/1730
2 years ago
Émilien Devos f2f9e2ad08
Add explanation about how to access the logs 2 years ago
Alexandre Flament b1b174a339
Merge pull request #22 from ononoki1/master
Add github new issue to CSP form-action
2 years ago
ononoki f6fb825afd
Add github new issue to CSP form-action
Make "Submit a new issue on Github including the above information" works
2 years ago
Alexandre Flament ba1569dafb
Merge pull request #17 from dalf/no_script
Remove scripts
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
Paul Braeuning 7f01f0d93d
Merge pull request #12 from dalf/remove_filtron_morty
Replace morty & filtron by redis & the limiter plugin
2 years ago
Alexandre Flament 6b0d7c591b static files: use hashes 2 years ago
Alexandre Flament 0a1db38e21 Rely on searxng/settings.yml 2 years ago
Alexandre Flament 8952fad37e Remove rules.json 2 years ago
Alexandre Flament 8a4db4caa0 Update README.md 2 years ago
Alexandre Flament fe4a33a2bf Replace morty & filtron by redis & the limiter plugin 2 years ago
Alexandre Flament 2127795f63
Merge pull request #11 from maiki/patch-1
Change text and formatting for consistency
2 years ago
maiki 3f213b0902
Change text and formatting for consistency
Mostly punctuation, with a single missing word added
2 years ago
Alexandre Flament 91f45bd54d
Merge pull request #9 from k2s/patch-1
fix typo
2 years ago
Alexandre Flament 69590065df
Merge pull request #10 from searxng/trivy
[mod] add a nightly check of the docker images using Trivy
2 years ago
Alexandre Flament f361945cf1 [mod] add a nightly check of the docker images using Trivy 2 years ago
k2s 9e7eed426f
fix typo 2 years ago
Alexandre Flament c7b3f004eb
Merge pull request #7 from searxng/fix-6
Fix docker-compose.yml
3 years ago
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
3 years ago
Alexandre Flament c9762306a8
Merge pull request #2 from searxng/searxng
SearXNG
3 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
Émilien Devos abd5079b87
Merge pull request #94 from zevlee/master
Add Permissions-Policy HTTP header to Caddyfile
3 years ago
Zev Lee da360b26b9
Add Permissions-Policy HTTP header to Caddyfile 3 years ago
Émilien Devos 4ad61d6499
Merge pull request #81 from puresick/patch-1
Update link to Caddy project repository
3 years ago
Daniel Henning a3bab0ba2f
Update link to Caddy project repository 3 years ago
Émilien Devos 7886223c9d
Merge pull request #75 from stelas/master
Restart Caddy automatically
3 years ago
Steffen 83f465995f Restart caddy service on-failure 3 years ago
Alexandre Flament f2736e1e19
Merge pull request #65 from dalf/remove-old-checker
Remove old searx-checker
3 years ago
Alexandre Flament 909201fef2 Remove old searx-checker
See https://github.com/searx/searx/pull/2419
3 years ago
Alexandre Flament a7443cdc5f
Merge pull request #61 from searx/unixfox-patch-1
Fix Searx as a search engine on Firefox android
4 years ago
É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".
4 years ago
Alexandre Flament 7ad4d4903d
Merge pull request #52 from searx/greadlink-support
[mod] try to use greadlink if readlink is not available
4 years ago
Dalf 4d7cbbab34 [mod] try to use greadlink if readlink is not available 4 years ago
Alexandre Flament 4f5c3b5ee0
Merge pull request #51 from raffieyeah/master
Fix morty not binding to 0.0.0.0 by changing docker-compose.yaml and using environment variable
4 years ago
Rafael 7a76a003a2 Fix morty not binding to 0.0.0.0 4 years ago
Alexandre Flament 337a4d2dd9
[fix] rules.json: allow Firefox Android to add searx (#49)
* [fix] rules.json: allow Firefox Android to add searx

fix #48

* [fix] rules.json: allow Firefox Android whatever the values of Accept and Accept-Language are.
4 years ago
Alexandre Flament c3cf61f3b4
Merge pull request #46 from searx/nslookup
rules.json: allow nslookup(check.searx.space) instead of hard-coded IP
4 years ago
Dalf 5c8e7e8491 rules.json: allow nslookup(check.searx.space) instead of hard-coded IP
related to https://github.com/asciimoo/filtron/pull/13
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
Alexandre Flament 9947a18e4e
Merge pull request #40 from mruczek/patch-1
Fix typo
4 years ago
Mruczek d01e91a3f1
Fix typo 4 years ago