Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add hash for big downloads #9

Open
hyperknot opened this issue Sep 19, 2024 · 0 comments
Open

Add hash for big downloads #9

hyperknot opened this issue Sep 19, 2024 · 0 comments

Comments

@hyperknot
Copy link
Owner

Add a hash file so downloads can be verified.

BTW, you can already use the etag header for this, it uses MD5:

curl -sI https://btrfs.openfreemap.com/areas/monaco/20240918_231001_pt/tiles.mbtiles | grep etag
etag: "98398ed3a69b873756404fa68edbd39a"
md5sum tiles.mbtiles
98398ed3a69b873756404fa68edbd39a  tiles.mbtiles
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant