Created
February 6, 2024 18:53
-
-
Save bralbral/8b7ca145d14b7fcd351d4542e9f11c5c to your computer and use it in GitHub Desktop.
grab_kiwix_documentation.bash
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 characters
| #!/bin/bash | |
| date=$(date '+%Y-%m-%d') | |
| docker run -v ./output:/output --cap-add=SYS_ADMIN --cap-add=NET_ADMIN --shm-size=4gb dan83mail/zimit:latest zimit --url "https://clickhouse.com/docs/en/intro" --name clickhouse_$date --workers 16 --useSitemap "https://clickhouse.com/sitemap.xml" --timeout=120 | |
| docker run -v ./output:/output --cap-add=SYS_ADMIN --cap-add=NET_ADMIN --shm-size=4gb dan83mail/zimit:latest zimit --url "https://www.tinybird.co/clickhouse/knowledge-base" --name tinybird_$date --workers 16 --useSitemap "https://www.tinybird.co/sitemap.xml" --timeout=120 | |
| docker run -v ./output:/output --cap-add=SYS_ADMIN --cap-add=NET_ADMIN --shm-size=4gb dan83mail/zimit:latest zimit --url "https://kb.altinity.com/" --name altinity_$date --workers 16 --useSitemap "https://kb.altinity.com/sitemap.xml" --timeout=120 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment