This repository defines the infrastructure used by this project, including setup of subdomains and S3 buckets.
cat << EOF >| .envrc
use flake . --impure
export GITHUB_TOKEN=$(gopass --password gopad/github/gopadz)
export CLOUDFLARE_EMAIL=$(gopass --password gopad/cloudflare/email)
export CLOUDFLARE_API_KEY=$(gopass --password gopad/cloudflare/apikey)
export AWS_ACCESS_KEY_ID=$(gopass --password gopad/infra/access-key)
export AWS_SECRET_ACCESS_KEY=$(gopass --password gopad/infra/secret-key)
EOF
bin/terraform init
bin/terraform plan
bin/terraform apply
If you find a security issue please contact gopad@webhippie.de first.
Fork -> Patch -> Push -> Pull Request
Apache-2.0
Copyright (c) 2018 Thomas Boerger <thomas@webhippie.de>