Update nextcloud to work
This commit is contained in:
parent
dc1fa6d08a
commit
ede223d9d5
@ -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*
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user