pklaus / brother_ql_web

A Python-based web service to print labels on Brother QL label printers. Based on brother_ql: https://github.com/pklaus/brother_ql
GNU General Public License v3.0
254 stars 124 forks source link

move static folder inside of labeldesigner #33

Open scharc opened 4 years ago

scharc commented 4 years ago

I am running the label printer behind a reverse proxy to clean up the port for my wife. I am redirecting local.domain/labelprinter to docker.host:8013/labeldesigner which breaks because the /static folder is not reachable.

Easiest fix would be to have the static folder in the same level as /labeldesigner?