diff --git a/packages/manager/.changeset/pr-9145-removed-1684770464653.md b/packages/manager/.changeset/pr-9145-removed-1684770464653.md new file mode 100644 index 00000000000..391ae3a6a9f --- /dev/null +++ b/packages/manager/.changeset/pr-9145-removed-1684770464653.md @@ -0,0 +1,5 @@ +--- +"@linode/manager": Removed +--- + +deprecate unifi marketplace app ([#9145](https://github.com/linode/manager/pull/9145)) diff --git a/packages/manager/public/assets/unifi.svg b/packages/manager/public/assets/unifi.svg deleted file mode 100644 index 78fb7987ecc..00000000000 --- a/packages/manager/public/assets/unifi.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/packages/manager/public/assets/white/unifi.svg b/packages/manager/public/assets/white/unifi.svg deleted file mode 100644 index a380f02cce5..00000000000 --- a/packages/manager/public/assets/white/unifi.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/packages/manager/src/features/OneClickApps/FakeSpec.ts b/packages/manager/src/features/OneClickApps/FakeSpec.ts index 4ed7561958f..cbb69347e53 100644 --- a/packages/manager/src/features/OneClickApps/FakeSpec.ts +++ b/packages/manager/src/features/OneClickApps/FakeSpec.ts @@ -2099,28 +2099,6 @@ export const oneClickApps: OCA[] = [ end: '873d0c', }, }, - { - name: 'UniFi Network Application', - alt_name: 'Networking control panel', - alt_description: 'Interface for UniFi networking devices and software.', - categories: ['Control Panels'], - description: `UniFi Network Application is a versatile control panel that simplifies network management across regions, customizes access to wifi networks, and more. Manage and apply updates to UniFi networking devices to ensure your networks are performant and secure.`, - summary: `Multi-use networking control panel`, - related_guides: [ - { - title: - 'Deploy the UniFi Network Application through the Linode Marketplace', - href: - 'https://www.linode.com/docs/products/tools/marketplace/guides/unifi-network-application/', - }, - ], - website: 'https://www.ui.com/', - logo_url: 'unifi.svg', - colors: { - start: '1681FC', - end: '63666A', - }, - }, { name: 'Uptime Kuma', alt_name: 'Infrastructure monitoring', diff --git a/packages/manager/src/features/StackScripts/stackScriptUtils.ts b/packages/manager/src/features/StackScripts/stackScriptUtils.ts index 7335f41d0de..0c529f5a160 100644 --- a/packages/manager/src/features/StackScripts/stackScriptUtils.ts +++ b/packages/manager/src/features/StackScripts/stackScriptUtils.ts @@ -116,7 +116,6 @@ export const baseApps = { '1037036': 'Budibase', '1037037': 'HashiCorp Nomad', '1037038': 'HashiCorp Vault', - '1051711': 'UniFi Network Application', '1051714': 'Microweber', '1096122': 'Mastodon', '1102900': 'Apache Airflow',