From e01334029e135c725715e13c0f2fa7faf2eebcef Mon Sep 17 00:00:00 2001 From: Travis Ralston <travpc@gmail.com> Date: Fri, 6 Mar 2020 23:08:08 -0700 Subject: [PATCH] Add an IPFS checklist --- docs/ipfs.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/ipfs.md diff --git a/docs/ipfs.md b/docs/ipfs.md new file mode 100644 index 00000000..1b70006d --- /dev/null +++ b/docs/ipfs.md @@ -0,0 +1,12 @@ +# IPFS Support + +TODO: An actual instructional document. + +## Bugs/TODO + +* [ ] Copies nearly everything into memory instead of streaming +* [ ] Downloads don't work because the nodes can be split sometimes (multiple links, RawData off the parent doesn't work) +* [ ] Delete support (see TODO) +* [ ] Overwrite support (if possible, might need to add support for changing media locations) +* [ ] General stability testing +* [ ] Use file names from database, not IPFS (because IPFS doesn't have any) \ No newline at end of file -- GitLab