mirror of
https://github.com/rclone/rclone
synced 2024-12-22 13:03:02 +01:00
docs/jottacloud: add some info about the setup for whitelabel version
This commit is contained in:
parent
68afa28b27
commit
945a37d0d2
@ -17,12 +17,21 @@ Paths may be as deep as required, eg `remote:directory/subdirectory`.
|
|||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
|
### Default Setup
|
||||||
|
|
||||||
To configure Jottacloud you will need to generate a personal security token in the Jottacloud web interface.
|
To configure Jottacloud you will need to generate a personal security token in the Jottacloud web interface.
|
||||||
You will the option to do in your [account security settings](https://www.jottacloud.com/web/secure)
|
You will the option to do in your [account security settings](https://www.jottacloud.com/web/secure)
|
||||||
(for whitelabel version you need to find this page in its web interface).
|
(for whitelabel version you need to find this page in its web interface).
|
||||||
Note that the web interface may refer to this token as a JottaCli token.
|
Note that the web interface may refer to this token as a JottaCli token.
|
||||||
|
|
||||||
Here is an example of how to make a remote called `remote`. First run:
|
### Legacy Setup
|
||||||
|
|
||||||
|
If you are using one of the whitelabel versions (Elgiganten, Com Hem Cloud) you may not have the option
|
||||||
|
to generate a CLI token. In this case you'll have to use the legacy authentification. To to this select
|
||||||
|
yes when the setup asks for legacy authentification and enter your username and password.
|
||||||
|
The rest of the setup is identical to the default setup.
|
||||||
|
|
||||||
|
Here is an example of how to make a remote called `remote` with the default setup. First run:
|
||||||
|
|
||||||
rclone config
|
rclone config
|
||||||
|
|
||||||
@ -34,7 +43,7 @@ n) New remote
|
|||||||
s) Set configuration password
|
s) Set configuration password
|
||||||
q) Quit config
|
q) Quit config
|
||||||
n/s/q> n
|
n/s/q> n
|
||||||
name> jotta
|
name> remote
|
||||||
Type of storage to configure.
|
Type of storage to configure.
|
||||||
Enter a string value. Press Enter for the default ("").
|
Enter a string value. Press Enter for the default ("").
|
||||||
Choose a number from below, or type in your own value
|
Choose a number from below, or type in your own value
|
||||||
@ -50,6 +59,11 @@ y) Yes
|
|||||||
n) No
|
n) No
|
||||||
y/n> n
|
y/n> n
|
||||||
Remote config
|
Remote config
|
||||||
|
Use legacy authentification?.
|
||||||
|
This is only required for certain whitelabel versions of Jottacloud and not recommended for normal users.
|
||||||
|
y) Yes
|
||||||
|
n) No (default)
|
||||||
|
y/n> n
|
||||||
|
|
||||||
Generate a personal login token here: https://www.jottacloud.com/web/secure
|
Generate a personal login token here: https://www.jottacloud.com/web/secure
|
||||||
Login Token> <your token here>
|
Login Token> <your token here>
|
||||||
@ -62,9 +76,8 @@ y/n> y
|
|||||||
Please select the device to use. Normally this will be Jotta
|
Please select the device to use. Normally this will be Jotta
|
||||||
Choose a number from below, or type in an existing value
|
Choose a number from below, or type in an existing value
|
||||||
1 > DESKTOP-3H31129
|
1 > DESKTOP-3H31129
|
||||||
2 > fla1
|
2 > Jotta
|
||||||
3 > Jotta
|
Devices> 2
|
||||||
Devices> 3
|
|
||||||
Please select the mountpoint to user. Normally this will be Archive
|
Please select the mountpoint to user. Normally this will be Archive
|
||||||
Choose a number from below, or type in an existing value
|
Choose a number from below, or type in an existing value
|
||||||
1 > Archive
|
1 > Archive
|
||||||
@ -75,7 +88,6 @@ Mountpoints> 1
|
|||||||
--------------------
|
--------------------
|
||||||
[jotta]
|
[jotta]
|
||||||
type = jottacloud
|
type = jottacloud
|
||||||
user = 0xC4KE@gmail.com
|
|
||||||
token = {........}
|
token = {........}
|
||||||
device = Jotta
|
device = Jotta
|
||||||
mountpoint = Archive
|
mountpoint = Archive
|
||||||
|
Loading…
Reference in New Issue
Block a user