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
|
||||||
|
|
130
data/search.json
130
data/search.json
|
@ -1,68 +1,66 @@
|
||||||
{
|
{
|
||||||
"search": {
|
"placeholder": "",
|
||||||
"placeholder": "",
|
"defaultProvider": "https://google.com/search?q=",
|
||||||
"defaultProvider": "https://google.com/search?q=",
|
"providers": [
|
||||||
"providers": [
|
{
|
||||||
{
|
"name": "Allmusic",
|
||||||
"name": "Allmusic",
|
"url": "https://www.allmusic.com/search/all/",
|
||||||
"url": "https://www.allmusic.com/search/all/",
|
"prefix": "/a"
|
||||||
"prefix": "/a"
|
},
|
||||||
},
|
{
|
||||||
{
|
"name": "Discogs",
|
||||||
"name": "Discogs",
|
"url": "https://www.discogs.com/search/?q=",
|
||||||
"url": "https://www.discogs.com/search/?q=",
|
"prefix": "/di"
|
||||||
"prefix": "/di"
|
},
|
||||||
},
|
{
|
||||||
{
|
"name": "Duck Duck Go",
|
||||||
"name": "Duck Duck Go",
|
"url": "https://duckduckgo.com/?q=",
|
||||||
"url": "https://duckduckgo.com/?q=",
|
"prefix": "/d"
|
||||||
"prefix": "/d"
|
},
|
||||||
},
|
{
|
||||||
{
|
"name": "iMDB",
|
||||||
"name": "iMDB",
|
"url": "https://www.imdb.com/find?q=",
|
||||||
"url": "https://www.imdb.com/find?q=",
|
"prefix": "/i"
|
||||||
"prefix": "/i"
|
},
|
||||||
},
|
{
|
||||||
{
|
"name": "TheMovieDB",
|
||||||
"name": "TheMovieDB",
|
"url": "https://www.themoviedb.org/search?query=",
|
||||||
"url": "https://www.themoviedb.org/search?query=",
|
"prefix": "/m"
|
||||||
"prefix": "/m"
|
},
|
||||||
},
|
{
|
||||||
{
|
"name": "Reddit",
|
||||||
"name": "Reddit",
|
"url": "https://www.reddit.com/search?q=",
|
||||||
"url": "https://www.reddit.com/search?q=",
|
"prefix": "/r"
|
||||||
"prefix": "/r"
|
},
|
||||||
},
|
{
|
||||||
{
|
"name": "Qwant",
|
||||||
"name": "Qwant",
|
"url": "https://www.qwant.com/?q=",
|
||||||
"url": "https://www.qwant.com/?q=",
|
"prefix": "/q"
|
||||||
"prefix": "/q"
|
},
|
||||||
},
|
{
|
||||||
{
|
"name": "Soundcloud",
|
||||||
"name": "Soundcloud",
|
"url": "https://soundcloud.com/search?q=",
|
||||||
"url": "https://soundcloud.com/search?q=",
|
"prefix": "/so"
|
||||||
"prefix": "/so"
|
},
|
||||||
},
|
{
|
||||||
{
|
"name": "Spotify",
|
||||||
"name": "Spotify",
|
"url": "https://open.spotify.com/search/results/",
|
||||||
"url": "https://open.spotify.com/search/results/",
|
"prefix": "/s"
|
||||||
"prefix": "/s"
|
},
|
||||||
},
|
{
|
||||||
{
|
"name": "TheTVDB",
|
||||||
"name": "TheTVDB",
|
"url": "https://www.thetvdb.com/search?q=",
|
||||||
"url": "https://www.thetvdb.com/search?q=",
|
"prefix": "/tv"
|
||||||
"prefix": "/tv"
|
},
|
||||||
},
|
{
|
||||||
{
|
"name": "Trakt",
|
||||||
"name": "Trakt",
|
"url": "https://trakt.tv/search?query=",
|
||||||
"url": "https://trakt.tv/search?query=",
|
"prefix": "/t"
|
||||||
"prefix": "/t"
|
},
|
||||||
},
|
{
|
||||||
{
|
"name": "YouTube",
|
||||||
"name": "YouTube",
|
"url": "https://youtube.com/results?search_query=",
|
||||||
"url": "https://youtube.com/results?search_query=",
|
"prefix": "/yt"
|
||||||
"prefix": "/yt"
|
}
|
||||||
}
|
]
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,68 +1,66 @@
|
||||||
{
|
{
|
||||||
"search": {
|
"placeholder": "",
|
||||||
"placeholder": "",
|
"defaultProvider": "https://google.com/search?q=",
|
||||||
"defaultProvider": "https://google.com/search?q=",
|
"providers": [
|
||||||
"providers": [
|
{
|
||||||
{
|
"name": "Allmusic",
|
||||||
"name": "Allmusic",
|
"url": "https://www.allmusic.com/search/all/",
|
||||||
"url": "https://www.allmusic.com/search/all/",
|
"prefix": "/a"
|
||||||
"prefix": "/a"
|
},
|
||||||
},
|
{
|
||||||
{
|
"name": "Discogs",
|
||||||
"name": "Discogs",
|
"url": "https://www.discogs.com/search/?q=",
|
||||||
"url": "https://www.discogs.com/search/?q=",
|
"prefix": "/di"
|
||||||
"prefix": "/di"
|
},
|
||||||
},
|
{
|
||||||
{
|
"name": "Duck Duck Go",
|
||||||
"name": "Duck Duck Go",
|
"url": "https://duckduckgo.com/?q=",
|
||||||
"url": "https://duckduckgo.com/?q=",
|
"prefix": "/d"
|
||||||
"prefix": "/d"
|
},
|
||||||
},
|
{
|
||||||
{
|
"name": "iMDB",
|
||||||
"name": "iMDB",
|
"url": "https://www.imdb.com/find?q=",
|
||||||
"url": "https://www.imdb.com/find?q=",
|
"prefix": "/i"
|
||||||
"prefix": "/i"
|
},
|
||||||
},
|
{
|
||||||
{
|
"name": "TheMovieDB",
|
||||||
"name": "TheMovieDB",
|
"url": "https://www.themoviedb.org/search?query=",
|
||||||
"url": "https://www.themoviedb.org/search?query=",
|
"prefix": "/m"
|
||||||
"prefix": "/m"
|
},
|
||||||
},
|
{
|
||||||
{
|
"name": "Reddit",
|
||||||
"name": "Reddit",
|
"url": "https://www.reddit.com/search?q=",
|
||||||
"url": "https://www.reddit.com/search?q=",
|
"prefix": "/r"
|
||||||
"prefix": "/r"
|
},
|
||||||
},
|
{
|
||||||
{
|
"name": "Qwant",
|
||||||
"name": "Qwant",
|
"url": "https://www.qwant.com/?q=",
|
||||||
"url": "https://www.qwant.com/?q=",
|
"prefix": "/q"
|
||||||
"prefix": "/q"
|
},
|
||||||
},
|
{
|
||||||
{
|
"name": "Soundcloud",
|
||||||
"name": "Soundcloud",
|
"url": "https://soundcloud.com/search?q=",
|
||||||
"url": "https://soundcloud.com/search?q=",
|
"prefix": "/so"
|
||||||
"prefix": "/so"
|
},
|
||||||
},
|
{
|
||||||
{
|
"name": "Spotify",
|
||||||
"name": "Spotify",
|
"url": "https://open.spotify.com/search/results/",
|
||||||
"url": "https://open.spotify.com/search/results/",
|
"prefix": "/s"
|
||||||
"prefix": "/s"
|
},
|
||||||
},
|
{
|
||||||
{
|
"name": "TheTVDB",
|
||||||
"name": "TheTVDB",
|
"url": "https://www.thetvdb.com/search?q=",
|
||||||
"url": "https://www.thetvdb.com/search?q=",
|
"prefix": "/tv"
|
||||||
"prefix": "/tv"
|
},
|
||||||
},
|
{
|
||||||
{
|
"name": "Trakt",
|
||||||
"name": "Trakt",
|
"url": "https://trakt.tv/search?query=",
|
||||||
"url": "https://trakt.tv/search?query=",
|
"prefix": "/t"
|
||||||
"prefix": "/t"
|
},
|
||||||
},
|
{
|
||||||
{
|
"name": "YouTube",
|
||||||
"name": "YouTube",
|
"url": "https://youtube.com/results?search_query=",
|
||||||
"url": "https://youtube.com/results?search_query=",
|
"prefix": "/yt"
|
||||||
"prefix": "/yt"
|
}
|
||||||
}
|
]
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue