Revert nextcloud stuff because it was actually right the first time
This commit is contained in:
parent
ede223d9d5
commit
3781ae935d
@ -9,12 +9,11 @@ This fork allows anyone to easily self host this service & add bangs for their o
|
|||||||
- Searxng *!s*
|
- Searxng *!s*
|
||||||
- Gitea *!tea*
|
- Gitea *!tea*
|
||||||
- OpenWebUI *!ai*
|
- OpenWebUI *!ai*
|
||||||
- Nextcloud App Store *!cloudapp*
|
|
||||||
- Plex *!plex*
|
- Plex *!plex*
|
||||||
- ~Overseerr *!ov*~ *Overseerr doesn't seem to work correctly*
|
|
||||||
- Sonarr *!tv*
|
- Sonarr *!tv*
|
||||||
- Radarr *!mv*
|
- Radarr *!mv*
|
||||||
- Lidarr *!mp3*
|
- Lidarr *!mp3*
|
||||||
|
- ~Overseerr *!ov*~ *Overseerr doesn't seem to work correctly*
|
||||||
|
|
||||||
*Note: We have replaced some of the default bangs from duckduckgo with our own bangs in order to have more simple bangs for the self-hosted websites.*
|
*Note: We have replaced some of the default bangs from duckduckgo with our own bangs in order to have more simple bangs for the self-hosted websites.*
|
||||||
|
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
const SEARXNG_URL = import.meta.env.VITE_SEARXNG_URL as string;
|
const SEARXNG_URL = import.meta.env.VITE_SEARXNG_URL as string;
|
||||||
const GITEA_URL = import.meta.env.VITE_GITEA_URL as string;
|
const GITEA_URL = import.meta.env.VITE_GITEA_URL as string;
|
||||||
const OPENWEBUI_URL = import.meta.env.VITE_OPENWEBUI_URL as string;
|
const OPENWEBUI_URL = import.meta.env.VITE_OPENWEBUI_URL as string;
|
||||||
const NEXTCLOUD_APPS_URL = import.meta.env.VITE_NEXTCLOUD_APPS_URL as string ?? "https://apps.nextcloud.com";
|
|
||||||
const PLEX_URL = import.meta.env.VITE_PLEX_URL as string;
|
const PLEX_URL = import.meta.env.VITE_PLEX_URL as string;
|
||||||
const OVERSEERR_URL = import.meta.env.VITE_OVERSEERR_URL as string;
|
const OVERSEERR_URL = import.meta.env.VITE_OVERSEERR_URL as string;
|
||||||
const SONARR_URL = import.meta.env.VITE_SONARR_URL as string;
|
const SONARR_URL = import.meta.env.VITE_SONARR_URL as string;
|
||||||
@ -73583,12 +73582,12 @@ export const bangs = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
c: "Tech",
|
c: "Tech",
|
||||||
d: NEXTCLOUD_APPS_URL,
|
d: "apps.nextcloud.com",
|
||||||
r: 0,
|
r: 0,
|
||||||
s: "Nextcloud App Store",
|
s: "Nextcloud App Store",
|
||||||
sc: "Sysadmin",
|
sc: "Sysadmin",
|
||||||
t: "cloudapp",
|
t: "cloudapp",
|
||||||
u: `${NEXTCLOUD_APPS_URL}/?q={{{s}}}`,
|
u: "https://apps.nextcloud.com/search/?q={{{s}}}",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
c: "Entertainment",
|
c: "Entertainment",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user