Revert nextcloud stuff because it was actually right the first time

This commit is contained in:
Gabriel Brown 2025-02-28 15:33:25 -06:00
parent ede223d9d5
commit 3781ae935d
2 changed files with 3 additions and 5 deletions

View File

@ -9,12 +9,11 @@ This fork allows anyone to easily self host this service & add bangs for their o
- Searxng *!s*
- Gitea *!tea*
- OpenWebUI *!ai*
- Nextcloud App Store *!cloudapp*
- Plex *!plex*
- ~Overseerr *!ov*~ *Overseerr doesn't seem to work correctly*
- Sonarr *!tv*
- Radarr *!mv*
- 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.*

View File

@ -3,7 +3,6 @@
const SEARXNG_URL = import.meta.env.VITE_SEARXNG_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 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 OVERSEERR_URL = import.meta.env.VITE_OVERSEERR_URL as string;
const SONARR_URL = import.meta.env.VITE_SONARR_URL as string;
@ -73583,12 +73582,12 @@ export const bangs = [
},
{
c: "Tech",
d: NEXTCLOUD_APPS_URL,
d: "apps.nextcloud.com",
r: 0,
s: "Nextcloud App Store",
sc: "Sysadmin",
t: "cloudapp",
u: `${NEXTCLOUD_APPS_URL}/?q={{{s}}}`,
u: "https://apps.nextcloud.com/search/?q={{{s}}}",
},
{
c: "Entertainment",