Martijn van Laar

Results 15 comments of Martijn van Laar

You can download the windows binaries at the releases.

In my fork i'm busy implementing a new ui where this is arranged by https://github.com/perliedman/leaflet-control-geocoder

i've just build this in my fork https://github.com/mvanlaar/static-GTFS-manager/tree/new-ui. It supports .gpx, and kml. I'm looking into .kmz

I'm not developing this more. I've switched to datatools from ibi-group.

You can review it now with the latest code. I change te code in the github online editor.

In my installation the data directory does not exist, after creating the directory the problem was solved.

I have here: [https://github.com/ColombiaTransit/datatools-ui](https://github.com/ColombiaTransit/datatools-ui) a config for docker with lighthttpd as the server serving the ui. Traefik routes in my situation the /api requests to the datatools server. I'm hosting...

My redacted traefik file: ``` yaml http: ## EXTERNAL ROUTING EXAMPLE - Only use if you want to proxy something manually ## routers: datatools-ui: entryPoints: - web rule: "Host(`datatools.example.org`)" service:...

> Thanks @mvanlaar will give Traefik a try. And you don't have mongodb and postgis in the docker-compose? Our docker-compose (for all Datatools project) is: https://github.com/goeuropa/gtfs_editor_ibi_datatools_docker/blob/master/docker-compose.yml Yes i have a...

> @mvanlaar Hi - thanks for this. We're using a docker-compose project that builds datatools-server, datatools-ui, postgis and mongodb and serves all through nginx. So i reckon here, we would...