Comment on Help! I need a really simple image hosting solution
mkwarman@lemmy.world 1 day ago
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 1 day ago
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 :)queerlilhayseed@piefed.blahaj.zone 1 day 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.PlexSheep@infosec.pub 1 day ago
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 day ago
Hell, you can even setup Filezilla portable on a thumb drive and SFTP that way to the box from any computer you are at.