Rouji / Hupl

Android app for filesharing via Http UPLoads
GNU General Public License v3.0
21 stars 3 forks source link

integration with xbackbone #19

Open gpopesc opened 1 year ago

gpopesc commented 1 year ago

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/

Rouji commented 1 year ago

What do you mean by "integrate"?

gpopesc commented 1 year ago

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.

Rouji commented 1 year ago

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 🙃