Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit b34fb1e

Browse files
committed
Update mobile apps URL's
1 parent 80494b4 commit b34fb1e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

core/src/plugins/shorten.gateway/FileGateway.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,10 @@
3939
class FileGateway extends Plugin
4040
{
4141
private $servers = [
42-
"filesend" => "https://filesend.cc",
43-
"yourshare" => "https://yoursha.re",
42+
"eu.filesend" => "https://eu.filesend.cc",
43+
"us.filesend" => "https://us.filesend.cc",
44+
"eu.yourshare" => "https://eu.yoursha.re",
45+
"us.yourshare" => "https://us.yoursha.re",
4446
];
4547

4648
/**

core/src/plugins/shorten.gateway/manifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<server_settings>
1212
<global_param name="API_KEY" type="string" label="CONF_MESSAGE[Api Key]" description="CONF_MESSAGE[Api Key as provided in your Pydio.com account]"/>
1313
<global_param name="API_SECRET" type="password" label="CONF_MESSAGE[Api Secret]" description="CONF_MESSAGE[Api Secret, as provided in your Pydio.com account]"/>
14-
<global_param name="GATEWAY_SERVER" type="select" choices="filesend|Filesend.cc (EU Region),yourshare|Yoursha.re (US Region)" label="CONF_MESSAGE[Gateway Server]" description="CONF_MESSAGE[Choose on which server you want the link to be proxied. You may choose depending on your region.]"/>
14+
<global_param name="GATEWAY_SERVER" type="select" choices="eu.filesend|Filesend.cc - EU Region,us.filesend|Filesend.cc - US Region,eu.yourshare|Yoursha.re - EU Region,eu.yourshare|Yoursha.re - US Region" label="CONF_MESSAGE[Gateway Domain and Region]" description="CONF_MESSAGE[Choose on which server you want the link to be proxied. You may choose depending on your region.]"/>
1515
</server_settings>
1616
<registry_contributions>
1717
<hooks>

0 commit comments

Comments
 (0)