Update search.json and README

This commit is contained in:
Bastian Meissner 2022-03-08 08:45:01 +01:00
parent e75e147be1
commit dfe1f42853
3 changed files with 130 additions and 132 deletions

View file

@ -28,6 +28,8 @@ The recommended way of installation is using [Docker](https://docker.com). You c
The Docker image is built on top of [this image](https://github.com/ratisbona-coding/nginx-cloudflare-cache), as it's based on Nginx and also provides functionality to purge the Cloudflare cache every time the container restarts (though this functionality is entirely optional).
The Docker image is available on both [DockerHub](docker) and the GitHub Container Repository (GHCR, see "packages").
1. Using the Docker CLI:
```sh

View file

@ -1,5 +1,4 @@
{
"search": {
"placeholder": "",
"defaultProvider": "https://google.com/search?q=",
"providers": [
@ -65,4 +64,3 @@
}
]
}
}

View file

@ -1,5 +1,4 @@
{
"search": {
"placeholder": "",
"defaultProvider": "https://google.com/search?q=",
"providers": [
@ -65,4 +64,3 @@
}
]
}
}