I am looking for a simple open source server application that I can upload files to my server. It basically needs to be sftp but over http. I would want it to have some sort of simple authentication.
I don't want it in a docker, so bonus points if it's just some php/other stuff that I can just put in an apache vhost. But if it's something standalone, and not too resource intensive I don't mind proxying it.
I've not been too happy with what I found searching, most things are waay too big, like nextcloud-y big. I don't want that.