The original post: /r/homelab by /u/Motor_Idea9359 on 2024-10-10 06:18:28.

Hi I am new to selfhosting and I need a little help. I am trying to find a file server as docker image which will have possibility to be accessed in web without auth(anonymous access, but limited to only browsing through files and downloading them), however I need to have admin page or something similar where I could upload and manage files and folders. Lastly it would be wonderful if this file server would not create encoded paths( by that I mean if I upload file with name test.txt into main folder, it have to be possible to just download it with wget by typing somethin like http://localhost/test.txt) I tried to find such file server for a week, but I have zero success.

I think shortly said it can be called a static file sharing server with admin panel.