diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
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 |
