-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from akash-network/anilmurty/deploy-templates/n…
…ew-landing-pages Updating Metadata and Adding Icons for new templates
- Loading branch information
Showing
76 changed files
with
603 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
The metadata.json file in this folder governs what shows up on the /landing/ai-ml-deployment (new deployment for "AI/ ML Workloads") page of Console |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
{ | ||
"version": "0.0.1", | ||
"introText": "Pick a template for an AI/ ML Model or Application of choice or upload your own SDL", | ||
"importSDL": true, | ||
"maxHorizontalTiles": 4, | ||
"tiles": [ | ||
{ | ||
"title": "Stable Diffusion", | ||
"name": "stable-diffusion", | ||
"description": "Latent text-to-image diffusion model capable of generating photo-realistic images given any text input", | ||
"logo": "/template-icons/ai-ml/80by80/stable-diffusion.png", | ||
"logoFileNameWithoutExt": "stable-diffusion", | ||
"buttonText": "Deploy Now", | ||
"buttonState": true, | ||
"targetDeployTemplate": "https://raw.githubusercontent.com/akash-network/deploy-templates/main/stable-diffusion/metadata.json" | ||
}, | ||
{ | ||
"title": "Alpaca", | ||
"name": "alpaca", | ||
"description": "ChatGPT like LLM that is fine tuned from Meta's LLaMA model", | ||
"logo": "/template-icons/ai-ml/80by80/alpaca", | ||
"logoFileNameWithoutExt": "alpaca", | ||
"buttonText": "Deploy Now", | ||
"buttonState": true, | ||
"targetDeployTemplate": "https://raw.githubusercontent.com/akash-network/deploy-templates/main/alpaca/metadata.json" | ||
}, | ||
{ | ||
"title": "Serge App", | ||
"name": "serge-app", | ||
"description": "A chat interface based on llama.cpp for running Alpaca models", | ||
"logo": "/template-icons/ai-ml/80by80/serge-app.png", | ||
"logoFileNameWithoutExt": "serge-app", | ||
"buttonText": "Deploy Now", | ||
"buttonState": true, | ||
"targetDeployTemplate": "https://raw.githubusercontent.com/akash-network/deploy-templates/main/serge-app/metadata.json" | ||
}, | ||
{ | ||
"title": "Jupyter", | ||
"name": "jupyter", | ||
"description": "Jupyter Notebook and related things", | ||
"logo": "/template-icons/ai-ml/80by80/jupyter.png", | ||
"logoFileNameWithoutExt": "jupyter", | ||
"buttonText": "Deploy Now", | ||
"buttonState": true, | ||
"targetDeployTemplate": "https://raw.githubusercontent.com/akash-network/deploy-templates/main/jupyter/metadata.json" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Template and Assets for Alpaca Tile and Subtiles |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"version": "0.0.1", | ||
"banner": "", | ||
"title": { | ||
"name": "Alpaca", | ||
"description": "An instruction-following language model from Stanford, which is fine-tuned from Meta’s LLaMA 7B model", | ||
"logo": "" | ||
}, | ||
"referenceLinks": { | ||
"webpage": "https://crfm.stanford.edu/2023/03/13/alpaca.html", | ||
"docs": "https://github.com/antimatter15/alpaca.cpp", | ||
"sdlRepo": "https://github.com/akash-network/awesome-akash/#ai" | ||
}, | ||
"topology": { | ||
"selected": "Alpaca.cpp App", | ||
"topologyList": [ | ||
{ | ||
"title": "Alpaca.cpp App", | ||
"description": "UI app with CLI like interface that lets you use the Alpaca.cpp Chat LLM in a web browser", | ||
"url": "https://raw.githubusercontent.com/akash-network/awesome-akash/master/alpaca-cpp/deploy.yaml" | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Template and Assets for Confluence Tile and Subtiles |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"version": "0.0.1", | ||
"banner": "", | ||
"title": { | ||
"name": "Confluence", | ||
"description": "A remote-friendly team workspace where knowledge and collaboration meet.", | ||
"logo": "" | ||
}, | ||
"referenceLinks": { | ||
"webpage": "https://www.atlassian.com/software/confluence", | ||
"docs": "https://www.atlassian.com/software/confluence/guides", | ||
"sdlRepo": "https://github.com/akash-network/awesome-akash/tree/master/confluence" | ||
}, | ||
"topology": { | ||
"selected": "Confluence Server", | ||
"topologyList": [ | ||
{ | ||
"title": "Confluence Server", | ||
"description": "Deploys a Confluence Server with basic configuration.", | ||
"url": "https://raw.githubusercontent.com/akash-network/awesome-akash/master/confluence/deploy.yaml" | ||
} | ||
] | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Template and Assets for CouchDB Tile and Subtiles |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"version": "0.0.1", | ||
"banner": "", | ||
"title": { | ||
"name": "CouchDB", | ||
"description": "Apache CouchDB™ lets you access your data where you need it by defining the Couch Replication Protocol.", | ||
"logo": "" | ||
}, | ||
"referenceLinks": { | ||
"webpage": "https://couchdb.apache.org/", | ||
"docs": "https://docs.couchdb.org/", | ||
"sdlRepo": "https://github.com/akash-network/awesome-akash/tree/master/couchdb" | ||
}, | ||
"topology": { | ||
"selected": "CouchDB Server Instance", | ||
"topologyList": [ | ||
{ | ||
"title": "CouchDB Server Instance", | ||
"description": "Deploys a CouchDB Server with basic configuration.", | ||
"url": "https://raw.githubusercontent.com/akash-network/awesome-akash/master/couchdb/deploy.yaml" | ||
} | ||
] | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Template and Assets for Drupal Tile and Subtiles |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"version": "0.0.1", | ||
"banner": "", | ||
"title": { | ||
"name": "Drupal", | ||
"description": "A free and open-source content-management framework written in PHP and distributed under the GNU General Public License.", | ||
"logo": "" | ||
}, | ||
"referenceLinks": { | ||
"webpage": "https://www.drupal.org/", | ||
"docs": "https://www.drupal.org/documentation", | ||
"sdlRepo": "https://github.com/akash-network/awesome-akash/tree/master/drupal" | ||
}, | ||
"topology": { | ||
"selected": "Drupal CMS", | ||
"topologyList": [ | ||
{ | ||
"title": "Drupal CMS", | ||
"description": "Deploys a Drupal CMS Instance.", | ||
"url": "https://raw.githubusercontent.com/akash-network/awesome-akash/master/drupal/deploy.yaml" | ||
} | ||
] | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Template and Assets for Hashicorp Vault Tile and Subtiles |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"version": "0.0.1", | ||
"banner": "", | ||
"title": { | ||
"name": "HashiCorp Vault", | ||
"description": "Vault is a tool for securely accessing secrets. A secret is anything that you want to tightly control access to, such as API keys, passwords, certificates, and more.", | ||
"logo": "" | ||
}, | ||
"referenceLinks": { | ||
"webpage": "https://www.vaultproject.io/", | ||
"docs": "https://developer.hashicorp.com/vault/docs", | ||
"sdlRepo": "https://github.com/akash-network/awesome-akash/tree/master/hashicorp-vault" | ||
}, | ||
"topology": { | ||
"selected": "Vault Instance", | ||
"topologyList": [ | ||
{ | ||
"title": "Vault Instance", | ||
"description": "Deploys a Hashicorp Vault Instance with basic configuration.", | ||
"url": "https://raw.githubusercontent.com/akash-network/awesome-akash/master/hashicorp-vault/deploy.yaml" | ||
} | ||
] | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Template and Assets for InfluxDB Tile and Subtiles |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"version": "0.0.1", | ||
"banner": "", | ||
"title": { | ||
"name": "InfluxDB", | ||
"description": "A time series database built from the ground up to handle high write and query loads.", | ||
"logo": "" | ||
}, | ||
"referenceLinks": { | ||
"webpage": "https://www.influxdata.com/products/influxdb-overview/", | ||
"docs": "https://docs.influxdata.com/influxdb", | ||
"sdlRepo": "https://github.com/akash-network/awesome-akash/tree/master/influxdb" | ||
}, | ||
"topology": { | ||
"selected": "InfluxDB Instance", | ||
"topologyList": [ | ||
{ | ||
"title": "InfluxDB Instance", | ||
"description": "Deploys an InfluxDB Instance.", | ||
"url": "https://raw.githubusercontent.com/akash-network/awesome-akash/master/influxdb/deploy.yaml" | ||
} | ||
] | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Template and Assets for Jenkins Tile and Subtiles |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"version": "0.0.1", | ||
"banner": "", | ||
"title": { | ||
"name": "Jenkins", | ||
"description": "An open source automation server which enables developers around the world to reliably build, test, and deploy their software.", | ||
"logo": "" | ||
}, | ||
"referenceLinks": { | ||
"webpage": "https://www.jenkins.io/", | ||
"docs": "https://www.jenkins.io/doc/book/", | ||
"sdlRepo": "https://github.com/akash-network/awesome-akash/tree/master/jenkins" | ||
}, | ||
"topology": { | ||
"selected": "Jenkins Server Instance", | ||
"topologyList": [ | ||
{ | ||
"title": "Jenkins Server Instance", | ||
"description": "Deploys a Jenkins Server with basic configuration.", | ||
"url": "https://raw.githubusercontent.com/akash-network/awesome-akash/master/jenkins/deploy.yaml" | ||
} | ||
] | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Template and Assets for JIRA Tile and Subtiles |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"version": "0.0.1", | ||
"banner": "", | ||
"title": { | ||
"name": "JIRA", | ||
"description": "Jira Software Data Center helps the world’s best agile teams plan, track, and release great software at scale.", | ||
"logo": "" | ||
}, | ||
"referenceLinks": { | ||
"webpage": "https://www.atlassian.com/software/jira", | ||
"docs": "https://www.atlassian.com/software/jira/guides/getting-started", | ||
"sdlRepo": "https://github.com/akash-network/awesome-akash/tree/master/jira" | ||
}, | ||
"topology": { | ||
"selected": "JIRA Instance", | ||
"topologyList": [ | ||
{ | ||
"title": "JIRA Instance", | ||
"description": "Deploys a JIRA Server Instance with basic configuration.", | ||
"url": "https://raw.githubusercontent.com/akash-network/awesome-akash/master/jira/deploy.yaml" | ||
} | ||
] | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Template and Assets for Jupyter Tile and Subtiles |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"version": "0.0.1", | ||
"banner": "", | ||
"title": { | ||
"name": "Jupyter", | ||
"description": "A web application for creating and sharing computational documents, commonly used for developing ML Models in Python and R.", | ||
"logo": "" | ||
}, | ||
"referenceLinks": { | ||
"webpage": "https://jupyter.org/", | ||
"docs": "https://docs.jupyter.org/en/latest/", | ||
"sdlRepo": "https://github.com/akash-network/awesome-akash/tree/master/jupyter" | ||
}, | ||
"topology": { | ||
"selected": "Jupyter Notebook", | ||
"topologyList": [ | ||
{ | ||
"title": "Jupyter Notebook", | ||
"description": "Deploys a Jupyter notebook environment, which is a popular user interface for data scientists today.", | ||
"url": "https://raw.githubusercontent.com/akash-network/awesome-akash/master/jupyter/deploy.yaml" | ||
} | ||
] | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Template and Assets for MongoDB Tile and Subtiles |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"version": "0.0.1", | ||
"banner": "", | ||
"title": { | ||
"name": "MongoDB", | ||
"description": "A general purpose, document-based, distributed database built for modern application developers and for the cloud era.", | ||
"logo": "" | ||
}, | ||
"referenceLinks": { | ||
"webpage": "https://www.mongodb.com/", | ||
"docs": "https://www.mongodb.com/docs/", | ||
"sdlRepo": "https://github.com/akash-network/awesome-akash/tree/master/mongoDB" | ||
}, | ||
"topology": { | ||
"selected": "MongoDB Instance", | ||
"topologyList": [ | ||
{ | ||
"title": "MongoDB Instance", | ||
"description": "Deploys a MongoDB Instance.", | ||
"url": "https://raw.githubusercontent.com/akash-network/awesome-akash/master/mongoDB/deploy.yaml" | ||
} | ||
] | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Template and Assets for MySQL Tile and Subtiles |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"version": "0.0.1", | ||
"banner": "", | ||
"title": { | ||
"name": "MySQL", | ||
"description": "The world's most popular open source database.", | ||
"logo": "" | ||
}, | ||
"referenceLinks": { | ||
"webpage": "https://www.mysql.com/", | ||
"docs": "https://dev.mysql.com/doc/", | ||
"sdlRepo": "https://github.com/akash-network/awesome-akash/tree/master/MySQL" | ||
}, | ||
"topology": { | ||
"selected": "MySQL Instance", | ||
"topologyList": [ | ||
{ | ||
"title": "MySQL Instance", | ||
"description": "Deploys a MySQL Instance.", | ||
"url": "https://raw.githubusercontent.com/akash-network/awesome-akash/master/MySQL/deploy.yaml" | ||
} | ||
] | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
The metadata.json file in this folder governs what shows up on the /node-deployment (new deployment for "Blockchain Nodes") page of Console | ||
The metadata.json file in this folder governs what shows up on the /landing/node-deployment (new deployment for "Blockchain Nodes") page of Console |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Template and Assets for PostgreSQL Tile and Subtiles |
Oops, something went wrong.