diff --git a/docs/ipfs.md b/docs/ipfs.md new file mode 100644 index 0000000000000000000000000000000000000000..1b70006dde18717b4e333f2907807cbe2e9cd71d --- /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