Skip to content

Experimental web interface for Storj/Tardigrade.

Notifications You must be signed in to change notification settings

nerdatwork/vortex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vortex

Experimental web interface for Storj/Tardigrade.

Tests License GitHub contributors

usage

Production Usage

docker-compose up -d --force-recreate --build

Development Usage

docker-compose -f docker-compose-dev.yml up -d --force-recreate --build

Manually Run Audit

docker exec -it vortex_vortex_1 /usr/src/app/scripts/audit.sh

config

To run you need a config.json

{
	"baseUrl": "http://localhost:3000",
	"stargateEndpoint": "gateway.tardigradeshare.io",
	"stargateAuthEndpoint": "https://auth.tardigradeshare.io",
	"masterAccount": {
		"accessKey": "<your-master-access-key>",
		"secretKey": "<your-master-secret-key>",
		"projectId": "<your-tardigrade-project-id>",
		"apiKey": "<your-tardigrade-project-id>",
		"passphrase": "<your-tardigrade-passphrase>",
		"satelliteUrl": "<your-tardigrade-satellite>",
		"satelliteEndpoint": "<your-tardigrade-endpoint>",
		"username": "<your-tardigrade-email>",
		"password": "<your-tardigrade-password>"
	},
	"bucketPrefix": "<bucket-prefix>",
	"postmarkToken": "<postmarkapp.com-token>",
	"features": {
		"emailActivation": false
	},
	"adminTokens": [
		"<admin-token>"
	]
}

About

Experimental web interface for Storj/Tardigrade.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 55.4%
  • JavaScript 34.6%
  • Go 5.2%
  • HTML 2.3%
  • CSS 2.1%
  • Dockerfile 0.3%
  • Shell 0.1%