shuttle icon indicating copy to clipboard operation
shuttle copied to clipboard

Enable Static Files handling

Open SonicZentropy opened this issue 3 years ago • 0 comments

Fixes #189

This is largely working, but only for a static "assets" folder, and more importantly, the final asset link I've got the full path hardcoded. Ignore the code itself for hte moment please! I'm aware it's ultra WIP and has all manner of nonsense commits I'll clean up

Still to do:

  • [ ] Decide how we want to expose this to users (ie: static "assets" folder, some other folder, set via config, etc)
  • [ ] Decide where the files will ultimately live, copy/symlink them there. Are we dumping into something like S3 or leaving them in a container volume?
  • [ ] Arrange service that loads dylibs to include this path

SonicZentropy avatar Jul 26 '22 03:07 SonicZentropy