Is there a way to add a served directory of html to Jellyfin?
Is there a way to add a directory for html that could be added to Jellyfin?
My thinking is instead of having a separate server running to just use Jellyfin to serve limited content. My particular use case is adding a simple backend for emulatorjs (I have an old chromebook currently running lighttpd). I could see adding a simple info doc or external links as uses too. I'm leaving cgi options out as that would seem to be more complex (I may be wrong...though imagine Wordpress or something as an option) and I understand something like rom emulation in various Jellyfin clients is not practical. I mostly use Jellyfin via browser.
Simple example: A directory ./somewhere/userwww/index.html that jellyfin serves and would function as a typical server directory. This includes any dir such as ./somewhere/userwww/img/background.png that the index file would use.
Just curious. Thanks for any thoughts on this.