Serve /data volume from app/public/data #101
Closed
Ambushfall
started this conversation in
Ideas
Replies: 1 comment
-
Well, this is a pointless idea. After a bit of testing, the overhead and attempting to serve dynamic data as static is night impossible this way. I'll close this off. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
tldr: Example
It's possible to have next serve a file saved in public (In case someone opts to not use Kavita)
Idea:
Have a Bool ENV which would be used to pre-determine type of download.
CBZ or PDF
If files are downloaded in PDF, they can be served directly by next through the app/public/folder.
Pseudocode for static file handler below:
Beta Was this translation helpful? Give feedback.
All reactions