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:
-
Be civil.
-
No spam.
-
Posts are to be related to self-hosting.
-
Don't duplicate the full text of your blog or readme if you're providing a link.
-
Submission headline should match the article title.
-
No trolling.
-
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:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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
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 >:(notyippee :)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.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.
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.