core icon indicating copy to clipboard operation
core copied to clipboard

Asset store for uploaded files

Open goto-bus-stop opened this issue 4 years ago • 0 comments

For emoji and avatars, we need to be able to upload and store files. That could probably use some shared machinery, so all the files end up in a predictable place. We need to make sure that it's easy to use nginx to serve the files instead of having to go through node.js.

It should also be used for custom site logos and images used in the About page description.

This should maybe be backed by abstract-blob-store?

goto-bus-stop avatar Aug 05 '20 11:08 goto-bus-stop