I hereby claim:
- I am felddy on github.
- I am felddy (https://keybase.io/felddy) on keybase.
- I have a public key whose fingerprint is 3965 8873 8572 77D4 CD66 DEDA D5ED 157D 64C1 9D78
To claim this, I am signing this object:
| ### Keybase proof | |
| I hereby claim: | |
| * I am felddy on github. | |
| * I am felddy (https://keybase.io/felddy) on keybase. | |
| * I have a public key whose fingerprint is 3965 8873 8572 77D4 CD66 DEDA D5ED 157D 64C1 9D78 | |
| To claim this, I am signing this object: |
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env python | |
| """Create SSM Parameters in multiple regions. | |
| Usage: | |
| put_file_to_ssm_param put [--log-level=LEVEL] [--overwrite] <parameter_name> | |
| <filename>... | |
| put_file_to_ssm_param delete <parameter_name> | |
| put_file_to_ssm_param (-h | --help) |
| #!/usr/bin/env python | |
| import json | |
| import subprocess | |
| import sys | |
| def creds_from_child(child_module): | |
| for resource in child_module["resources"]: | |
| if resource["address"] == "aws_iam_access_key.key": |
yarn install
./render.js https://fivethirtyeight.com 538.pdf| {$SITE_ADDRESS} { | |
| reverse_proxy foundry:30000 | |
| tls {$LETSENCRYPT_EMAIL} { | |
| # Comment out next line to use production CA | |
| ca https://acme-staging-v02.api.letsencrypt.org/directory | |
| } | |
| } |
| --- | |
| version: "3.8" | |
| secrets: | |
| credentials: | |
| file: credentials.json | |
| services: | |
| foundry_1: | |
| image: felddy/foundryvtt:release |
| def init(id, cfg): | |
| return True | |
| def deinit(id): | |
| return True | |
| def inform_super(id, qstate, superqstate, qdata): | |
| return True | |
| domains = [ |
| #!/bin/sh | |
| log_debug "This is a debug message." | |
| log "This is an info message." | |
| log_warn "This is a warning message." | |
| log_error "This is an error message." |
| #!/bin/bash | |
| # Initial list of domains | |
| DOMAINS=("api.foundryvtt.com" | |
| "foundryvtt.com" | |
| "foundryvtt.s3.amazonaws.com" | |
| "foundryvtt.s3.dualstack.us-west-2.amazonaws.com") | |
| # Print the table header | |
| echo "| Name | \`A\` | \`AAAA\` | Notes |" |