Static website repository for https://www.automicvault.com/.
The product repository still owns release artifacts and scanner publishing.
~/src/av.db owns package database generation and /db.json export artifacts.
This repo owns static pages, assets, static localization, S3/CloudFront
configuration, and the Atlas av-web package-origin service.
Deploy-time product values are generated by this repo from the main Automic
Vault checkout. Set AUTOMIC_VAULT_REPO_PATH to override the default
../automic-vault checkout.
python3 scripts/export-website-inputs.pyThe JSON uses schema version 1 and provides the product version and scanned Homebrew package count used while preparing the site. It is streamed into deploy commands and should not be committed.
python3 scripts/generate-www-i18n.py --check
node scripts/generate-llms-full.mjs www /tmp/llms-full.txt
scripts/deploy-www.sh --prepare-onlyscripts/deploy-www.shUse --static-only to skip CloudFront and certificate configuration. The deploy
script excludes package-origin routes and product-owned release artifacts.
Build the private package SQLite artifact in av.db:
python3 ../av.db/scripts/hourly-maintenance.py --no-commitDeploy the Atlas package origin from this repo:
scripts/deploy-pkg-origin.sh --skip-refresh --skip-sqliteAV_WEB_SQLITE_PATH defaults to ../av.db/cache/pkg.sqlite.