This document describes the infrastructure used for managing builds, releases, and the website.
stracle is a Mac mini (M1 Apple Silicon, 2020) in strager's basement.
- GitHub Actions runner in a virtual machine
- See
~/NOTES
on the host
c.quick-lint-js.com is a VPS on strager's Vultr account.
- vhost: https://c.quick-lint-js.com/
- vhost: http://c.quick-lint-js.com/
- vhost: https://admin.quick-lint-js.com/
- vhost: http://admin.quick-lint-js.com/
- vhost: https://quick-lint-js.com/
- vhost: http://quick-lint-js.com/
- vhost: https://quicklintjs.com/
- vhost: http://quicklintjs.com/
- Matomo analytics
- MariaDB database
vhost: https://c.quick-lint-js.com/
Data updated manually and by GitHub Actions.
- Data: /qljs-pool/var/www/c.quick-lint-js.com/ (Vultr block storage)
- TLS certificates: Let's Encrypt
- Cron:
/home/github-ci/prune-old-builds.py
run bygithub-ci
- Ansible:
quick-lint-js-web-2
vhost: http://c.quick-lint-js.com/
Redirects to https://c.quick-lint-js.com/
Serves several services for administration:
-
phpMyAdmin: https://admin.quick-lint-js.com/phpmyadmin/
-
TLS certificates: Let's Encrypt
Redirects to https://admin.quick-lint-js.com/
vhost: https://quick-lint-js.com/
https://quick-lint-js.com/ is the main website for users.
- Deploy script:
website/tools/deploy.sh
- Source:
website
- TLS certificates: Let's Encrypt
- Docker: [
quick-lint-js-web
][]
vhost: http://quick-lint-js.com/
Redirects to https://quick-lint-js.com/
vhost: https://quicklintjs.com/
Redirects to https://quick-lint-js.com/
- TLS certificates: Let's Encrypt
vhost: http://quicklintjs.com/
Redirects to https://quick-lint-js.com/
Analytics for the website is self-hosted with Matomo.
- Database: MariaDB [email protected]
- Admin URL: https://admin.quick-lint-js.com/matomo/
- Cron:
/root/update-analytics.sh
run byroot
- Domains
- DNS
- Source code
- Issue tracking
- Continuous integration/building
- Open VSX Registry
- Visual Studio Marketplace
- npm
Domains were purchased through strager's Namecheap account.
DNS nameservers are hosted through strager's DNS Made Easy account.
GitHub hosts quick-lint-js' repositories: https://github.com/quick-lint
GitHub hosts quick-lint-js' issue tracker: https://github.com/quick-lint/quick-lint-js/issues
quick-lint-js uses GitHub Actions for continuous integration (aka automated building): https://github.com/quick-lint/quick-lint-js/actions
Note: stracle runs a self-hosted GitHub Actions runner
strager owns the quick-lint-js package on the Open VSX registry
strager owns the quick-lint publisher account on the Visual Studio Marketplace.
strager owns the quick-lint-js package on the npm registry.