app-platform: remove revoked onlyoffice app
This commit is contained in:
@@ -253,7 +253,6 @@ const portMappings = {
|
||||
'nostr-rs-relay': 7000,
|
||||
'syncthing': 8384,
|
||||
'penpot': 9001,
|
||||
'onlyoffice': 8044,
|
||||
'nginx-proxy-manager': 8181,
|
||||
'indeedhub': 8190,
|
||||
'dwn': 3000,
|
||||
@@ -283,7 +282,6 @@ async function getDockerContainers() {
|
||||
'mempool-electrs': 'mempool-electrs',
|
||||
'archy-ollama': 'ollama',
|
||||
'archy-searxng': 'searxng',
|
||||
'archy-onlyoffice': 'onlyoffice',
|
||||
'archy-penpot-frontend': 'penpot'
|
||||
}
|
||||
|
||||
@@ -361,11 +359,6 @@ async function getDockerContainers() {
|
||||
icon: '/assets/img/app-icons/searxng.png',
|
||||
description: 'Privacy-respecting metasearch engine'
|
||||
},
|
||||
'onlyoffice': {
|
||||
title: 'OnlyOffice',
|
||||
icon: '/assets/img/onlyoffice.webp',
|
||||
description: 'Office suite and document collaboration'
|
||||
},
|
||||
'penpot': {
|
||||
title: 'Penpot',
|
||||
icon: '/assets/img/penpot.webp',
|
||||
@@ -463,7 +456,6 @@ const marketplaceMetadata = {
|
||||
'grafana': { title: 'Grafana', shortDesc: 'Analytics and monitoring dashboards', icon: '/assets/img/app-icons/grafana.png' },
|
||||
'searxng': { title: 'SearXNG', shortDesc: 'Privacy-respecting metasearch engine', icon: '/assets/img/app-icons/searxng.png' },
|
||||
'ollama': { title: 'Ollama', shortDesc: 'Run large language models locally', icon: '/assets/img/app-icons/ollama.png' },
|
||||
'onlyoffice': { title: 'OnlyOffice', shortDesc: 'Office suite for document collaboration', icon: '/assets/img/app-icons/onlyoffice.webp' },
|
||||
'penpot': { title: 'Penpot', shortDesc: 'Open-source design and prototyping platform', icon: '/assets/img/app-icons/penpot.webp' },
|
||||
'nextcloud': { title: 'Nextcloud', shortDesc: 'Self-hosted cloud storage and collaboration', icon: '/assets/img/app-icons/nextcloud.webp' },
|
||||
'vaultwarden': { title: 'Vaultwarden', shortDesc: 'Self-hosted password manager (Bitwarden-compatible)', icon: '/assets/img/app-icons/vaultwarden.webp' },
|
||||
|
||||
Reference in New Issue
Block a user