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

feat: [OCA-1273] - Add February 2024 Marketplace apps: NATS + Jupyter #10149

Merged
merged 8 commits into from
Feb 14, 2024
5 changes: 5 additions & 0 deletions packages/manager/.changeset/pr-10149-added-1707494965603.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@linode/manager": Added
---

adds Feb 2024 Marketplaces to oneClickApps.ts ([#10149](https://github.com/linode/manager/pull/10149))
53 changes: 53 additions & 0 deletions packages/manager/public/assets/jupyter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions packages/manager/public/assets/nats.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
49 changes: 49 additions & 0 deletions packages/manager/public/assets/white/juptyer.svg
jdamore-linode marked this conversation as resolved.
Show resolved Hide resolved
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions packages/manager/public/assets/white/nats.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 44 additions & 0 deletions packages/manager/src/features/OneClickApps/oneClickApps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -905,6 +905,28 @@ export const oneClickApps: OCA[] = [
summary: 'Open source multimedia note-taking app.',
website: 'https://joplinapp.org/',
},
{
alt_description: 'Data science notebook.',
alt_name: 'Data science and machine learning development environment.',
categories: ['Productivity'],
colors: {
end: '9e9e9e',
start: 'f37626',
},
description:
'JupyterLab is a cutting-edge web-based, interactive development environment, geared towards data science, machine learning and other scientific computing workflows.',
logo_url: 'jupyter.svg',
name: 'JupyterLab',
related_guides: [
{
href:
'https://www.linode.com/docs/products/tools/marketplace/guides/jupyterlab/',
title: 'Deploy JupyterLab through the Linode Marketplace',
},
],
summary: 'Data science development environment.',
website: 'https://jupyter.org',
},
{
alt_description:
'Security research and testing platform with hundreds of tools for reverse engineering, penetration testing, and more.',
Expand Down Expand Up @@ -1298,6 +1320,28 @@ export const oneClickApps: OCA[] = [
summary: `World's most popular open source database.`,
website: 'https://www.mysql.com/',
},
{
alt_description: `Microservice centeric stream processing.`,
alt_name: 'Microservice messaging bus',
categories: ['Development'],
colors: {
end: '000000',
start: '0086FF',
},
description:
'NATS is a distributed PubSub technology that enables applications to securely communicate across any combination of cloud vendors, on-premise, edge, web and mobile, and devices.',
logo_url: 'nats.svg',
name: 'NATS Single Node',
related_guides: [
{
href:
'https://www.linode.com/docs/products/tools/marketplace/guides/nats-single-node/',
title: 'Deploy NATS single node through the Linode Marketplace',
},
],
summary: 'Cloud native application messaging service.',
website: 'https://nats.io',
},
{
alt_description:
'File storage alternative to Dropbox and office suite alternative to Microsoft Office.',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ export const baseApps = {
'1243763': 'MainConcept XAVC Transcoder Demo',
'1243764': 'MainConcept XDCAM Transcoder Demo',
'1243780': 'SimpleX Chat',
'1308539': 'NATS Single Node',
'1298017': 'JupyterLab',
};

const oneClickFilter = [
Expand Down