diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-01-11 22:57:30 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-01-11 22:57:30 -0800 |
| commit | 992e0fd7ac2b0bd16dec0059531621ecaf63e17f (patch) | |
| tree | 0ff293a16ae90b1674265026b6fee76c4b28756c /README.md | |
| parent | 1b05e7f5d9ad465b20f15d057ef43f8b924b7573 (diff) | |
implement partial upload and re-assemble
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -13,4 +13,8 @@ This removes the hassle of splitting and merging lots of smaller files, or data - 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 + - Doesn't store metadata in Discord messages to allow for faster retrieval + +# Setup +1. Create `.env` based `.env.template` on +2. `WEBHOOKS_TXT` is a path to a text file containing webhooks, separated by newlines
\ No newline at end of file |
