Skip to content

Instantly share code, notes, and snippets.

@valstu
Forked from markuman/README.md
Created August 12, 2024 11:06
Show Gist options
  • Select an option

  • Save valstu/9d31cd2d8bb36866ece449db5f081b5a to your computer and use it in GitHub Desktop.

Select an option

Save valstu/9d31cd2d8bb36866ece449db5f081b5a to your computer and use it in GitHub Desktop.

Revisions

  1. @markuman markuman revised this gist Aug 8, 2024. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion README.md
    Original 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 are sufficient_)
    * 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.
  2. @markuman markuman created this gist Aug 7, 2024.
    30 changes: 30 additions & 0 deletions README.md
    Original 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