From 2025e3e5e56ca22a23f47005175dc8ce254024d6 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Mon, 29 Dec 2025 11:15:58 -0800 Subject: implement basic webui --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..878ef44 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# Nitro-FS (WIP) +> [!CAUTION] +> Do **NOT** use Discord as a substitute for cloud storage. All uploaded files are public and are at the mercy of Discord. +> Keep backups! +> +> Only use this for files that you are OK with losing. + +An alternative approach to storing files on Discord, specifically targeted at those with a Nitro membership. + +Nitro-FS assumes that you have increased upload limit to Discord and thus does not chunk your file into parts. +This removes the hassle of splitting and merging lots of smaller files, or data loss if one particular chunk is lost. + +- Uses a Bot to watch for attachments on a given server + - Allows you to upload from any device that can access to Discord, no need to connect to Web/UI for this +- Postgres as the index + - Doesn't store metadata in Discord messages to allow for faster retrieval \ No newline at end of file -- cgit v1.2.3