nptscot / scheme-sketcher

https://nptscot.github.io/scheme-sketcher/
Apache License 2.0
1 stars 0 forks source link

Deployment #5

Open dabreegster opened 1 month ago

dabreegster commented 1 month ago

I'm using the OpenZoomStack MapTiler basemap using my own API key. If we want to keep using this basemap, the NPT project should get its own maptiler API key and configure it to only be usable on the appropriate domains.

I'm auto-deploying the app to GH Pages for demo and dev purposes. I don't consider GH Pages to be suitable for production use. There's an Azure setup with your own domain? We just need to deploy some static HTML, CSS, JS, WASM files there. We can do it automatically with GH Actions or manually once the initial development here settles down.

The route snapper files only total 55MB so far. We need to host these somewhere. I'm using one of my own places temporarily, but that's not suitable for long-term use. The host needs to be able to send back a Content-Encoding: gzip header.

Robinlovelace commented 1 month ago

We can host on Azure as default.