ddidderr 4527e23b8b docs: add resumable upload plan
Document the minimal design for a personal large-file upload app that can
resume after browser, network, or server interruptions. The plan keeps the
first version intentionally small: one Rust server, one static browser UI,
filesystem-backed upload metadata, raw chunk uploads, and no database or
third-party resumable upload protocol.

The deployment notes include nginx as the external TLS and access-control
layer, with the Rust server bound behind it and upload-specific proxy settings
called out.

Test Plan:
- git diff --cached --check

Refs: user request
2026-05-30 16:46:27 +02:00
2026-05-30 16:40:44 +02:00
2026-05-30 16:40:44 +02:00
2026-05-30 16:40:44 +02:00
2026-05-30 16:40:44 +02:00
2026-05-30 16:40:44 +02:00
2026-05-30 16:40:44 +02:00
2026-05-30 16:46:27 +02:00
2026-05-30 16:40:44 +02:00
S
Description
Upload files easily
272 KiB
Languages
Rust 58.2%
JavaScript 28.9%
Shell 5.8%
CSS 4.9%
HTML 1.8%
Other 0.4%