this post was submitted on 04 Jul 2026
24 points (100.0% liked)

Selfhosted

60426 readers
208 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

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?

you are viewing a single comment's thread
view the rest of the comments
[–] mkwarman@lemmy.world 8 points 11 hours ago (1 children)

Just curious, what about scp-ing to your server is less than ideal for you? I would think a static server with nginx or similar would be an easy one time setup and then you do a single command to scp to it whenever you want to add images. No redeploy necessary. I would almost consider that easier than other bespoke solutions that you would have to learn

[–] SpatchyIsOnline@lemmy.world 6 points 10 hours ago (2 children)

I would like the option to be able to upload images from a multitude of devices like my phone or even a university PC if necessary. I don't want to have to worry about setting up public key access on every device I might reasonably want to use.

I'm a developer and have daily driven Linux for nearly 3 years, so I'm beyond familiar with terminal usage, but scp isn't exactly what I'd call a pleasent or convenient command. Every time I have to use it my immediate mood is ugh >:( not yippee :)

[–] queerlilhayseed@piefed.blahaj.zone 4 points 10 hours ago* (last edited 10 hours ago)

I have a similar relationship with iptables. Like, I can do it, but it's the boring stuff I gotta get out of the way to make the interesting stuff work.

edit: thought of another one. Any time I've ever opened xorg.conf, I was having a bad time.

[–] PlexSheep@infosec.pub 0 points 10 hours ago (1 children)

You can make a new user on the server with password login, and just access it with SFTP. Most graphical file explorers can do SFTP.

[–] RamRabbit@lemmy.world 1 points 9 hours ago* (last edited 9 hours ago)

Yep, you could also put any portable SFTP program on a thumb drive and SFTP it to your box from any computer you are at.