Kitware / paraviewweb

Web framework for building interactive visualization relying on VTK or ParaView to produce visualization data
http://kitware.github.io/paraviewweb/
BSD 3-Clause "New" or "Revised" License
163 stars 50 forks source link

Support for custom endpoints in a fully external environment #503

Closed scottwittenburg closed 4 years ago

scottwittenburg commented 4 years ago

This will allow you to place an endpoints.txt in the directory you mount as /pvw, and if the server.sh script sees it, will add those endpoints instead of the default. Example endpoints.txt file:

glance /opt/paraview/share/paraview-5.7/web/glance/www
lite /opt/paraview/share/paraview-5.7/web/lite/www
divvy /opt/paraview/share/paraview-5.7/web/divvy/www
visualizer /opt/paraview/share/paraview-5.7/web/visualizer/www
DOCUMENT-ROOT-DIRECTORY /pvw/website/
jourdain commented 4 years ago

LGTM

jourdain commented 4 years ago

:tada: This PR is included in version 3.2.13 :tada:

The release is available on:

Your semantic-release bot :package::rocket: