Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

This repository contains the scripts and config files that are running the Overpass instance for gpx.studio.

Docker

Install Docker on the server by following the instructions here: https://docs.docker.com/engine/install/ubuntu/. Then, add user to the docker group:

sudo usermod -a -G docker $USER

and log out and log in.

Launch the Overpass API

Then, simply run the Docker image created by wiktorn/Overpass-API.

./run.sh

NGINX

Install Nginx:

sudo apt install nginx

Then, replace the default configuration and reload the service.

sudo rm /etc/nginx/sites-enabled/default
sudo cp overpass.conf /etc/nginx/sites-enabled/
sudo nginx -s reload

Certbot

Use certbot to enable HTTPS, follow instructions here: https://certbot.eff.org/instructions.

Infrastructure

1 server with 128GB of RAM and 2 960GB SSD.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages