I’m looking for an easy way to upload files from my Android samrtphone to my home server. is there a - ideally dockerized - solution for that? Some simple web GUI where I can click on “Upload” and the files will be saved to a certain directory on my home server?
EDIT: I should’ve added that I want to do this remotely and not in my local network. I want to be able to send files from my Android smartphone from anywhere via the internet to my home server. That’s why I thought about a services hosted on my server, which frontend I could access through my smartphone. But I might’ve answered my question already with the following: https://github.com/zer0tonin/Mikochi
Material Files support both SMB and SFTP - https://f-droid.org/en/packages/me.zhanghai.android.files/
Material Files + SFTP is a winning combination. You probably already have SSH configured and it is quite secure.
I highly recommend this one.
If all you’re looking for is a way to send files from your phone to your server, this is the simplest way to do it.
Share your server volume as a SMB, mount to phone via Material Files.
There is also FX which can do this too, additionally you can browse/download/upload files to/from the phone locally from PC through browser (the app opens up a web server).
And SSH key authentication