From 84449347b49e23d193a9502d5555ee9d08fcd7a4 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Fri, 3 Apr 2020 15:06:52 -0500 Subject: [PATCH] Layout fixes --- package.json | 2 +- src/assets/settings.json | 4 ++++ .../Configuration/ConfigurationItem/ConfigurationItem.js | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4749801..f7f98f7 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.2.0", "private": true, "author": "scott.e.graves@protonmail.com", - "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.", + "description": "GUI for Repertory - Repertory allows you to mount Sia, Skynet, Goobox S3 and/or ScPrime storage solutions via FUSE on Linux/OS X or via WinFSP on Windows.", "dependencies": { "@fortawesome/fontawesome-svg-core": "^1.2.27", "@fortawesome/free-solid-svg-icons": "^5.12.1", diff --git a/src/assets/settings.json b/src/assets/settings.json index d889e31..3db0a6f 100644 --- a/src/assets/settings.json +++ b/src/assets/settings.json @@ -37,5 +37,9 @@ "PreferredDownloadType": "Repertory supports 3 download modes for reading files that are not cached locally: full file allocation, ring buffer mode and direct mode.\n\nFull file allocation mode pre-allocates the entire file prior to downloading. This mode is required for writes but also ensures the best performance when reading data.\n\nRing buffer mode utilizes a fixed size file buffer to enable a reasonable amount of seeking. This alleviates the need to fully allocate a file. By default, it is 512MiB. When the buffer is full, it attempts to maintain the ability to seek 50% ahead or behind the current read location without the need to re-download data from Sia/ScPrime.\n\nDirect mode utilizes no disk space. All data is read directly from Sia/ScPrime.\n\nPreferred download type modes are:\n\nFallback - If there isn't enough local space to allocate the full file, ring buffer mode is used. If there isn't enough local space to create the ring buffer's file, then direct mode is used.\nRingBuffer - Full file allocation is always bypassed; however, if there isn't enough space to create the ring buffer's file, then direct mode will be chosen.\nDirect - All files will be read directly from Sia/ScPrime.", "ReadAheadCount": "This value specifies the number of read-ahead chunks to use when downloading a file. This is a per-open file setting and will result in the creation of an equal number of threads.", "RingBufferFileSize": "The size of the ring buffer file in MiB. Default is 512. Valid values are: 64, 128, 256, 512, 1024." + }, + "SkynetConfig": { + "EncryptionToken": "Encryption token used to encrypt files in Skynet. Set this value once as it applies to all files stored.", + "PortalList": "List of Skynet portals used to load-balance uploads and downloads." } } diff --git a/src/containers/Configuration/ConfigurationItem/ConfigurationItem.js b/src/containers/Configuration/ConfigurationItem/ConfigurationItem.js index ed0e1d8..79c2613 100644 --- a/src/containers/Configuration/ConfigurationItem/ConfigurationItem.js +++ b/src/containers/Configuration/ConfigurationItem/ConfigurationItem.js @@ -125,7 +125,7 @@ export default connect(null, mapDispatchToProps)(props => {