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
Peter-Jan Brone cd619d7a92
Update Nginx config to use double siad setup (#97)
* Update nginx conf to use double siad setup
* Update documentation
2020-03-19 15:38:34 +01:00
.dependabot add dependabot schedule 2020-03-11 10:06:16 +01:00
.github/workflows limit unit testing to node 12 2020-03-11 17:30:55 +01:00
cypress improve integration test reliability 2020-03-11 10:47:25 +01:00
setup-scripts Update Nginx config to use double siad setup (#97) 2020-03-19 15:38:34 +01:00
src link developer resources (#85) 2020-03-12 11:56:11 +01:00
static new terms 2020-02-21 11:10:10 +01:00
.eslintrc.json add cypress testing suite 2020-03-05 12:04:54 +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 set prettier arrowParens to always 2020-02-28 17:19:33 +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 add matomo tracking 2020-03-09 15:52:35 +01:00
package.json Bump gatsby-source-filesystem from 2.1.52 to 2.1.56 2020-03-17 12:43:51 +00:00
yarn.lock Bump gatsby-source-filesystem from 2.1.52 to 2.1.56 2020-03-17 12:43:51 +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