Maybe I’m overthinking this. I want something with a drag and drop interface that then gives me a link to paste into discord or a forum to show the image directly, as Imgur does.
I could just use a bare web server but I’d have to scp the images over every time.


Back when I was on IRC, I wrote a bash script to upload (via scp) a file to an
uploadslocation on my server, which it knew the public URL for. It then (using xclip) put the resulting URL into the clipboard so I could paste it into IRC. Worked well