app-platform: remove revoked onlyoffice app

This commit is contained in:
archipelago
2026-06-11 01:03:45 -04:00
parent 881478a873
commit de60f7e21e
22 changed files with 47 additions and 211 deletions
-3
View File
@@ -25,7 +25,6 @@ const appIds = [
'mempool',
'ollama',
'searxng',
'onlyoffice',
'penpot'
]
@@ -38,7 +37,6 @@ const repoMap = {
'lightning-stack': 'lnd-startos',
'mempool': 'mempool-startos',
'searxng': 'searxng-startos',
'onlyoffice': 'onlyoffice-startos',
'penpot': 'penpot-startos',
}
@@ -170,4 +168,3 @@ async function main() {
}
main().catch(console.error)