{"id":36685082,"url":"https://github.com/vitwit/faas-akash","last_synced_at":"2026-01-12T11:12:37.249Z","repository":{"id":98935990,"uuid":"230223870","full_name":"vitwit/faas-akash","owner":"vitwit","description":"OpenFaaS provider for Akash-Network","archived":false,"fork":false,"pushed_at":"2020-01-04T13:50:16.000Z","size":67,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-01T16:10:10.771Z","etag":null,"topics":["akash","akash-network","openfaas","serverless-computing","serverless-functions"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vitwit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-12-26T08:15:02.000Z","updated_at":"2024-06-19T08:56:19.422Z","dependencies_parsed_at":null,"dependency_job_id":"7d77207e-75bc-4448-a1f9-4cd385a6a29b","html_url":"https://github.com/vitwit/faas-akash","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vitwit/faas-akash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitwit%2Ffaas-akash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitwit%2Ffaas-akash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitwit%2Ffaas-akash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitwit%2Ffaas-akash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vitwit","download_url":"https://codeload.github.com/vitwit/faas-akash/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitwit%2Ffaas-akash/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28338970,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T10:58:46.209Z","status":"ssl_error","status_checked_at":"2026-01-12T10:58:42.742Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["akash","akash-network","openfaas","serverless-computing","serverless-functions"],"created_at":"2026-01-12T11:12:34.888Z","updated_at":"2026-01-12T11:12:37.244Z","avatar_url":"https://github.com/vitwit.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `faas-akash provider`\n\n\u003cimg alt=\"\" src=\"https://camo.githubusercontent.com/cf01eefb5b6905f3774376d6d1ed55b8f052d211/68747470733a2f2f626c6f672e616c6578656c6c69732e696f2f636f6e74656e742f696d616765732f323031372f30382f666161735f736964652e706e67\" width=\"600px\"\u003e\n\n[![version](https://img.shields.io/github/tag/vitwit/faas-akash.svg)](https://github.com/vitwit/faas-akash/releases/latest)\n[![Build Status](https://circleci.com/gh/vitwit/faas-akash.svg?style=svg)](https://circleci.com/gh/vitwit/faas-akash)\n[![codecov](https://codecov.io/gh/vitwit/faas-akash/branch/master/graph/badge.svg)](https://codecov.io/gh/vitwit/faas-akash)\n[![Go Report Card](https://goreportcard.com/badge/github.com/openfaas/faas)](https://goreportcard.com/report/github.com/openfaas/faas)[![GoDoc](https://godoc.org/github.com/vitwit/go-faas?status.svg)](https://godoc.org/github.com/vitwit/go-faas) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n\n## Contents\n\n* [Requirements](#requirements)\n* [Installation](#installation)\n\nRequirements\n------------\n\n- [Go](https://golang.org/doc/install) 1.13+ (to build the provider plugin)\n- [faas-cli](https://github.com/openfaas/faas-cli/releases) \n- [akash-cli](https://github.com/ovrclk/akash/releases) (make sure to put akash-cli in your $PATH or /usr/local/bin)\n\nInstallation\n------------\n\n* Clone this repository and cd into the directory\n* Run `make build`, it will generate a file named `faas-akash`  \n* run `./faas-akash` and enjoy OpenFaas :handshaking: Akash Network \n\nProvider Configuration\n------------\n\n* by default, faas-akash provider assumes a `config.yaml` to be present in $HOME/.faas-akash/\n* few fields can be set using this config file or environmental variables\n\n| Property                      | Description                                                                                                           | Required    |\n| ----------------------------- | ------------------------------------------------- | ---------- |\n| `port`                        | OpenFaas Gateway Port                             | `No`       |\n| `readTimeout`                 | Request body ReadTimeout in seconds               | `No`       |\n| `writeTimeout`                | Request Body WriteTimeout in seconds              | `No`       |\n\n### Example\n\n```yaml\nport: 8090\nreadTimeout: 180\nwriteTimeout: 180\n```\n\n[install-go]: https://golang.org/doc/install#install\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvitwit%2Ffaas-akash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvitwit%2Ffaas-akash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvitwit%2Ffaas-akash/lists"}