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[bot] fcee5c95a0
Bump gatsby-plugin-sass from 2.3.4 to 2.3.10
Bumps [gatsby-plugin-sass](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sass) from 2.3.4 to 2.3.10.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-sass/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sass@2.3.10/packages/gatsby-plugin-sass)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-06 10:34:48 +00:00
.github Update Dependabot config file (#249) 2020-06-10 11:13:35 +02:00
cypress add 2 minute timeout on upload request 2020-04-23 17:36:34 +02:00
docker add /blacklist endpoint 2020-06-23 18:20:59 +02:00
health-check Improve server infrastructure setup and scripts (#231) 2020-06-22 11:54:01 +02:00
setup-scripts Improve server infrastructure setup and scripts (#231) 2020-06-22 11:54:01 +02:00
src fix upload progress indicator 2020-06-25 16:04:32 +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 Improve server infrastructure setup and scripts (#231) 2020-06-22 11:54:01 +02:00
.prettierignore Update Dependabot config file (#249) 2020-06-10 11:13:35 +02: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 Improve server infrastructure setup and scripts (#231) 2020-06-22 11:54:01 +02:00
cypress.json do not upload cypress video on success 2020-03-11 15:13:02 +01:00
docker-compose.yml Improve server infrastructure setup and scripts (#231) 2020-06-22 11:54:01 +02:00
gatsby-config.js generate favicon.ico fallback 2020-06-03 10:07:54 +02:00
package.json Bump gatsby-plugin-sass from 2.3.4 to 2.3.10 2020-07-06 10:34:48 +00:00
yarn.lock Bump gatsby-plugin-sass from 2.3.4 to 2.3.10 2020-07-06 10:34:48 +00:00

README.md

Skynet Portal

Web application

Use yarn start to start the development server.

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

You can use the below build parameters to customize your web application.

  • 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: override api url (defaults to location origin)

Setting up complete skynet server

A setup guide with installation scripts can be found in setup-scripts/README.md.