mirror of
https://github.com/rclone/rclone.git
synced 2025-12-24 04:04:37 +00:00
jottacloud: add support for MediaMarkt Cloud as a whitelabel service
This was requested in issue #8852, after authentication was already fixed for existing whitelabels.
This commit is contained in:
@@ -89,6 +89,7 @@ func getWhitelabelServices() map[string]struct {
|
|||||||
"elgiganten_dk": {"Elgiganten Cloud (Denmark)", "cloud.elgiganten.dk", "elgiganten", "desktop", []string{"openid", "jotta-default", "offline_access"}},
|
"elgiganten_dk": {"Elgiganten Cloud (Denmark)", "cloud.elgiganten.dk", "elgiganten", "desktop", []string{"openid", "jotta-default", "offline_access"}},
|
||||||
"gigantti": {"Gigantti Cloud (Finland)", "cloud.gigantti.fi", "gigantti", "desktop", []string{"openid", "jotta-default", "offline_access"}},
|
"gigantti": {"Gigantti Cloud (Finland)", "cloud.gigantti.fi", "gigantti", "desktop", []string{"openid", "jotta-default", "offline_access"}},
|
||||||
"elko": {"ELKO Cloud (Iceland)", "cloud.elko.is", "elko", "desktop", []string{"openid", "jotta-default", "offline_access"}},
|
"elko": {"ELKO Cloud (Iceland)", "cloud.elko.is", "elko", "desktop", []string{"openid", "jotta-default", "offline_access"}},
|
||||||
|
"mediamarkt": {"MediaMarkt Cloud", "mediamarkt.jottacloud.com", "mediamarkt", "desktop", []string{"openid", "jotta-default", "offline_access"}},
|
||||||
"letsgo": {"Let's Go Cloud (Germany)", "letsgo.jotta.cloud", "letsgo", "desktop-win", []string{"openid", "offline_access"}},
|
"letsgo": {"Let's Go Cloud (Germany)", "letsgo.jotta.cloud", "letsgo", "desktop-win", []string{"openid", "offline_access"}},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -28,6 +28,7 @@ as described [below](#whitelabel-authentication):
|
|||||||
- Onlime
|
- Onlime
|
||||||
- Onlime (onlime.dk)
|
- Onlime (onlime.dk)
|
||||||
- MediaMarkt
|
- MediaMarkt
|
||||||
|
- MediaMarkt Cloud (mediamarkt.jottacloud.com)
|
||||||
- Let's Go Cloud (letsgo.jotta.cloud)
|
- Let's Go Cloud (letsgo.jotta.cloud)
|
||||||
|
|
||||||
Paths are specified as `remote:path`
|
Paths are specified as `remote:path`
|
||||||
|
|||||||
Reference in New Issue
Block a user