Commit 0e95edd2 authored by Grant's avatar Grant
Browse files

add sharkey

parent 225ecb12
Loading
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -40,6 +40,16 @@ export const PROVIDERS: IProvider[] = [
      },
    ],
  },
  {
    software: "sharkey",
    matchers: [
      {
        versions: "*",
        template: (host, uri) =>
          `https://${host}/search?q=${encodeURIComponent(uri)}`,
      },
    ],
  },
];

interface IProvider {