Update search.json and README
This commit is contained in:
parent
e75e147be1
commit
dfe1f42853
3 changed files with 130 additions and 132 deletions
|
@ -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 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:
|
1. Using the Docker CLI:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
{
|
{
|
||||||
"search": {
|
|
||||||
"placeholder": "",
|
"placeholder": "",
|
||||||
"defaultProvider": "https://google.com/search?q=",
|
"defaultProvider": "https://google.com/search?q=",
|
||||||
"providers": [
|
"providers": [
|
||||||
|
@ -65,4 +64,3 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
{
|
{
|
||||||
"search": {
|
|
||||||
"placeholder": "",
|
"placeholder": "",
|
||||||
"defaultProvider": "https://google.com/search?q=",
|
"defaultProvider": "https://google.com/search?q=",
|
||||||
"providers": [
|
"providers": [
|
||||||
|
@ -65,4 +64,3 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue