From 03681babad0237716a5996faf8d47342201506d7 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Sat, 11 Jan 2020 12:28:10 -0600 Subject: [PATCH] Goobox support --- package.json | 4 ++-- src/constants.js | 12 +++++++----- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 542a303..b80a118 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "repertory-ui", - "version": "1.1.3", + "version": "1.2.0", "private": true, "author": "scott.e.graves@protonmail.com", - "description": "GUI for Repertory - Repertory allows you to mount Sia and/or ScPrime blockchain storage solutions via FUSE on Linux/OS X or via WinFSP on Windows.", + "description": "GUI for Repertory - Repertory allows you to mount Sia, Goobox S3 and/or ScPrime blockchain storage solutions via FUSE on Linux/OS X or via WinFSP on Windows.", "dependencies": { "@fortawesome/fontawesome-svg-core": "^1.2.25", "@fortawesome/free-solid-svg-icons": "^5.11.2", diff --git a/src/constants.js b/src/constants.js index a2d90ab..656cf87 100644 --- a/src/constants.js +++ b/src/constants.js @@ -27,10 +27,10 @@ exports.DEV_PUBLIC_KEY = '-----BEGIN PUBLIC KEY-----\n' + '9wIDAQAB\n' + '-----END PUBLIC KEY-----'; -const REPERTORY_BRANCH = 'master'; -const REPERTORY_UI_BRANCH = 'master'; +const REPERTORY_BRANCH = '1.3.x_branch'; +const REPERTORY_UI_BRANCH = '1.2.x_branch'; -exports.RELEASES_URL = 'https://bitbucket.org/blockstorage/repertory/raw/' + REPERTORY_BRANCH + '/releases_1.1.json'; +exports.RELEASES_URL = 'https://bitbucket.org/blockstorage/repertory/raw/' + REPERTORY_BRANCH + '/releases_1.2.json'; exports.UI_RELEASES_URL = 'https://bitbucket.org/blockstorage/repertory-ui/raw/' + REPERTORY_UI_BRANCH + '/releases.json'; exports.LINUX_DETECT_SCRIPT_URL = 'https://bitbucket.org/blockstorage/repertory/raw/' + REPERTORY_BRANCH + '/detect_linux.sh'; @@ -50,12 +50,14 @@ exports.DATA_LOCATIONS = { exports.PROVIDER_LIST = [ 'Sia', - 'ScPrime' + 'ScPrime', + 'GooboxS3' ]; exports.PROVIDER_ARG = { sia: '', - scprime: '-sp' + scprime: '-sp', + gooboxs3: '-gb' }; exports.RELEASE_TYPES = [