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.

  • Denys Nykula@piefed.social
    link
    fedilink
    English
    arrow-up
    10
    ·
    16 hours ago

    Remembered that I made such a tool for myself ten years ago. Dusted off a backup, updated dependencies (and replaced some), refactored somewhat, changed license to AGPL and uploaded here: https://codeberg.org/nykula/imgie

    Should be very easy to install because the backend is just ImageMagick and SQLite.

    Beware of a 250M node_modules, though. My code is less than 1K lines in the initial commit, but the linters, bundlers etc are the same as I use for big projects.