-
-
Save valstu/9d31cd2d8bb36866ece449db5f081b5a to your computer and use it in GitHub Desktop.
Revisions
-
markuman revised this gist
Aug 8, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -11,7 +11,7 @@ firefox http://localhost:9000 requirements: * `podman` (_or `docker`_) * 90 GB storage is required (_1 core and 512MB memory is sufficient_) notes: * "_~30 minutes_" depends on your bandwidth ...and the hidrive performance of ionos. -
markuman created this gist
Aug 7, 2024 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,30 @@ # πΊοΈ OSM - self host the entire planet π in ~30 minutes π #### TL;DR ``` mkdir osm wget -O osm/planet.mbtiles https://hidrive.ionos.com/api/sharelink/download?id=SYEgScrRe podman run -ti --rm -p 9000:9000 --name sms -v $(pwd)/osm/:/data/ registry.gitlab.com/markuman/sms:latest firefox http://localhost:9000 ``` requirements: * `podman` (_or `docker`_) * 90 GB storage is required (_1 core and 512MB memory are sufficient_) notes: * "_~30 minutes_" depends on your bandwidth ...and the hidrive performance of ionos. # support * My Project: https://github.com/markuman/sms * For the large planet.mbtiles generation and hosting, donations are welcome π * paypal.me/MarkusBergholz * bc1qz33cf70vq82gxf8kps06j7lv7m2903hsnjak6k # credits * https://github.com/onthegomap/planetiler is used to generate the planet.mbtiles file * https://github.com/uktrade/mbtiles-s3-server is the origin code-base of my `sms` project