-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
130 changed files
with
115 additions
and
5,888 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
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -33,6 +33,8 @@ build/Release | |
.grunt | ||
.lock-wscript | ||
.next | ||
public/sw* | ||
public/workbox-* | ||
out | ||
dist | ||
build.ps1 | ||
|
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,4 +1,4 @@ | ||
# Cloudmos Monorepo | ||
# Console Monorepo | ||
|
||
## Projects | ||
|
||
|
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,16 +1,16 @@ | ||
<div align="left"> | ||
|
||
<a href="https://aimeos.org/"> | ||
<img src="./apps/deploy-web/public/android-chrome-192x192.png" alt="Cloudmos logo" title="Cloudmos" align="left" height="40" /> | ||
<img src="./apps/deploy-web/public/android-chrome-192x192.png" alt="Akash logo" title="Akash Console" align="left" height="40" /> | ||
</a> | ||
|
||
# Cloudmos | ||
# Akash Console | ||
|
||
**Cloudmos** is an app that let's you deploy any [docker container](https://www.docker.com/) on the [Akash Network](https://akash.network) in a few clicks... 🛠 | ||
**Akash Console** is an app that let's you deploy any [docker container](https://www.docker.com/) on the [Akash Network](https://akash.network) in a few clicks... 🛠 | ||
|
||
![version](https://img.shields.io/github/stars/akash-network/cloudmos) | ||
![license](https://img.shields.io/github/license/akash-network/cloudmos) | ||
[![Twitter URL](https://img.shields.io/twitter/url/https/twitter.com/bukotsunikki.svg?style=social&label=Follow%20cloudmosio)](https://twitter.com/cloudmosio) | ||
![version](https://img.shields.io/github/stars/akash-network/console) | ||
![license](https://img.shields.io/github/license/akash-network/console) | ||
[![X URL](https://img.shields.io/x/url/https/x.com/bukotsunikki.svg?style=social&label=Follow%20akashnet_)](https://x.com/akashnet_) | ||
[![https://discord.gg/akash](https://img.shields.io/badge/discord-join-7289DA.svg?logo=discord&longCache=true&style=flat)](https://discord.gg/akash) | ||
|
||
</div> | ||
|
@@ -28,7 +28,7 @@ | |
We use `docker` with `docker compose` to run the services. This is the easiest way to get started. For instance to run the deploy-web service: | ||
|
||
```bash | ||
git clone [email protected]:akash-network/cloudmos.git ./console | ||
git clone [email protected]:akash-network/console.git ./console | ||
cd console | ||
npm run dc:up:dev -- deploy-web | ||
``` | ||
|
@@ -49,7 +49,7 @@ Every services are nodejs applications written in typescript. They are deployed | |
|
||
Website to deploy on Akash. It is using the Next.js framework. The data shown in the website comes from a combination of our [API](#api) and akash nodes (REST). | ||
|
||
Url: [deploy.cloudmos.io](https://deploy.cloudmos.io) | ||
Url: [console.akash.network](https://console.akash.network) | ||
Directory: [deploy-web](/deploy-web/) | ||
|
||
## Provider Proxy | ||
|
@@ -73,13 +73,6 @@ Fetch the latest blocks from RPC nodes. Saves the blocks & stats to our Indexer | |
|
||
Directory: [indexer](/indexer/) | ||
|
||
## Landing Page | ||
|
||
Small landing page with a button to "Launch App". | ||
|
||
Url: [cloudmos.io](https://cloudmos.io/) | ||
Directory: [landing](/landing/) | ||
|
||
## Config | ||
|
||
Directory containing public config file that are fetch by the deploy tool. This is to allow modifying some configurations on the spot without the need to redeploy the web interface. | ||
|
@@ -180,13 +173,13 @@ The database schemas is defined using [sequelize-typescript](https://github.com/ | |
|txCount|integer | ||
|isProcessed|boolean|`false` when inserted into the database and then set to `true` once the indexers have processed every messages in the block. | ||
|totalTxCount|bigint| Global tx count as of this height (for historical tx count graphs). | ||
|totalUAktSpent|double|Cummulative uakt spent on deployments as of this block. ||[Graph](https://deploy.cloudmos.io/graph/total-akt-spent) | ||
|activeLeaseCount|integer|Currently active lease count as of this block. [Graph](https://deploy.cloudmos.io/graph/active-deployment) | ||
|totalLeaseCount|integer|Cummulative lease count as of this block. [Graph](https://deploy.cloudmos.io/graph/all-time-deployment-count) | ||
|activeCPU|integer|Currently leased CPU as of this block. [Graph](https://deploy.cloudmos.io/graph/compute) | ||
|activeMemory|bigint|Currently leased Memory as of this block. [Graph](https://deploy.cloudmos.io/graph/memory) | ||
|activeEphemeralStorage|bigint|Currently leased Ephemeral Storage as of this block. [Graph](https://deploy.cloudmos.io/graph/storage) | ||
|activePersistentStorage|bigint|Currently leased Persistent Storage as of this block. [Graph](https://deploy.cloudmos.io/graph/storage) | ||
|totalUAktSpent|double|Cummulative uakt spent on deployments as of this block. ||[Graph](https://stats.akash.network/graph/total-akt-spent) | ||
|activeLeaseCount|integer|Currently active lease count as of this block. [Graph](https://stats.akash.network/graph/active-deployment) | ||
|totalLeaseCount|integer|Cummulative lease count as of this block. [Graph](https://stats.akash.network/graph/all-time-deployment-count) | ||
|activeCPU|integer|Currently leased CPU as of this block. [Graph](https://stats.akash.network/graph/compute) | ||
|activeMemory|bigint|Currently leased Memory as of this block. [Graph](https://stats.akash.network/graph/memory) | ||
|activeEphemeralStorage|bigint|Currently leased Ephemeral Storage as of this block. [Graph](https://stats.akash.network/graph/storage) | ||
|activePersistentStorage|bigint|Currently leased Persistent Storage as of this block. [Graph](https://stats.akash.network/graph/storage) | ||
|activeProviderCount|integer|Provider count as of this block. This only consider on-chain data and does not include uptime checks. | ||
|
||
## Transaction | ||
|
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,5 +1,5 @@ | ||
|
||
# Cloudmos API | ||
# Console API | ||
|
||
- [Environment Variables](#environment-variables) | ||
- [How to run](#how-to-run) | ||
|
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
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
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
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
Oops, something went wrong.