{"id":20279688,"url":"https://github.com/figurestudios/akashns","last_synced_at":"2026-06-04T18:31:05.658Z","repository":{"id":122073428,"uuid":"396759044","full_name":"figurestudios/AkashNS","owner":"figurestudios","description":"AkashNS is being developed to make deployments easier on Akash. Read [this](https://forum.akash.network/t/akashns-making-node-js-deployments-easier/916) for more info.","archived":false,"fork":false,"pushed_at":"2021-08-16T11:47:17.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-04T02:41:26.940Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/figurestudios.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"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":"2021-08-16T11:16:19.000Z","updated_at":"2021-08-16T11:47:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"5d9ccf8f-2c33-4e5b-aaef-afb4f0c5bb14","html_url":"https://github.com/figurestudios/AkashNS","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/figurestudios/AkashNS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/figurestudios%2FAkashNS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/figurestudios%2FAkashNS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/figurestudios%2FAkashNS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/figurestudios%2FAkashNS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/figurestudios","download_url":"https://codeload.github.com/figurestudios/AkashNS/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/figurestudios%2FAkashNS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33916320,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-04T02:00:06.755Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-14T13:32:13.382Z","updated_at":"2026-06-04T18:31:05.608Z","avatar_url":"https://github.com/figurestudios.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AkashNS\nAkashNS is being developed to make deployments easier on Akash. Read [this](https://forum.akash.network/t/akashns-making-node-js-deployments-easier/916) for more info.\n\n## Installation\nPlease note that it's only:\n\u003e Tested on Docker v.20.10.5.\n\n\u003e Tested on Windows 10.\n\n\u003e Other pre-requisites are: Akashlytics Deploy, min. 5 AKT + fees, Node.\n\n\u003e Tested with an application that requires no open ports.\n\nTo install/set it up:\n - Clone the repository.\n - Drag and drop the files to a pre-existing node project.\n - Create a .env file with `skylink=` and `scriptname=`.\n - The scriptname is the name of your main script. The skylink is the URL ending you get after uploading your main script to any Skynet Portal.\n - If you're using any packages, edit the DOCKERFILE and add it under the other npm installs like this `RUN npm install \u003cpackage\u003e`. You could also make sure all packages are installed in the hierachy when building, as that would have the same effect for now.\n - Run `docker build`. (optional) verify that you can run it locally with `docker run`.\n - Run `docker push`. This will make it possible for Akash nodes to find your files.\n\n## To deploy:\n - Using Akashlytics Deploy, I started with a blank image.\n - Using [this](https://github.com/figurestudios/AkashNS/blob/main/deploy.yaml) file, I was able to run my testing image. You should swap out the `figureprod/akash-bot:1.0.0` to your own image.\n - You might want to tweak it further right now to support other features, following the [Stack Definition Language](https://docs.akash.network/sdl).\n\n## Upcoming Features\n\u003e Read the [forum post](https://forum.akash.network/t/akashns-making-node-js-deployments-easier/916) for a better general idea, as here, ideas will be all over the place!\n\n - The biggest and first change will be making it possible to make an `install.sh` file where you can specify packages. I will spin it up from inside the `appstarter.js`, and while it's open it'll do nothing as it's installing, and afterwards it will run your main script.\n - Then, I will make it possible to have directorys worth of environment files from Skynet. I will also dabble around with the possibility of using SkyDB/Registry for pushing changes. This can lead to downtime while it's updating the environment \u0026 packages, and then re-start the application.\n - Another big change is utilizing .yaml environment variables in the deployment. This would mean that there would be an actual reason to use the app - unlike now where people basically build their own Docker image (with assistance).\n - A web-app will be built to make the deployment part much easier. People will be able to specify packages, files, configurations, etcetera - and the web-app will spin it up on Akash.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffigurestudios%2Fakashns","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffigurestudios%2Fakashns","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffigurestudios%2Fakashns/lists"}