Commit graph

41 commits

Author SHA1 Message Date
Dalf
5a82f74b8d [fix] caddy: use the right docker image ( caddy:2-alpine )
volume ./Caddyfile:/etc/caddy/Caddy is read only.
2020-07-11 20:18:20 +02:00
Dalf
c498dcf04d [mod] upgrade to Caddy v2
* Use docker image caddy/caddy:2-alpine
* Caddyfile: remove "limits 10KB"
* Caddyfile: URL /filtron/rules removes (filtron API still availabled on http://localhost:4041/rules )
* .env: Remove SEARX_PROTOCOL, SEARX_TLS, FILTRON_USER and FILTRON_PASSWORD variables.
* docker-compose.yml: filtron and morty listen on 127.0.0.1
2020-07-11 11:01:04 +02:00
Alexandre Flament
9947a18e4e
Merge pull request #40 from mruczek/patch-1
Fix typo
2020-07-10 16:04:21 +02:00
Mruczek
d01e91a3f1
Fix typo 2020-06-20 01:49:28 +02:00
Alexandre Flament
2487c1397c
Merge pull request #36 from paulcalabro/patch-1
Fixed a typo
2020-05-24 19:40:33 +02:00
Paul Calabro
1ff9381d50
Fixed a typo 2020-05-23 15:36:16 -07:00
Alexandre Flament
cb0ed57b71
Merge pull request #32 from unixfox/patch-2
remove blocking when brotli is not supported and add blocking when gzip and deflate aren't supported
2020-04-27 10:29:27 +02:00
Émilien Devos
b23ecfe8ae remove blocking when brotli is not supported and add blocking when gzip and deflate arent supported 2020-04-26 21:04:42 +02:00
Dalf
8ec3e067bc [mod] rules.json: whitelist searx.space 2020-04-10 17:25:03 +02:00
Alexandre Flament
2cc6278d4e
Merge pull request #30 from dalf/no-hardcoded-ip
[mod] docker-compose.yaml: remove hardcoded IP
2020-04-10 17:16:59 +02:00
Dalf
92cdb70360 [mod] docker-compose.yaml: remove hardcoded IP 2020-04-10 10:45:58 +02:00
Alexandre Flament
ecf10d41db
Merge pull request #25 from unixfox/patch-1
Fix stats.searx.xyz whitelist
2020-01-30 16:46:47 +01:00
Émilien Devos
b4ce81ab60
Fix stats.searx.xyz whitelist 2020-01-30 09:30:12 +00: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
Dalf
e4e3aa48f4 [mod] update Caddy version 2019-10-19 18:53:06 +02:00
Dalf
f2e6ca4a61 [mod] allow fullscreen for videos 2019-08-06 12:44:08 +02:00
Dalf
00cc9aa906 [mod] content-security-policy: remove unsafe script
searx commit 8e62f7600f4582b913c92d56ffbafc22e37abe3b remove inline scripts for the oscar and simple themes
2019-08-06 12:42:19 +02:00
Dalf
388b4b406a [mod] update.sh 2019-08-06 12:40:01 +02:00
Dalf
3e8388f8fd *.sh: remove the check of .env modifications
The check was not accurate.
2019-07-30 09:19:46 +02:00
Dalf
5b8b8720b4 Filtron rules.json: mitigate flood on all URL
See issue #6
2019-07-30 09:19:46 +02:00
Dalf
566677c6c1 Caddyfile: Adjust Content-Security-Policy and Feature-Policy headers 2019-07-30 09:19:46 +02: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
Dalf
3878f0d51a Minor bug fixed, minor changes 2019-07-13 13:28:55 +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
1b6563ffe0 Update Caddyfile
- Access-Control-Allow-Origin "*" only for /status, /config
- Add Strict-Transport-Security
- Modify Content-Security-Policy to allow https://www.deezer.com https://www.mixcloud.com https://w.soundcloud.com https://embed.spotify.com
- Limit request header/body to 10kb
2019-07-13 10:59:07 +02:00
Dalf
ba3507d96b filtron: add rules.json in this project 2019-07-13 10:56:22 +02:00
Dalf
440ee48aef docker-compose.yml : reference dalf/* docker images for now 2019-07-11 17:17:12 +02:00
Dalf
b64ec565e3 Update Content-Security-Policy header 2019-07-11 17:15:49 +02:00
Dalf
d1d553bb65 Update ... update.sh 2019-07-11 17:13:31 +02:00
Dalf
518650fc80 working searx-docker.service 2019-07-11 17:12:54 +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
4023196f54 Bug fix: add capabilities 2019-07-06 16:37:18 +02:00
Dalf
ecb6517f82 Update documentation 2019-07-06 15:32:50 +02:00
Dalf
6dea64a9dc Add filtron (configuration not done / checked)
Drop capabilities
2019-07-06 14:54:05 +02:00
Alexandre Flament
40b14b1d52
Add a README.md 2019-07-02 18:50:19 +02:00
Dalf
5d5a5353ac Working connections between the docker containers 2019-07-02 18:24:26 +02:00
Dalf
5d75c112ca Working Content-Security-Policy 2019-07-02 18:23:20 +02:00
Dalf
fe312fdae9 Initial commit 2019-07-01 16:26:45 +02:00
Alexandre Flament
f3be3c76f2
Initial commit 2019-07-01 16:23:52 +02:00