This commit is contained in:
parent
54efde0497
commit
14d78d0b65
@ -176,7 +176,6 @@ Only 64-bit operating systems are supported
|
|||||||
|
|
||||||
### S3
|
### S3
|
||||||
|
|
||||||
<!-- markdownlint-disable-next-line -->
|
|
||||||
#### S3 Initial Configuration
|
#### S3 Initial Configuration
|
||||||
|
|
||||||
* Required steps:
|
* Required steps:
|
||||||
@ -204,7 +203,6 @@ Only 64-bit operating systems are supported
|
|||||||
* Example:
|
* Example:
|
||||||
* `repertory -s3 --name minio -dc`
|
* `repertory -s3 --name minio -dc`
|
||||||
|
|
||||||
<!-- markdownlint-disable-next-line -->
|
|
||||||
#### S3 Mounting
|
#### S3 Mounting
|
||||||
|
|
||||||
* Linux:
|
* Linux:
|
||||||
@ -345,7 +343,6 @@ for S3 providers.
|
|||||||
* `repertory -rm 192.168.1.10:20000 -set RemoteConfig.EncryptionToken '<my secure password>'`
|
* `repertory -rm 192.168.1.10:20000 -set RemoteConfig.EncryptionToken '<my secure password>'`
|
||||||
* `repertory -rm my.host.com:20000 -set RemoteConfig.EncryptionToken '<my secure password>'`
|
* `repertory -rm my.host.com:20000 -set RemoteConfig.EncryptionToken '<my secure password>'`
|
||||||
|
|
||||||
<!-- markdownlint-disable-next-line -->
|
|
||||||
#### Client Remote Mounting
|
#### Client Remote Mounting
|
||||||
|
|
||||||
* Linux:
|
* Linux:
|
||||||
@ -359,6 +356,7 @@ for S3 providers.
|
|||||||
* `repertory -rm 192.168.1.10:20000 t:`
|
* `repertory -rm 192.168.1.10:20000 t:`
|
||||||
|
|
||||||
#### Remote Mount Configuration File
|
#### Remote Mount Configuration File
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"ApiAuth": "<random generated rpc password>",
|
"ApiAuth": "<random generated rpc password>",
|
||||||
@ -384,7 +382,6 @@ for S3 providers.
|
|||||||
Successful compilation will result in all files required for execution to be placed
|
Successful compilation will result in all files required for execution to be placed
|
||||||
in the `dist/` directory
|
in the `dist/` directory
|
||||||
|
|
||||||
<!-- markdownlint-disable-next-line -->
|
|
||||||
### Linux Compilation
|
### Linux Compilation
|
||||||
|
|
||||||
* Ensure `docker` is installed
|
* Ensure `docker` is installed
|
||||||
@ -398,7 +395,6 @@ in the `dist/` directory
|
|||||||
* Release: `scripts/make_unix.sh aarch64 Release`
|
* Release: `scripts/make_unix.sh aarch64 Release`
|
||||||
* Debug: `scripts/make_unix.sh aarch64 Debug`
|
* Debug: `scripts/make_unix.sh aarch64 Debug`
|
||||||
|
|
||||||
<!-- markdownlint-disable-next-line -->
|
|
||||||
### Windows Compilation
|
### Windows Compilation
|
||||||
|
|
||||||
* OFFICIAL: Cross-compiling on Linux
|
* OFFICIAL: Cross-compiling on Linux
|
||||||
|
Loading…
x
Reference in New Issue
Block a user