From ede223d9d513a793b8f6cec80027b1c01c80efeb Mon Sep 17 00:00:00 2001 From: gibbyb Date: Fri, 28 Feb 2025 15:29:03 -0600 Subject: [PATCH] Update nextcloud to work --- README.md | 2 +- src/bang.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 07652bc..53cea55 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This fork allows anyone to easily self host this service & add bangs for their o - OpenWebUI *!ai* - Nextcloud App Store *!cloudapp* - Plex *!plex* -- Overseerr *!ov* +- ~Overseerr *!ov*~ *Overseerr doesn't seem to work correctly* - Sonarr *!tv* - Radarr *!mv* - Lidarr *!mp3* diff --git a/src/bang.ts b/src/bang.ts index 58bef8a..c2fd802 100644 --- a/src/bang.ts +++ b/src/bang.ts @@ -3,7 +3,7 @@ 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_URL as string ?? "https://apps.nextcloud.com"; +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;