forked from Francesco149/sharenix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsharenix.json
53 lines (52 loc) · 1.36 KB
/
sharenix.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"DefaultFileUploader": "uguu.se",
"DefaultImageUploader": "imgur.com",
"DefaultUrlShortener": "waa.ai",
"XineramaHead": 0,
"NotificationTime": 30,
"NotifyUploading": true,
"NotifyCommand": "",
"ClipboardTime": 5,
"SaveFolder": ".local/share/sharenix",
"OrganizedFolders": false,
"Services": [
{
"Name": "waa.ai",
"RequestType": "GET",
"RequestURL": "https://api.waa.ai/shorten",
"Arguments": {
"url": "$input$"
},
"URL": "$json:data.url$",
"DeletionURL": "$json:data.delete_link$"
},
{
"Name": "uguu.se",
"RequestType": "POST",
"RequestURL": "https://uguu.se/api.php?d=upload-tool",
"FileFormName": "file"
},
{
"Name": "imgur.com",
"RequestType": "POST",
"Headers": {
"Authorization": "Client-ID b972ecca954f246"
},
"RequestURL": "https://api.imgur.com/3/image",
"FileFormName": "image",
"Arguments": {
"type": "file"
},
"URL": "$json:data.link$",
"DeletionURL": "https://imgur.com/delete/$json:data.deletehash$"
},
{
"Name": "owncloud (demo)",
"RequestType": "PUT",
"RequestURL": "https://demo.owncloud.org/remote.php/webdav/%yy-%mo-%d_%h-%mi-%s_$n$$extension$",
"Username": "test",
"Password": "test",
"ResponseType": "RedirectionURL"
}
]
}