Chore: merge Overseerr into Seerr, add aliases (#6330)

This commit is contained in:
shamoon
2026-02-15 19:12:15 -08:00
committed by GitHub
parent 597f6ecf16
commit 09bab7637e
11 changed files with 89 additions and 41 deletions

View File

@@ -9,6 +9,8 @@ import { buildHighlightConfig } from "utils/highlights";
const ALIASED_WIDGETS = {
pialert: "netalertx",
hoarder: "karakeep",
jellyseerr: "seerr",
overseerr: "seerr",
};
export default function Container({ error = false, children, service }) {