No description
- Go 100%
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> |
||
|---|---|---|
| config | ||
| config-gen | ||
| server | ||
| .gitignore | ||
| go.mod | ||
| go.sum | ||
| LICENSE.md | ||
| README.md | ||
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.