You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Serve it as a static site using HTTPS load balancing (guide)
Point it to app.rerun.io
Make sure the web viewer is versioned (tags & commits)
Set up a process (could be manual) to upload versioned example rrd files
Add an indicator that this is experimental and instructions on how to report bugs and give feedback
Make sure analytics works so we can follow to what extent this feature is used
Potential complexities
SSL certificates: Should this use the same SSL certificate as our main site or not? If it should, that will require some extra work on the main site. If not, how will that work when we want to use this viewer to show Rerun examples on the main site?
Alternative approaches
Serve with Netlify: We could use Netlify to serve the static web viewer. Would need to consider:
How would we set it up to work correctly with versions?
What would the deploy pipeline look like? Go through a separate repository?
The text was updated successfully, but these errors were encountered:
Now that the Rerun Viewer works on the web we should serve the wasm viewer statically over the web to make it easier to use and share.
app.rerun.io
Potential complexities
Alternative approaches
The text was updated successfully, but these errors were encountered: