- The Below Configuration is for current stable ratelimited.me. However If You Want RLMEv3's config, just scrool down a bit!
-
Copy/paste the config into a text editor of your choice
-
Modify the values (especially YOUR_KEY_HERE with your uploader token)
-
Save as
rlme.uploaderin youruploadersfolder in your KShare config folder (usually~/.config/KShare) -
Restart KShare
-
Open KShare settings
-
Select RLME from the list and click OK.
{
"name": "RLME",
"target": "https://api.ratelimited.me/api/upload/pomf?key=YOUR_KEY_HERE",
"format": "multipart-form-data",
"body": [
{
"__Content-Type": "/%contenttype/",
"filename": "/image.%format/",
"name": "files[]",
"body": "/%imagedata/"
}
],
"return": ".files.0.url",
"return_prepend": "https://ratelimited.me/"
}