Skip to content

Commit

Permalink
add solutionType obj
Browse files Browse the repository at this point in the history
  • Loading branch information
0oM4R committed Jun 20, 2023
1 parent e3b6d7e commit bcc7789
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions packages/playground/src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,27 @@ export enum SolutionCode {
wordpress = "wp",
}

export const solutionType: { [key: string]: string } = {
algorand: "Algorand",
caprover: "CapRover",
casperlabs: "Casperlabs",
discourse: "Discourse",
fullvm: "Full Virtual Machine",
funkwhale: "Funkwhale",
gatewayname: "Gateway Name",
kubernetes: "Kubernetes",
mattermost: "Mattermost",
nodepilot: "Node Pilot",
owncloud: "Owncloud",
peertube: "Peertube",
presearch: "Presearch",
subsquid: "Subsquid",
taiga: "Taiga",
umbrel: "Umbrel",
vm: "Micro Virtual Machine",
wordpress: "Wordpress",
};

export interface solutionFlavor {
cpu: number;
memory: number;
Expand Down

0 comments on commit bcc7789

Please sign in to comment.