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
Matthew Sevey 76dec235fc
Merge branch 'master' into portal-latest
2022-02-09 12:20:55 -05:00
.github make ip check in health checks more reliable 2022-02-07 17:39:23 +01:00
changelog changelog entry 2022-02-09 17:00:01 +01:00
docker changelog entry 2022-02-09 17:00:01 +01:00
packages Merge pull request #1671 from SkynetLabs/expose-internal-authenticate-function 2022-02-09 16:04:25 +01:00
scripts clean up manual blocklist script 2022-01-10 22:35:04 +01:00
setup-scripts update py file for black 2022-02-03 12:02:30 -05:00
.gitignore Cleanup Kratos, Oathkeeper, CockroachDB. 2021-12-16 13:08:35 +02:00
.prettierignore Accounts (#554) 2021-04-01 15:15:37 +02:00
CHANGELOG.md Update changelog for v0.1.3 2021-10-18 15:46:54 -04:00
LICENSE.md change license to custom 2021-03-15 12:58:02 +01:00
README.md Merge branch 'master' into sevey/doc-updates 2022-02-03 11:46:57 -05:00
dc Merge branch 'master' of https://github.com/SkynetLabs/skynet-webportal into pj/mail-scanner 2021-12-20 13:46:36 +01:00
docker-compose.abuse.yml Remove BLOCKER_AUTH_HEADER from env 2022-02-07 16:52:51 -05:00
docker-compose.accounts.yml fix ACCOUNTS_LIMIT_ACCESS missing when it defaults 2022-01-20 12:00:34 +01:00
docker-compose.blocker.yml health checks depends on blocker when it is available 2022-01-20 17:02:27 +01:00
docker-compose.jaeger.yml adjust docker services logging (missing ones) 2021-07-12 13:58:25 +02:00
docker-compose.malware-scanner.yml health checks depends on blocker when it is available 2022-01-20 17:02:27 +01:00
docker-compose.mongodb.yml move sia mongo variables to mongo docker compose file 2022-01-05 16:15:31 +01:00
docker-compose.uploads.yml Accounts (#554) 2021-04-01 15:15:37 +02:00
docker-compose.yml Merge pull request #1498 from SkynetLabs/account-only-portals 2022-01-12 14:09:51 +01:00

README.md

Skynet Portal

Latest Setup Documentation

Latest Skynet Webportal setup documentation and the setup process Skynet Labs supports is located at https://docs.siasky.net/webportal-management/overview.

Some of the scripts and setup documentation contained in this repository (skynet-webportal) can be outdated and generally should not be used.

Web application

Change current directory with cd packages/website.

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)

License

Skynet uses a custom License. The Skynet License is a source code license that allows you to use, modify and distribute the software, but you must preserve the payment mechanism in the software.

For the purposes of complying with our code license, you can use the following Siacoin address:

fb6c9320bc7e01fbb9cd8d8c3caaa371386928793c736837832e634aaaa484650a3177d6714a

Running a Portal

For those interested in running a Webportal, head over to our developer docs here to learn more.

Contributing

Testing Your Code

Before pushing your code, you should verify that it will pass our online test suite.

Cypress Tests Verify the Cypress test suite by doing the following:

  1. In one terminal screen run GATSBY_API_URL=https://siasky.net website serve
  2. In a second terminal screen run yarn cypress run