mirror of
https://github.com/rclone/rclone.git
synced 2024-11-25 08:58:26 +08:00
koofr: renamed digistorage to exclude the romania part.
This commit is contained in:
parent
5d06a82c5d
commit
fd453f2c7b
|
@ -29,7 +29,7 @@ Rclone *("rsync for cloud storage")* is a command-line program to sync files and
|
||||||
* Ceph [:page_facing_up:](https://rclone.org/s3/#ceph)
|
* Ceph [:page_facing_up:](https://rclone.org/s3/#ceph)
|
||||||
* Citrix ShareFile [:page_facing_up:](https://rclone.org/sharefile/)
|
* Citrix ShareFile [:page_facing_up:](https://rclone.org/sharefile/)
|
||||||
* DigitalOcean Spaces [:page_facing_up:](https://rclone.org/s3/#digitalocean-spaces)
|
* DigitalOcean Spaces [:page_facing_up:](https://rclone.org/s3/#digitalocean-spaces)
|
||||||
* Digi Storage România [:page_facing_up:](https://rclone.org/koofr/#digi-storage-românia)
|
* Digi Storage [:page_facing_up:](https://rclone.org/koofr/#digi-storage)
|
||||||
* Dreamhost [:page_facing_up:](https://rclone.org/s3/#dreamhost)
|
* Dreamhost [:page_facing_up:](https://rclone.org/s3/#dreamhost)
|
||||||
* Dropbox [:page_facing_up:](https://rclone.org/dropbox/)
|
* Dropbox [:page_facing_up:](https://rclone.org/dropbox/)
|
||||||
* Enterprise File Fabric [:page_facing_up:](https://rclone.org/filefabric/)
|
* Enterprise File Fabric [:page_facing_up:](https://rclone.org/filefabric/)
|
||||||
|
|
|
@ -39,8 +39,8 @@ func init() {
|
||||||
Value: "koofr",
|
Value: "koofr",
|
||||||
Help: "Koofr, https://app.koofr.net/",
|
Help: "Koofr, https://app.koofr.net/",
|
||||||
}, {
|
}, {
|
||||||
Value: "digistoragero",
|
Value: "digistorage",
|
||||||
Help: "Digi Storage Romania, https://storage.rcs-rds.ro/",
|
Help: "Digi Storage, https://storage.rcs-rds.ro/",
|
||||||
}, {
|
}, {
|
||||||
Value: "other",
|
Value: "other",
|
||||||
Help: "Any other Koofr API compatible storage service",
|
Help: "Any other Koofr API compatible storage service",
|
||||||
|
@ -72,7 +72,7 @@ func init() {
|
||||||
}, {
|
}, {
|
||||||
Name: "password",
|
Name: "password",
|
||||||
Help: "Your password for rclone (generate one at https://storage.rcs-rds.ro/app/admin/preferences/password).",
|
Help: "Your password for rclone (generate one at https://storage.rcs-rds.ro/app/admin/preferences/password).",
|
||||||
Provider: "digistoragero",
|
Provider: "digistorage",
|
||||||
IsPassword: true,
|
IsPassword: true,
|
||||||
Required: true,
|
Required: true,
|
||||||
}, {
|
}, {
|
||||||
|
@ -286,7 +286,7 @@ func setProviderDefaults(opt *Options) {
|
||||||
if opt.Endpoint == "" || strings.HasPrefix(opt.Endpoint, "https://app.koofr.net") {
|
if opt.Endpoint == "" || strings.HasPrefix(opt.Endpoint, "https://app.koofr.net") {
|
||||||
opt.Provider = "koofr"
|
opt.Provider = "koofr"
|
||||||
} else if strings.HasPrefix(opt.Endpoint, "https://storage.rcs-rds.ro") {
|
} else if strings.HasPrefix(opt.Endpoint, "https://storage.rcs-rds.ro") {
|
||||||
opt.Provider = "digistoragero"
|
opt.Provider = "digistorage"
|
||||||
} else {
|
} else {
|
||||||
opt.Provider = "other"
|
opt.Provider = "other"
|
||||||
}
|
}
|
||||||
|
@ -294,7 +294,7 @@ func setProviderDefaults(opt *Options) {
|
||||||
// now assign an endpoint
|
// now assign an endpoint
|
||||||
if opt.Provider == "koofr" {
|
if opt.Provider == "koofr" {
|
||||||
opt.Endpoint = "https://app.koofr.net"
|
opt.Endpoint = "https://app.koofr.net"
|
||||||
} else if opt.Provider == "digistoragero" {
|
} else if opt.Provider == "digistorage" {
|
||||||
opt.Endpoint = "https://storage.rcs-rds.ro"
|
opt.Endpoint = "https://storage.rcs-rds.ro"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -114,7 +114,7 @@ WebDAV or S3, that work out of the box.)
|
||||||
{{< provider name="Citrix ShareFile" home="http://sharefile.com/" config="/sharefile/" >}}
|
{{< provider name="Citrix ShareFile" home="http://sharefile.com/" config="/sharefile/" >}}
|
||||||
{{< provider name="C14" home="https://www.online.net/en/storage/c14-cold-storage" config="/sftp/#c14" >}}
|
{{< provider name="C14" home="https://www.online.net/en/storage/c14-cold-storage" config="/sftp/#c14" >}}
|
||||||
{{< provider name="DigitalOcean Spaces" home="https://www.digitalocean.com/products/object-storage/" config="/s3/#digitalocean-spaces" >}}
|
{{< provider name="DigitalOcean Spaces" home="https://www.digitalocean.com/products/object-storage/" config="/s3/#digitalocean-spaces" >}}
|
||||||
{{< provider name="Digi Storage România" home="https://storage.rcs-rds.ro/" config="/koofr/#digi-storage-românia" >}}
|
{{< provider name="Digi Storage" home="https://storage.rcs-rds.ro/" config="/koofr/#digi-storage" >}}
|
||||||
{{< provider name="Dreamhost" home="https://www.dreamhost.com/cloud/storage/" config="/s3/#dreamhost" >}}
|
{{< provider name="Dreamhost" home="https://www.dreamhost.com/cloud/storage/" config="/s3/#dreamhost" >}}
|
||||||
{{< provider name="Dropbox" home="https://www.dropbox.com/" config="/dropbox/" >}}
|
{{< provider name="Dropbox" home="https://www.dropbox.com/" config="/dropbox/" >}}
|
||||||
{{< provider name="Enterprise File Fabric" home="https://storagemadeeasy.com/about/" config="/filefabric/" >}}
|
{{< provider name="Enterprise File Fabric" home="https://storagemadeeasy.com/about/" config="/filefabric/" >}}
|
||||||
|
|
|
@ -38,7 +38,7 @@ See the following for detailed instructions for
|
||||||
* [Compress](/compress/)
|
* [Compress](/compress/)
|
||||||
* [Crypt](/crypt/) - to encrypt other remotes
|
* [Crypt](/crypt/) - to encrypt other remotes
|
||||||
* [DigitalOcean Spaces](/s3/#digitalocean-spaces)
|
* [DigitalOcean Spaces](/s3/#digitalocean-spaces)
|
||||||
* [Digi Storage România](/koofr/#digi-storage-românia)
|
* [Digi Storage](/koofr/#digi-storage)
|
||||||
* [Dropbox](/dropbox/)
|
* [Dropbox](/dropbox/)
|
||||||
* [Enterprise File Fabric](/filefabric/)
|
* [Enterprise File Fabric](/filefabric/)
|
||||||
* [FTP](/ftp/)
|
* [FTP](/ftp/)
|
||||||
|
|
|
@ -43,8 +43,8 @@ Choose a number from below, or type in your own value.
|
||||||
Press Enter to leave empty.
|
Press Enter to leave empty.
|
||||||
1 / Koofr, https://app.koofr.net/
|
1 / Koofr, https://app.koofr.net/
|
||||||
\ (koofr)
|
\ (koofr)
|
||||||
2 / Digi Storage Romania, https://storage.rcs-rds.ro/
|
2 / Digi Storage, https://storage.rcs-rds.ro/
|
||||||
\ (digistoragero)
|
\ (digistorage)
|
||||||
3 / Any other Koofr API compatible storage service
|
3 / Any other Koofr API compatible storage service
|
||||||
\ (other)
|
\ (other)
|
||||||
provider> 1
|
provider> 1
|
||||||
|
@ -66,6 +66,7 @@ Edit advanced config?
|
||||||
y) Yes
|
y) Yes
|
||||||
n) No (default)
|
n) No (default)
|
||||||
y/n> n
|
y/n> n
|
||||||
|
Remote config
|
||||||
--------------------
|
--------------------
|
||||||
[koofr]
|
[koofr]
|
||||||
type = koofr
|
type = koofr
|
||||||
|
@ -127,8 +128,8 @@ Properties:
|
||||||
- Examples:
|
- Examples:
|
||||||
- "koofr"
|
- "koofr"
|
||||||
- Koofr, https://app.koofr.net/
|
- Koofr, https://app.koofr.net/
|
||||||
- "digistoragero"
|
- "digistorage"
|
||||||
- Digi Storage Romania, https://storage.rcs-rds.ro/
|
- Digi Storage, https://storage.rcs-rds.ro/
|
||||||
- "other"
|
- "other"
|
||||||
- Any other Koofr API compatible storage service
|
- Any other Koofr API compatible storage service
|
||||||
|
|
||||||
|
@ -179,7 +180,7 @@ Properties:
|
||||||
|
|
||||||
- Config: password
|
- Config: password
|
||||||
- Env Var: RCLONE_KOOFR_PASSWORD
|
- Env Var: RCLONE_KOOFR_PASSWORD
|
||||||
- Provider: digistoragero
|
- Provider: digistorage
|
||||||
- Type: string
|
- Type: string
|
||||||
- Required: true
|
- Required: true
|
||||||
|
|
||||||
|
@ -253,9 +254,9 @@ Note that Koofr is case insensitive so you can't have a file called
|
||||||
|
|
||||||
This is the original [Koofr](https://koofr.eu) storage provider used as main example and described in the [configuration](#configuration) section above.
|
This is the original [Koofr](https://koofr.eu) storage provider used as main example and described in the [configuration](#configuration) section above.
|
||||||
|
|
||||||
### Digi Storage România
|
### Digi Storage
|
||||||
|
|
||||||
[Digi Storage România](https://www.digi.ro/servicii/online/digi-storage) is a cloud storage service run by [Digi.ro](https://www.digi.ro/) that
|
[Digi Storage](https://www.digi.ro/servicii/online/digi-storage) is a cloud storage service run by [Digi.ro](https://www.digi.ro/) that
|
||||||
provides a Koofr API.
|
provides a Koofr API.
|
||||||
|
|
||||||
Here is an example of how to make a remote called `ds`. First run:
|
Here is an example of how to make a remote called `ds`. First run:
|
||||||
|
@ -285,8 +286,8 @@ Choose a number from below, or type in your own value.
|
||||||
Press Enter to leave empty.
|
Press Enter to leave empty.
|
||||||
1 / Koofr, https://app.koofr.net/
|
1 / Koofr, https://app.koofr.net/
|
||||||
\ (koofr)
|
\ (koofr)
|
||||||
2 / Digi Storage Romania, https://storage.rcs-rds.ro/
|
2 / Digi Storage, https://storage.rcs-rds.ro/
|
||||||
\ (digistoragero)
|
\ (digistorage)
|
||||||
3 / Any other Koofr API compatible storage service
|
3 / Any other Koofr API compatible storage service
|
||||||
\ (other)
|
\ (other)
|
||||||
provider> 2
|
provider> 2
|
||||||
|
@ -311,7 +312,7 @@ y/n> n
|
||||||
--------------------
|
--------------------
|
||||||
[ds]
|
[ds]
|
||||||
type = koofr
|
type = koofr
|
||||||
provider = digistoragero
|
provider = digistorage
|
||||||
user = USERNAME
|
user = USERNAME
|
||||||
password = *** ENCRYPTED ***
|
password = *** ENCRYPTED ***
|
||||||
--------------------
|
--------------------
|
||||||
|
@ -320,6 +321,7 @@ e) Edit this remote
|
||||||
d) Delete this remote
|
d) Delete this remote
|
||||||
y/e/d> y
|
y/e/d> y
|
||||||
```
|
```
|
||||||
|
|
||||||
### Other
|
### Other
|
||||||
|
|
||||||
You may also want to use another, public or private storage provider that runs a Koofr API compatible service, by simply providing the base URL to connect to.
|
You may also want to use another, public or private storage provider that runs a Koofr API compatible service, by simply providing the base URL to connect to.
|
||||||
|
@ -351,8 +353,8 @@ Choose a number from below, or type in your own value.
|
||||||
Press Enter to leave empty.
|
Press Enter to leave empty.
|
||||||
1 / Koofr, https://app.koofr.net/
|
1 / Koofr, https://app.koofr.net/
|
||||||
\ (koofr)
|
\ (koofr)
|
||||||
2 / Digi Storage Romania, https://storage.rcs-rds.ro/
|
2 / Digi Storage, https://storage.rcs-rds.ro/
|
||||||
\ (digistoragero)
|
\ (digistorage)
|
||||||
3 / Any other Koofr API compatible storage service
|
3 / Any other Koofr API compatible storage service
|
||||||
\ (other)
|
\ (other)
|
||||||
provider> 3
|
provider> 3
|
||||||
|
|
|
@ -61,7 +61,7 @@
|
||||||
<a class="dropdown-item" href="/compress/"><i class="fas fa-compress"></i> Compress (transparent gzip compression)</a>
|
<a class="dropdown-item" href="/compress/"><i class="fas fa-compress"></i> Compress (transparent gzip compression)</a>
|
||||||
<a class="dropdown-item" href="/sharefile/"><i class="fas fa-share-square"></i> Citrix ShareFile</a>
|
<a class="dropdown-item" href="/sharefile/"><i class="fas fa-share-square"></i> Citrix ShareFile</a>
|
||||||
<a class="dropdown-item" href="/crypt/"><i class="fa fa-lock"></i> Crypt (encrypts the others)</a>
|
<a class="dropdown-item" href="/crypt/"><i class="fa fa-lock"></i> Crypt (encrypts the others)</a>
|
||||||
<a class="dropdown-item" href="/koofr/#digi-storage-românia"><i class="fa fa-cloud"></i> Digi Storage România</a>
|
<a class="dropdown-item" href="/koofr/#digi-storage"><i class="fa fa-cloud"></i> Digi Storage</a>
|
||||||
<a class="dropdown-item" href="/dropbox/"><i class="fab fa-dropbox"></i> Dropbox</a>
|
<a class="dropdown-item" href="/dropbox/"><i class="fab fa-dropbox"></i> Dropbox</a>
|
||||||
<a class="dropdown-item" href="/filefabric/"><i class="fa fa-cloud"></i> Enterprise File Fabric</a>
|
<a class="dropdown-item" href="/filefabric/"><i class="fa fa-cloud"></i> Enterprise File Fabric</a>
|
||||||
<a class="dropdown-item" href="/ftp/"><i class="fa fa-file"></i> FTP</a>
|
<a class="dropdown-item" href="/ftp/"><i class="fa fa-file"></i> FTP</a>
|
||||||
|
|
|
@ -305,7 +305,7 @@ backends:
|
||||||
remote: "TestKoofr:"
|
remote: "TestKoofr:"
|
||||||
fastlist: false
|
fastlist: false
|
||||||
- backend: "koofr"
|
- backend: "koofr"
|
||||||
remote: "TestDigiStorageRo:"
|
remote: "TestDigiStorage:"
|
||||||
fastlist: false
|
fastlist: false
|
||||||
- backend: "premiumizeme"
|
- backend: "premiumizeme"
|
||||||
remote: "TestPremiumizeMe:"
|
remote: "TestPremiumizeMe:"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user