February 24, 20224 yr I'm looking for a simple upload app: upload a file from a web browser, see it appear in a directory on the server. Does anyone know of one, either within community apps, or in the broader Docker ecosystem? My main use case is getting files off of devices that have a web browser but do not have samba. Searching the existing community apps for "upload" mostly turns up file sharing apps, where you get a temporary secret link to share with others. I could make this work if the files were plainly visible on disk, but the first one I tried (Jirafeau) produced randomized file names. If I don't find something I might build one myself. Would anyone else find this useful? It might be a fun code golf project, seeing how little code it takes to achieve this. (I bet it could be done with a Dockerfile and a single script!)
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.