terriajs-server icon indicating copy to clipboard operation
terriajs-server copied to clipboard

NodeJS server for TerriaJS, consisting of a CORS proxy, proj4 CRS lookup service, ogr2ogr conversion service, and express static server.

Results 35 terriajs-server issues
Sort by recently updated
recently updated
newest added

Using the `3.3.1-alpha.5` tagged release on npm yields different results to using a yarn workspace checked out to `3.3.1-alpha.5` I've unpacked the npm tarball for `3.3.1-alpha.5` - it all looks...

After implementing the latest changes of terriajs-server the `yarn start` of TerriaMap fails due to missing module `dist/app.js` (after running `yarn install` and `yarn run gulp build`). What would be...

See https://github.com/TerriaJS/terriajs/issues/4834

I think we should log when a request is blocked for resolving to a reserved (i.e. local/intranet) IP address. There is currently no indication why this doesn't work. https://github.com/TerriaJS/terriajs-server/blob/f2aa63e95debfdb4885ddacdfa7dffef2dde8d29/lib/controllers/proxy.js#L85-L88

Geoserver has a bad habit of returning errors using HTTP status code 200. This causes our proxy to put long-expiration cache headers on the response, and then Varnish and end-user...

## Version **2.307.0** of **aws-sdk** was just published. Branch Build failing 🚨 Dependency aws-sdk Current Version 2.306.0 Type dependency This version is **covered** by your **current version range** and after...

greenkeeper

☝️ Greenkeeper’s [updated Terms of Service](https://mailchi.mp/ebfddc9880a9/were-updating-our-terms-of-service) will come into effect on April 6th, 2018. ## Version **2.84.0** of [request](https://github.com/request/request) was just published. Branch Build failing 🚨 Dependency request Current Version...

greenkeeper

GitHub Enterprise supports self-hosted GitHub server. It should be possible to provide a custom Gist API URL as opposed to GitHub's default API,

I noticed while doing some work on TerriaJS a response coming back with the `X-Powered-By` header which rung a bell with [this page](https://expressjs.com/en/advanced/best-practice-security.html) on security best practices with `Express.js`. Given...