Add minimal Astro website template with GitHub Actions, dotconfig, and rundbat#1
Merged
ericbusboom merged 2 commits intomasterfrom Apr 8, 2026
Merged
Conversation
…egration Agent-Logs-Url: https://github.com/League-Examples/astro-template/sessions/9692a0b0-b82e-4525-83f5-5c481a3219c6 Co-authored-by: ericbusboom <2560782+ericbusboom@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add template for starting astro website projects
Add minimal Astro website template with GitHub Actions, dotconfig, and rundbat
Apr 8, 2026
ericbusboom
approved these changes
Apr 8, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bootstraps an opinionated-but-minimal Astro template for static sites with optional Docker backend support, layered config management, and automated GitHub Pages deployment.
Astro scaffold
package.json/astro.config.mjs/tsconfig.json— Astro v6, static output, zero extras by defaultsrc/layouts/Layout.astro+src/pages/index.astro— base layout and welcome pageGitHub Actions
build.yml— validates build on every push/PR (explicitcontents: readpermissions)deploy.yml— deploys to GitHub Pages onmainviaactions/deploy-pagesConfiguration (dotconfig)
config/{dev,prod}/public.env— per-environment public varsconfig/local/example/public.env— committed template for personal overrides; actual copies are gitignoredconfig/sops.yaml— SOPS/age encryption rules scaffoldDocker deployment (rundbat)
config/rundbat.yaml— app name and container naming rulesdocker/Dockerfile— multi-stage Node builder → Nginx static serverdocker/docker-compose.yml— compose file with commented-out DB service for easy opt-inSetup scripts
scripts/setup.sh— install deps, scaffold local config, detect rundbatscripts/dev.sh— load dotconfig then start dev serverscripts/docker-run.sh— thin wrapper arounddocker compose(up|down|build|logs)Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
https://api.github.com/repos/withastro/astro/tarball/examples/minimal/home/REDACTED/work/_temp/ghcca-node/node/bin/node node /home/REDACTED/.npm/_npx/abdb4b598af046c4/node_modules/.bin/create-astro my-astro --template minimal --no-install --no-git(http block)telemetry.astro.build/home/REDACTED/work/_temp/ghcca-node/node/bin/node node /home/REDACTED/work/astro-template/astro-template/node_modules/.bin/astro build(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt