Skip to content

Commit c5f7783

Browse files
authored
update links: ovrclk -> akash-network; net branch master -> main (#259)
1 parent 3531a00 commit c5f7783

File tree

53 files changed

+223
-223
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+223
-223
lines changed

akash-nodes/akash-node-deployment-via-omnibus.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ If you have not used Cloudmos Deploy previously, please use [this guide](https:/
2626

2727
![](<../.gitbook/assets/manifestSelectInitial (1).png>)
2828

29-
* Copy and paste the SDL from [this site](https://github.com/ovrclk/cosmos-omnibus/blob/master/akash/deploy.yml) into the Cloudmos SDL editor window
29+
* Copy and paste the SDL from [this site](https://github.com/akash-network/cosmos-omnibus/blob/master/akash/deploy.yml) into the Cloudmos SDL editor window
3030
* **NOTE -** the SDL within GitHub currently has a storage > size value of 120Gi. Omnibus uses a compressed snapshot of the blockchain and when expanded 120GB of storage for the deployment will not be enough. At the time of this writing adjusting the storage size to 350GB will suffice and allow some growth. Please adjust the storage appropriately and as shown in the screenshot below.
3131

3232
![](../.gitbook/assets/sdlWithStorageAdjustment.png)
@@ -119,15 +119,15 @@ With the install of the Akash node complete, it must sync with the blockchain. O
119119

120120
### Cosmos Omnibus Repository
121121

122-
* The repository for the [Akash Cosmos Omnibus ](https://github.com/ovrclk/cosmos-omnibus)project.
122+
* The repository for the [Akash Cosmos Omnibus ](https://github.com/akash-network/cosmos-omnibus)project.
123123

124124
### Akash SDL
125125

126-
* The Akash manifest/SDL used in this [guide](https://github.com/ovrclk/cosmos-omnibus/blob/master/akash/deploy.yml).
126+
* The Akash manifest/SDL used in this [guide](https://github.com/akash-network/cosmos-omnibus/blob/master/akash/deploy.yml).
127127

128128
### Chain JSON Config File
129129

130-
* The [config file](https://raw.githubusercontent.com/ovrclk/net/master/mainnet/meta.json) used for the genesis URL, seed nodes, etc.
130+
* The [config file](https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json) used for the genesis URL, seed nodes, etc.
131131

132132
### Cosmos Chain Registry
133133

akash-nodes/public-rpc-nodes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ https://akash-rpc.polkachu.com:443
1616
## RPC Node Repo
1717

1818
* The list of public RPC nodes recommended at the time of this writing are listed in the Available Nodes section
19-
* While we seek to ensure that this documentation is always up to date, visit the [`Akash RPC list` ](https://raw.githubusercontent.com/ovrclk/net/master/mainnet/rpc-nodes.txt)in our GitHub repo for possible recent additions
19+
* While we seek to ensure that this documentation is always up to date, visit the [`Akash RPC list` ](https://raw.githubusercontent.com/akash-network/net/main/mainnet/rpc-nodes.txt)in our GitHub repo for possible recent additions

akash-nodes/run-an-akash-node/additional-information.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Akash Node configurations are found within these files:
1818

1919
## Akash Networks
2020

21-
Within this guide the Akash mainnet is used and as specified in the AKASH\_NET value. To launch a node on the testnet or edgenet and for additional network information, use this [guide](https://github.com/ovrclk/net).
21+
Within this guide the Akash mainnet is used and as specified in the AKASH\_NET value. To launch a node on the testnet or edgenet and for additional network information, use this [guide](https://github.com/akash-network/net).
2222

2323
## State Pruning
2424

command-line/cli-commands.md

+29-29
Original file line numberDiff line numberDiff line change
@@ -14,35 +14,35 @@ The Akash command line utility
1414

1515
Below are links to the top level commands. Click one of the links to see the available commands.
1616

17-
* [provider-services](https://github.com/ovrclk/docs/blob/master/cli/provider-services.md) -
18-
* [provider-services add-genesis-account](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_add-genesis-account.md) - Add a genesis account to genesis.json
19-
* [provider-services auth-server](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_auth-server.md) - Run the authentication server to issue JWTs to tenants
20-
* [provider-services collect-gentxs](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_collect-gentxs.md) - Collect genesis txs and output a genesis.json file
21-
* [provider-services debug](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_debug.md) - Tool for helping with debugging your application
22-
* [provider-services events](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_events.md) - Prints out akash events in real time
23-
* [provider-services hostname-operator](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_hostname-operator.md) - kubernetes operator interfacing with k8s nginx ingress
24-
* [provider-services init](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_init.md) - Initialize private validator, p2p, genesis, and application configuration files
25-
* [provider-services ip-operator](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_ip-operator.md) - kubernetes operator interfacing with Metal LB
26-
* [provider-services keys](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_keys.md) - Manage your application's keys
27-
* [provider-services lease-events](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_lease-events.md) - get lease events
28-
* [provider-services lease-logs](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_lease-logs.md) - get lease logs
29-
* [provider-services lease-shell](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_lease-shell.md) - do lease shell
30-
* [provider-services lease-status](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_lease-status.md) - get lease status
31-
* [provider-services migrate](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_migrate.md) -
32-
* [provider-services migrate-endpoints](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_migrate-endpoints.md) - migrate endpoints between deployments on the same provider
33-
* [provider-services migrate-hostnames](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_migrate-hostnames.md) - migrate hostnames between deployments on the same provider
34-
* [provider-services node](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_node.md) - operations with akash RPC node
35-
* [provider-services operator](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_operator.md) - kubernetes operators control
36-
* [provider-services query](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_query.md) - Querying subcommands
37-
* [provider-services run](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_run.md) - run akash provider
38-
* [provider-services run-resource-server](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_run-resource-server.md) - Run the resource server which authenticates tenants based on JWT before providing access to resources
39-
* [provider-services send-manifest](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_send-manifest.md) - Submit manifest to provider(s)
40-
* [provider-services service-status](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_service-status.md) - get service status
41-
* [provider-services show-cluster-ns](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_show-cluster-ns.md) - print cluster namespace for given lease ID
42-
* [provider-services status](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_status.md) - get provider status
43-
* [provider-services tx](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_tx.md) - Transactions subcommands
44-
* [provider-services validate-genesis](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_validate-genesis.md) - validates the genesis file at the default location or at the location passed as an arg
45-
* [provider-services version](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_version.md) - Print the application binary version information
17+
* [provider-services](https://github.com/akash-network/docs/blob/master/cli/provider-services.md) -
18+
* [provider-services add-genesis-account](https://github.com/akash-network/docs/blob/master/cli/provider-services\_add-genesis-account.md) - Add a genesis account to genesis.json
19+
* [provider-services auth-server](https://github.com/akash-network/docs/blob/master/cli/provider-services\_auth-server.md) - Run the authentication server to issue JWTs to tenants
20+
* [provider-services collect-gentxs](https://github.com/akash-network/docs/blob/master/cli/provider-services\_collect-gentxs.md) - Collect genesis txs and output a genesis.json file
21+
* [provider-services debug](https://github.com/akash-network/docs/blob/master/cli/provider-services\_debug.md) - Tool for helping with debugging your application
22+
* [provider-services events](https://github.com/akash-network/docs/blob/master/cli/provider-services\_events.md) - Prints out akash events in real time
23+
* [provider-services hostname-operator](https://github.com/akash-network/docs/blob/master/cli/provider-services\_hostname-operator.md) - kubernetes operator interfacing with k8s nginx ingress
24+
* [provider-services init](https://github.com/akash-network/docs/blob/master/cli/provider-services\_init.md) - Initialize private validator, p2p, genesis, and application configuration files
25+
* [provider-services ip-operator](https://github.com/akash-network/docs/blob/master/cli/provider-services\_ip-operator.md) - kubernetes operator interfacing with Metal LB
26+
* [provider-services keys](https://github.com/akash-network/docs/blob/master/cli/provider-services\_keys.md) - Manage your application's keys
27+
* [provider-services lease-events](https://github.com/akash-network/docs/blob/master/cli/provider-services\_lease-events.md) - get lease events
28+
* [provider-services lease-logs](https://github.com/akash-network/docs/blob/master/cli/provider-services\_lease-logs.md) - get lease logs
29+
* [provider-services lease-shell](https://github.com/akash-network/docs/blob/master/cli/provider-services\_lease-shell.md) - do lease shell
30+
* [provider-services lease-status](https://github.com/akash-network/docs/blob/master/cli/provider-services\_lease-status.md) - get lease status
31+
* [provider-services migrate](https://github.com/akash-network/docs/blob/master/cli/provider-services\_migrate.md) -
32+
* [provider-services migrate-endpoints](https://github.com/akash-network/docs/blob/master/cli/provider-services\_migrate-endpoints.md) - migrate endpoints between deployments on the same provider
33+
* [provider-services migrate-hostnames](https://github.com/akash-network/docs/blob/master/cli/provider-services\_migrate-hostnames.md) - migrate hostnames between deployments on the same provider
34+
* [provider-services node](https://github.com/akash-network/docs/blob/master/cli/provider-services\_node.md) - operations with akash RPC node
35+
* [provider-services operator](https://github.com/akash-network/docs/blob/master/cli/provider-services\_operator.md) - kubernetes operators control
36+
* [provider-services query](https://github.com/akash-network/docs/blob/master/cli/provider-services\_query.md) - Querying subcommands
37+
* [provider-services run](https://github.com/akash-network/docs/blob/master/cli/provider-services\_run.md) - run akash provider
38+
* [provider-services run-resource-server](https://github.com/akash-network/docs/blob/master/cli/provider-services\_run-resource-server.md) - Run the resource server which authenticates tenants based on JWT before providing access to resources
39+
* [provider-services send-manifest](https://github.com/akash-network/docs/blob/master/cli/provider-services\_send-manifest.md) - Submit manifest to provider(s)
40+
* [provider-services service-status](https://github.com/akash-network/docs/blob/master/cli/provider-services\_service-status.md) - get service status
41+
* [provider-services show-cluster-ns](https://github.com/akash-network/docs/blob/master/cli/provider-services\_show-cluster-ns.md) - print cluster namespace for given lease ID
42+
* [provider-services status](https://github.com/akash-network/docs/blob/master/cli/provider-services\_status.md) - get provider status
43+
* [provider-services tx](https://github.com/akash-network/docs/blob/master/cli/provider-services\_tx.md) - Transactions subcommands
44+
* [provider-services validate-genesis](https://github.com/akash-network/docs/blob/master/cli/provider-services\_validate-genesis.md) - validates the genesis file at the default location or at the location passed as an arg
45+
* [provider-services version](https://github.com/akash-network/docs/blob/master/cli/provider-services\_version.md) - Print the application binary version information
4646

4747
## Common Command Usage and Examples
4848

command-line/install.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ v0.1.0
5555
{% tab title="Linux" %}
5656
### Linux
5757

58-
Download the archive for your system from the [release page](https://github.com/ovrclk/akash/releases), extract it, and install the `akash` binary into your path.
58+
Download the archive for your system from the [release page](https://github.com/akash-network/node/releases), extract it, and install the `akash` binary into your path.
5959

6060
**GoDownloader**
6161

@@ -81,7 +81,7 @@ Installing Akash suite from source
8181
```
8282
$ go get -d github.com/akash-network/provider
8383
$ cd $GOPATH/src/github.com/akash-network/provider
84-
$ AKASH_NET="https://raw.githubusercontent.com/ovrclk/net/master/mainnet"
84+
$ AKASH_NET="https://raw.githubusercontent.com/akash-network/net/main/mainnet"
8585
$ AKASH_VERSION="$(curl -s https://api.github.com/repos/akash-network/provider/releases/latest | jq -r '.tag_name')"
8686
$ git checkout "v$AKASH_VERSION"
8787
$ make deps-install

command-line/shell-variables.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Note it is important to type the commands into a terminal where the variables ha
1010
| ----------------------- | ------------------------------------------------------------------------------------------------------------------- |
1111
| `AKASH_NET` | Akash network configuration base URL. |
1212
| `AKASH_VERSION` | Akash version to install for your network. |
13-
| `AKASH_CHAIN_ID` | Chain ID of the Akash network for [IBC](https://github.com/ovrclk/docs/blob/master/cli/broken-reference/README.md). |
13+
| `AKASH_CHAIN_ID` | Chain ID of the Akash network for [IBC](https://github.com/akash-network/docs/blob/master/cli/broken-reference/README.md). |
1414
| `AKASH_NODE` | Akash RPC endpoint URL and port number. |
1515
| `AKASH_KEY_NAME` | Key name of your choosing. This documentation uses a value of "alice". |
1616
| `AKASH_KEYRING_BACKEND` | Keyring backend to use for local keys. One of `os` (default), `file`, `test`. |

decentralized-cloud/marketplace.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Contents:
1212

1313
The Akash Marketplace revolves around [Deployments](marketplace.md#deployment), which fully describe the resources that a tenant is requesting from the network. [Deployments](marketplace.md#deployment) contain [Groups](marketplace.md#group), which is a grouping of resources that are meant to be leased together from a single provider.
1414

15-
Deploying applications onto [Akash](https://github.com/ovrclk/akash) involves two types of users:
15+
Deploying applications onto [Akash](https://github.com/akash-network/node) involves two types of users:
1616

1717
1. The **Tenant**: the entity that deploys the application.
1818
2. The **Provider**: the entity that hosts the application.

deploy/chia-on-akash.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Please wait up to 60 seconds to see bids from all the providers.
3232

3333
1. Install [Keplr](https://chrome.google.com/webstore/detail/keplr/dmkamcknogkgcdfhhbddcghachkejeap?hl=en) wallet as a browser plugin
3434
2. Install [Cloudmos Deploy](https://cloudmos.io/cloud-deploy) and import your AKT wallet address from Keplr.
35-
3. [Fund your wallet](https://github.com/ovrclk/awesome-akash/tree/chia/chia#Quickest-way-to-get-more-AKT)
35+
3. [Fund your wallet](https://github.com/akash-network/awesome-akash/tree/chia/chia#Quickest-way-to-get-more-AKT)
3636

3737
For additional help we recommend you [follow our full deployment guide](broken-reference) in parallel with this guide.
3838

deploy/mine-raptoreum-on-akash-network.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Welcome [**Raptoreum**](https://raptoreum.com) \*\*\*\* miners! [**Akash**](http
1414

1515
1. Install [**Keplr**](https://chrome.google.com/webstore/detail/keplr/dmkamcknogkgcdfhhbddcghachkejeap?hl=en) \*\*\*\* wallet as a browser plugin
1616
2. Install [**Cloudmos Deploy**](https://cloudmos.io/cloud-deploy) \*\*\*\* and import your AKT wallet address from Keplr
17-
3. [**Fund your wallet**](https://github.com/ovrclk/awesome-akash/blob/raptoreum/raptoreum-miner/README.md#Quickest-way-to-get-more-AKT)
17+
3. [**Fund your wallet**](https://github.com/akash-network/awesome-akash/blob/raptoreum/raptoreum-miner/README.md#Quickest-way-to-get-more-AKT)
1818

1919
For additional help we recommend you [**follow our full deployment guide**](https://docs.akash.network/guides/deploy) \*\*\*\* in parallel with this guide.
2020

deploy/multi-tier-app.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ In this guide, we will deploy a multi-tier web application on Akash. The example
66

77
### Before We Begin
88

9-
This guide is to be considered an extension of the [Deploy an Application](https://github.com/ovrclk/docs/blob/master/deploy/broken-reference/README.md) guide. Please ensure you have successfully completed all steps leading up to the "Create the Deployment Configuration" step in said guide, as they will not be discussed here.
9+
This guide is to be considered an extension of the [Deploy an Application](https://github.com/akash-network/docs/blob/master/deploy/broken-reference/README.md) guide. Please ensure you have successfully completed all steps leading up to the "Create the Deployment Configuration" step in said guide, as they will not be discussed here.
1010

1111
## Create the Deployment Configuration
1212

@@ -153,7 +153,7 @@ profiles:
153153

154154
The `profiles` entries contain named compute and placement profiles to be used in the deployment.
155155

156-
Since we have 2 services to deploy, details for each of them must be specified here. This section is very similar to a standard deployment, so it won't be covered in detail here. An important item to note, however, is that the named compute/placement profiles here (`redis` and `goosebin`) must match the names we had specified in the `services` section. [Additional mappings](https://github.com/ovrclk/docs/tree/a8e7a472b43ec742a03bc5063f6c5a82ca3ca2ea/sdl/README.md#profiles) can also be specified within `profiles` such as audited attributes and data center attributes.
156+
Since we have 2 services to deploy, details for each of them must be specified here. This section is very similar to a standard deployment, so it won't be covered in detail here. An important item to note, however, is that the named compute/placement profiles here (`redis` and `goosebin`) must match the names we had specified in the `services` section. [Additional mappings](https://github.com/akash-network/docs/tree/a8e7a472b43ec742a03bc5063f6c5a82ca3ca2ea/sdl/README.md#profiles) can also be specified within `profiles` such as audited attributes and data center attributes.
157157

158158
#### Deployments
159159

@@ -175,7 +175,7 @@ Similar to the `profiles` entries, we must specify deployment criteria for both
175175

176176
#### Deployment
177177

178-
Now that we have the SDL configured, let's deploy this application and see what happens. A more detailed guide on this process can be found in the [Deploy an Application](https://github.com/ovrclk/docs/blob/master/deploy/broken-reference/README.md) guide.
178+
Now that we have the SDL configured, let's deploy this application and see what happens. A more detailed guide on this process can be found in the [Deploy an Application](https://github.com/akash-network/docs/blob/master/deploy/broken-reference/README.md) guide.
179179

180180
**Create the Deployment**
181181

deploy/unstoppable-web-2.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ You can now **visit** [**http://localhost:3000**](http://localhost:3000) in the
235235
**Akash**
236236
237237
* [Akash deployment documentation](https://docs.akash.network/guides/deploy)
238-
* [SDL examples](https://github.com/ovrclk/awesome-akash)
238+
* [SDL examples](https://github.com/akash-network/awesome-akash)
239239
* [In-depth walkthrough guide](https://medium.com/coinmonks/guide-to-deploying-applications-to-akash-decloud-b35dc97e5ca4)
240240
* [Akash Discord](https://discord.com/invite/DxftX67)
241241

0 commit comments

Comments
 (0)