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
Karol Wypchło bcb0c0cf24
Merge pull request #2233 from SkynetLabs/renovate/skynetlabs-pinner-0.x
chore(deps): update skynetlabs/pinner docker tag to v0.7.6
2022-09-13 16:18:44 +02:00
.github remove codeql 2022-07-19 10:51:28 +02:00
changelog Merge branch 'master' into ivo/pinner 2022-05-24 11:44:03 +02:00
docker use remote sia dockerfile 2022-07-06 18:40:24 +02:00
logs Rename logs dummy file 2022-05-11 10:29:07 +02:00
scripts Replace our in-house Jaeger cleanup script with their own container that does that. 2022-08-22 12:09:43 +02:00
setup-scripts Update authorized_keys 2022-09-13 12:08:01 +02:00
.gitignore clean up website dependabot and gitignore 2022-05-27 12:29:58 +02:00
.prettierignore Accounts (#554) 2021-04-01 15:15:37 +02:00
CHANGELOG.md update changelog for v0.1.4: 2022-03-08 11:06:54 -05:00
LICENSE.md change license to custom 2021-03-15 12:58:02 +01:00
README.md Update README.md 2022-04-15 12:50:07 -04:00
dc do not report from dc when env file does not exist 2022-08-16 10:36:54 +02:00
docker-compose.abuse-scanner.yml Merge pull request #2178 from SkynetLabs/pj/abuse-scanner-updates 2022-09-08 11:11:53 +02:00
docker-compose.accounts.yml chore(deps): update skynetlabs/webportal-accounts-dashboard docker tag to v2.1.1 2022-09-13 10:44:12 +00:00
docker-compose.blocker.yml upgrade to 3.8 2022-08-11 23:13:03 +02:00
docker-compose.jaeger.yml chore(deps): update docker.elastic.co/elasticsearch/elasticsearch docker tag to v7.17.6 2022-08-24 15:47:51 +00:00
docker-compose.malware-scanner.yml upgrade to 3.8 2022-08-11 23:13:03 +02:00
docker-compose.mongodb.yml chore(deps): update mongo docker tag to v4.4.16 2022-08-20 01:41:23 +00:00
docker-compose.pinner.yml chore(deps): update skynetlabs/pinner docker tag to v0.7.6 2022-09-13 14:06:30 +00:00
docker-compose.yml chore(deps): update skynetlabs/skyd docker tag to v1.6.9 2022-09-13 14:06:35 +00:00
renovate.json group renovate jaegertracing 2022-06-21 13:40:45 +02:00

README.md

Skynet Portal

Latest Setup Documentation

Latest Skynet Webportal setup documentation and the setup process Skynet Labs supports is located at https://portal-docs.skynetlabs.com/.

Some scripts and setup documentation contained in this repository (skynet-webportal) may 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