mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-12 08:25:47 +01:00
🚧 WIP on Overseerr integration
This commit is contained in:
@@ -70,6 +70,7 @@ export const ServiceTypeList = [
|
||||
'Readarr',
|
||||
'Sonarr',
|
||||
'Transmission',
|
||||
'Overseerr',
|
||||
];
|
||||
export type ServiceType =
|
||||
| 'Other'
|
||||
@@ -82,6 +83,7 @@ export type ServiceType =
|
||||
| 'Radarr'
|
||||
| 'Readarr'
|
||||
| 'Sonarr'
|
||||
| 'Overseerr'
|
||||
| 'Transmission';
|
||||
|
||||
export function tryMatchPort(name: string, form?: any) {
|
||||
@@ -101,6 +103,9 @@ export const portmap = [
|
||||
{ name: 'readarr', value: '8787' },
|
||||
{ name: 'deluge', value: '8112' },
|
||||
{ name: 'transmission', value: '9091' },
|
||||
{ name: 'plex', value: '32400' },
|
||||
{ name: 'emby', value: '8096' },
|
||||
{ name: 'overseerr', value: '5055' },
|
||||
{ name: 'dash.', value: '3001' },
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user