Skip to content

benbrittain/livingstone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

livingstone

“Tourist, Rincewind decided, meant 'idiot'.” -- Terry Pratchet

Live at: http://travel.benbrittain.com

Written in Rust for my overland motorcycle Africa trip.

Supports GPX uploads via FTP to be displayed on the map.

To Build:

cp resources/password.json prod-password.json
vim prod-password.json (edit for your users)
docker build -t livingstone .

To Run (customize port mappings if desired):

docker run -it -p 80:8080 -p 2121:2121 livingstone:latest

Releases

No releases published

Packages

No packages published