docs: fix Internxt docs after merge

This commit is contained in:
Nick Craig-Wood
2026-01-30 16:57:48 +00:00
parent 67013ccf35
commit e3be333c29
2 changed files with 67 additions and 2 deletions

View File

@@ -74,7 +74,7 @@ rclone config password
This will prompt you to set a password that encrypts your entire configuration file.
## Usage Examples
### Usage Examples
```
# List files
@@ -104,12 +104,50 @@ Modification times are read from the server but cannot be set. The backend repor
The Internxt backend replaces the [default restricted characters
set](/overview/#restricted-characters).
{{< rem autogenerated options start" - DO NOT EDIT - instead edit fs.RegInfo in backend/internxt/internxt.go then run make backenddocs" >}}
<!-- autogenerated options start - DO NOT EDIT - instead edit fs.RegInfo in backend/internxt/internxt.go and run make backenddocs to verify --> <!-- markdownlint-disable-line line-length -->
### Standard options
Here are the Standard options specific to internxt (Internxt Drive).
#### --internxt-email
Email of your Internxt account.
Properties:
- Config: email
- Env Var: RCLONE_INTERNXT_EMAIL
- Type: string
- Required: true
#### --internxt-pass
Password.
**NB** Input to this must be obscured - see [rclone obscure](/commands/rclone_obscure/).
Properties:
- Config: pass
- Env Var: RCLONE_INTERNXT_PASS
- Type: string
- Required: true
### Advanced options
Here are the Advanced options specific to internxt (Internxt Drive).
#### --internxt-mnemonic
Mnemonic (internal use only)
Properties:
- Config: mnemonic
- Env Var: RCLONE_INTERNXT_MNEMONIC
- Type: string
- Required: false
#### --internxt-skip-hash-validation
Skip hash validation when downloading files.
@@ -122,3 +160,29 @@ Properties:
- Env Var: RCLONE_INTERNXT_SKIP_HASH_VALIDATION
- Type: bool
- Default: true
#### --internxt-encoding
The encoding for the backend.
See the [encoding section in the overview](/overview/#encoding) for more info.
Properties:
- Config: encoding
- Env Var: RCLONE_INTERNXT_ENCODING
- Type: Encoding
- Default: Slash,BackSlash,CrLf,RightPeriod,InvalidUtf8,Dot
#### --internxt-description
Description of the remote.
Properties:
- Config: description
- Env Var: RCLONE_INTERNXT_DESCRIPTION
- Type: string
- Required: false
<!-- autogenerated options stop -->

View File

@@ -86,6 +86,7 @@
<a class="dropdown-item" href="/iclouddrive/"><i class="fa fa-archive fa-fw"></i> iCloud Drive</a>
<a class="dropdown-item" href="/imagekit/"><i class="fa fa-cloud fa-fw"></i> ImageKit</a>
<a class="dropdown-item" href="/internetarchive/"><i class="fa fa-archive fa-fw"></i> Internet Archive</a>
<a class="dropdown-item" href="/internxt/"><i class="fas fa-cloud fa-fw"></i> Internxt</a>
<a class="dropdown-item" href="/jottacloud/"><i class="fa fa-cloud fa-fw"></i> Jottacloud</a>
<a class="dropdown-item" href="/koofr/"><i class="fa fa-suitcase fa-fw"></i> Koofr</a>
<a class="dropdown-item" href="/linkbox/"><i class="fa fa-infinity fa-fw"></i> Linkbox</a>