DEV Community

Kevin Le
Kevin Le

Posted on

A Docker container to serve directory with upload capability

Sometime we just need a simple solution to serve some directory but also allow upload capability. I just created one and the source code is here.

The heavy lifting is done by vercel/serve-handler.

The use case for me is I use it to share books, PDFs, and other documents among all of the computers in my local network. I can retrieve and upload from any of my computers.

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay