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.

  • airikr@lemmy.ml
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    3 hours ago

    I find ShotShare really nice. Have used it for maybe a year now and it works wonders for especially forums. Seems to be abandoned now though.

    • Nighed@feddit.uk
      link
      fedilink
      English
      arrow-up
      1
      ·
      2 hours ago

      The problem with this kind of stuff is that it HAS to be internet facing, and you want it to be stable so you don’t cause dead links.

      You don’t want to be hosting software that’s not getting security updates, especially while linking to it randomly over the internet.

  • MrQuallzin@lemmy.world
    link
    fedilink
    English
    arrow-up
    11
    ·
    7 hours ago

    Commenting more so I can easily find this thread again, since I’d be curious as well.

    For personal photos that I share I use Immich, and Immich-Proxy for sharing the photos (so I’m don’t want to directly share the actual URL of my Immich server). Works well for that, but doesn’t anywhere meet the drag and drop simplicity of Imgur.

    For example, have an Easter goose

  • teawrecks@sopuli.xyz
    link
    fedilink
    English
    arrow-up
    4
    ·
    6 hours ago

    If it’s just for you, then you don’t need to tackle the hardest problem of content moderation.

    The second hardest problem is bandwidth. If you post something to a forum that suddenly gets a lot of traffic, without some kind of CDN intermediary, you’ll get a hug of death and/or a huge bill for all the bandwidth.

    The third hardest problem is uptime. My assumption is that you want the content to remain valid forever. No one likes seeing dead links in old forum threads. So as you use it over time, anything you’ve posted over the years could get a sudden unexpected viral hug, or you have to let it die (which may not necessarily stop the hug, since everyone would still be trying to ask your server for the content).

    Just making sure you appreciate how difficult solving this problem inevitably becomes. Note that discord and Lemmy Posts let you upload images, so you shouldn’t need such a service in those cases. But for random forums, it quickly becomes hard.

  • Decronym@lemmy.decronym.xyzB
    link
    fedilink
    English
    arrow-up
    9
    ·
    edit-2
    1 hour ago

    Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I’ve seen in this thread:

    Fewer Letters More Letters
    LXC Linux Containers
    NAS Network-Attached Storage
    SATA Serial AT Attachment interface for mass storage
    SSD Solid State Drive mass storage
    VPN Virtual Private Network

    5 acronyms in this thread; the most compressed thread commented on today has 5 acronyms.

    [Thread #199 for this comm, first seen 29th Mar 2026, 15:10] [FAQ] [Full list] [Contact] [Source code]

  • FishFace@piefed.social
    link
    fedilink
    English
    arrow-up
    4
    ·
    6 hours ago

    Back when I was on IRC, I wrote a bash script to upload (via scp) a file to an uploads location 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

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

      Note: Lufi encrypts uploaded files and lets one share a link containing a decryption key. It doesn’t let one expose images for other websites to embed. Thus a good tool but not for OP’s purpose?

  • cecilkorik@lemmy.ca
    link
    fedilink
    English
    arrow-up
    5
    ·
    8 hours ago

    If it’s strictly for personal use, Nextcloud can do this easily (no upload required since the client handles the sync), although it’s a very heavyweight way to do it and for security reasons most people probably have Nextcloud set up behind a VPN-wall like Tailscale or something so it may not work for you.

    However, it technically has a share link feature that does exactly this. If you’re using the desktop or mobile client you just have to put it in one of Nextcloud’s sync folders and then right click on it or whatever to get a share link to the file. You can also do it through the web UI (both the upload itself and getting the link to it) You can make the share link public and permanent so anyone who can access the Nextcloud server can get access to that file through the link.

    Worth considering if you already have a Nextcloud instance. Alternately, if you aren’t already using Nextcloud for sensitive personal files, and just want a repository of silly meme images you can share freely, giving public access to it (it’s still locked behind an account for upload and general access) isn’t that much of a security concern and then your public links should work just fine.

    If you want something that is more of a social media site and image gallery like Imgur is, maybe Immich can handle some of that, but if your goal is simply sharing image file links, I’d focus on looking for things that are more for sharing files, since images are just files and it doesn’t sound like you need all the complex image-specific handling really.

    • early_riser@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      4
      ·
      8 hours ago

      I’ve heard of Immich for other stuff, but I’d probably use it for my personal photos. This would be for, as you put it, silly memes to share online. I know most cloud services have a share link feature, but I’m thinking of something low friction, just plop the image and the link is autogenerated. Image resizing would be nice though. Like I said, what Imgur does.

      • Nighed@feddit.uk
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        1 hour ago

        Immich doesn’t explicitly support hotlinking, I remember it being a bit annoying to get an embeddable link? (Might have just been for video?)