awesome-akash icon indicating copy to clipboard operation
awesome-akash copied to clipboard

Awesome List of Akash Deployment Examples

Results 83 awesome-akash issues
Sort by recently updated
recently updated
newest added

This adds the definition for running a FIO Protocol node.

Added: 1. readme 2. deploy.yaml file

I tested this proxy in Akash network and works great [Proxy available at ](http://provider.akash.virtualhosting.hk:30753)

This PR removes the attributes and signature fields so default templates show all providers. This aims to increase decentralization of providers used and the stability of the provider set.

chia image currently spawns # of nginx processes equals to the # of threads (CPU's) in the system. we should set `worker_processes 1;` in the `chia/nginx.conf` file. cc @88plug

Providers are getting throttled by chia image as it tries to download a heavy repo here https://github.com/ovrclk/awesome-akash/blob/2d4fc4ab5608/chia/run.sh#L92 It should not do that as it's an anti-pattern, there is no reason...

Dockerfile + DSL for deploying Polkadot Node for Westend Testnet on Akash