No description
Find a file
Naman Sood 0da1e7739b re-ask for pw on firefox
there seems to be no way to get the browser to type an incorrect password
you typed even once.

Signed-off-by: Naman Sood <mail@nsood.in>
2026-03-19 21:02:20 -04:00
config never trust tends to write security code 2026-03-19 21:01:58 -04:00
config-gen never trust tends to write security code 2026-03-19 21:01:58 -04:00
server re-ask for pw on firefox 2026-03-19 21:02:20 -04:00
.gitignore initial commit 2026-03-19 19:04:27 -04:00
go.mod initial commit 2026-03-19 19:04:27 -04:00
go.sum initial commit 2026-03-19 19:04:27 -04:00
LICENSE.md initial commit 2026-03-19 19:04:27 -04:00
README.md initial commit 2026-03-19 19:04:27 -04:00

classified

classified is a simple static HTTP file server that protects its contents with a username and password. use go run ./config-gen to set up a path to share with usernames and passwords, and go run ./server to start the web server.

license

MIT license; see LICENSE.md.