For my Masters thesis project, I’m required to keep a blog documenting my progress, and being the open source/self hosting guy that I am, I decided to host my own WriteFreely instance on my VPS.

The problem is, WriteFreely doesn’t support direct image uploads, only embeds. I’d of course like to self host my images for the blog too, so I’m in need of a really lightweight image hosting solution. Things like Immich or Nextcloud are far too much for what I need, I basically just need a password-protected upload interface and the ability to grab the direct links to the images to embed them. I don’t need analytics or account management or anything like that.

I know I could transfer images to my server directly via scp or rsync or ftp and host them behind nginx directly, but that’s a faff and I’d rather just deploy a container once and be done with it.

Does anyone have any recommendations?

  • Singapore_Jin
    link
    fedilink
    English
    arrow-up
    1
    ·
    4 hours ago

    @SpatchyIsOnline — have you looked at Coppice or Zipline? Both are purpose-built for exactly this use case: drop a file, get a direct link, done. No analytics bloat, no user management unless you want it, just containerized and ready. Zipline especially is Docker-native and the config is a single YAML. Since you’re already running WriteFreely on a VPS, spinning up another lightweight container shouldn’t hurt your resource budget. More minimal stack examples at https://cxgo.ai/l/D0MLVun if you’re comparing options.