A webapp that makes Skynet accessible to web browsers.
This repository has been archived on 2022-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
dependabot-preview[bot] f18f917107
[Security] Bump graphql-playground-html from 1.6.20 to 1.6.25
Bumps [graphql-playground-html](https://github.com/graphcool/graphql-playground) from 1.6.20 to 1.6.25. **This update includes a security fix.**
- [Release notes](https://github.com/graphcool/graphql-playground/releases)
- [Commits](https://github.com/graphcool/graphql-playground/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-09 00:28:52 +00:00
.dependabot upgrade to prettier 2.0 2020-03-23 15:02:47 +01:00
.github/workflows upgrade to prettier 2.0 2020-03-23 15:02:47 +01:00
cypress add 2 minute timeout on upload request 2020-04-23 17:36:34 +02:00
setup-scripts fix api calls that define their own siapath 2020-06-08 10:16:04 +02:00
src retry on 429 2020-05-29 15:25:55 +02:00
static new terms 2020-02-21 11:10:10 +01:00
.eslintrc.json upgrade to prettier 2.0 2020-03-23 15:02:47 +01:00
.gitignore add cypress testing suite 2020-03-05 12:04:54 +01:00
.prettierignore skip nodejs server 2020-02-18 17:47:19 +01:00
.prettierrc upgrade to prettier 2.0 2020-03-23 15:02:47 +01:00
LICENSE Initial commit 2020-01-30 08:13:21 -05:00
README.md add GATSBY_API_URL param 2020-02-28 13:52:32 +01:00
cypress.json do not upload cypress video on success 2020-03-11 15:13:02 +01:00
gatsby-config.js generate favicon.ico fallback 2020-06-03 10:07:54 +02:00
package.json Merge pull request #246 from NebulousLabs/dependabot/npm_and_yarn/gatsby-2.23.1 2020-06-07 18:29:52 +00:00
yarn.lock [Security] Bump graphql-playground-html from 1.6.20 to 1.6.25 2020-06-09 00:28:52 +00:00

README.md

Skynet Portal

Setup Guide

A setup guide with scripts to install prerequisites can be found in the setup-scripts directory.

Once the setup guide is complete you will be running:

  • siad configured as a Skynet Portal
  • an nginx webserver serving webportal

Web application

Development

Use yarn start to start the development server.

Production build

Use yarn build to compile the application to /public directory.

Build parameters

You can use the below build parameters to customize your application. You can use them both on development and production builds.

  • development example GATSBY_API_URL=https://siasky.dev yarn start
  • production example GATSBY_API_URL=https://siasky.net yarn build

List of available parameters

  • GATSBY_API_URL: you can override the api url if it is different than the location origin