Open gpopesc opened 1 year ago
What do you mean by "integrate"?
I meant to adjust the app in order to allow the selected files to be uploaded on own server. Xbackbone support Windows, Linux and Mac, but it would be great to have an app to upload the file direct on the server, without using the browser.
In linux xbackbone use following command:
curl -s -F "token=token_xxxtokengeneratedxxx" -F "file=@file.name" https://exemple.com/upload
It would be great if I can translate this command to use your app or use shareX settings.
Ah, so you mean additional arbitrary form stuff. Fair enough, that'd be a good feature anyway. I've not really had time to work on this, so no promises though. PRs also always welcome 🙃
Xbackbone project has integration with shareX and screencloud, curl command from x0.at looks similar. Could you integrate the app with this project? I am using docker installation which is straight forward.
https://xbackbone.app/