aunefyren / wrapperr

Website based application that summarizes Plex statistics from a given period and displays it in a nice format. Similar to the Spotify Wrapped concept.
314 stars 21 forks source link

does this support a configuration using an existing web server? #85

Open dewmguy opened 10 months ago

dewmguy commented 10 months ago

i would significantly prefer tossing the web app files into a directory on my web server rather than have the pages only accessible by using a port like 8282. is this possible already and i'm blind?

aunefyren commented 10 months ago

Unfortunately this application is monolithic, so both the back-end and front-end is within one process. Most people use some type of reverse-proxy to map the site to their desired domain path. You can change the port Wrapperr is running at as well. The easiest path here is to use a sub-domain or a URL base, such as www.mycoolwbsite/wrapperr.