ad3m3r5 / scratch-map

An open-source scratch-off style map to track your travels.
GNU Affero General Public License v3.0
236 stars 4 forks source link

SCRATCH-MAP

logo

An open-source scratch-off style map to track your travels.


Table of Contents


Features


Running

Docker

Docker Hub Docker Image Size (tag)

The commands to create the data directory and set permissions are Linux specific.

mkdir -p /opt/docker/scratch-map/data

chown -R 1000:1000 /opt/docker/scratch-map/data

docker run -d --restart=always --name scratch-map -p 8080:8080 \
  -e PORT=8080 -e DBLOCATION=/data \
  -v /opt/docker/scratch-map/data:/data \
  ad3m3r5/scratch-map:latest

Using NPM (any OS)

Running as a Service (any OS)

This varies depending on the OS, however I would recommend checking out PM2.

Environment Variables


Tech Stack


Screenshots

Home Page

World Map

States Map

Canadian Map

Example Pop-up


Credits

Libraries

Fonts