Comment on Another update that no one asked for
brb@sh.itjust.works 3 weeks agoWhat should I use if I just want dumb file storage that is accesible from any device (linux/windows/android) remotely? I’m already self hosting a media server if that matters
RheumatoidArthritis@mander.xyz 3 weeks ago
If you don’t need a web GUI, just WebDAV is a good protocol, nginx can serve files over it. SFTP is good too.
Here’s a tutorial for WebDAV / Docker, it boils down to one command. No databases, performance issues, security nightmares.
sfuhrm.de/building-your-own-secure-webdav-server-…
brb@sh.itjust.works 3 weeks ago
This looks nice, thank you