Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change: [OCA-1137] - deprecate unifi marketplace app #9145

Merged
merged 4 commits into from
May 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@linode/manager": Removed
---

deprecate unifi marketplace app ([#9145](https://github.com/linode/manager/pull/9145))
4 changes: 0 additions & 4 deletions packages/manager/public/assets/unifi.svg

This file was deleted.

3 changes: 0 additions & 3 deletions packages/manager/public/assets/white/unifi.svg

This file was deleted.

22 changes: 0 additions & 22 deletions packages/manager/src/features/OneClickApps/FakeSpec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down