app-platform: remove revoked onlyoffice app
This commit is contained in:
@@ -25,7 +25,6 @@ const NEW_TAB_APP_IDS = new Set([
|
||||
'vaultwarden',
|
||||
'nextcloud',
|
||||
'portainer',
|
||||
'onlyoffice',
|
||||
'tailscale',
|
||||
'nginx-proxy-manager',
|
||||
'uptime-kuma',
|
||||
@@ -105,7 +104,6 @@ const PORT_TO_APP_ID: Record<string, string> = {
|
||||
'9000': 'portainer',
|
||||
'8087': 'netbird',
|
||||
'8086': 'netbird',
|
||||
'9980': 'onlyoffice',
|
||||
'11434': 'ollama',
|
||||
'2283': 'immich',
|
||||
'23000': 'btcpay-server',
|
||||
@@ -127,7 +125,6 @@ const APP_ID_TO_PORT: Record<string, string> = {
|
||||
vaultwarden: '8082',
|
||||
nextcloud: '8085',
|
||||
portainer: '9000',
|
||||
onlyoffice: '8044',
|
||||
tailscale: '8240',
|
||||
'nginx-proxy-manager': '8081',
|
||||
'uptime-kuma': '3002',
|
||||
|
||||
Reference in New Issue
Block a user