diff options
author | Vincent Douillet <vincent@vdouillet.fr> | 2025-07-16 22:08:01 +0200 |
---|---|---|
committer | Vincent Douillet <vincent@vdouillet.fr> | 2025-07-16 22:08:01 +0200 |
commit | 63df5a853dc672f45cd95c9247d419e60812ba8e (patch) | |
tree | 61afcd0ca11fdfff663878218b0ab950f37a9c17 | |
parent | a976d39e6b5f3fbc8e8d2286daf6a22b858f7dc8 (diff) |
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,8 +1,9 @@ # Vault +Note: This software is WIP. There may be bugs or unintended behavior. + Vault is an opinionated web-based file manager. It is built in C for OpenBSD around the CGI standard, following these main principles: -* __secure__: a great amount of time has been devoted to avoid undefined behaviour and security issues * __simple__: browse, create and delete folders; download and upload files. JavaScript support is optional on the client side and its absence should be handled gracefully. Everything should work from a terminal-based web browser * __fast__: with the server running on an ARM SBC, there should not be any noticeable delay when loading a page |