diff --git a/config/creds.example.json b/config/creds.example.json new file mode 100644 index 0000000..19b247c --- /dev/null +++ b/config/creds.example.json @@ -0,0 +1,14 @@ +{ + "porkbun": { + "TYPE": "PORKBUN", + "api_key": "$PORKBUN_API_KEY", + "secret_key": "$PORKBUN_API_SECRET" + }, + "bind": { + "TYPE": "BIND" + }, + "notifications": { + "TYPE": "SLACK", + "slack_url": "$SLACK_WEBHOOK_URL" + } +} diff --git a/dnsconfig.js b/dnsconfig.js index 24143a0..e4192a0 100644 --- a/dnsconfig.js +++ b/dnsconfig.js @@ -8,6 +8,8 @@ D("noclocks.dev", REG_NONE , DnsProvider(DSP_PORKBUN) , DefaultTTL(600) , ALIAS("@", "lixie.porkbun.com.") + , A("medium", "162.159.153.4") + , A("medium", "162.159.152.4") , CNAME("*", "lixie.porkbun.com.") , CNAME("hub", "39843493.group43.sites.hubspot.net.") , CNAME("blog", "hashnode.network.") diff --git a/docs/about.md b/docs/about.md new file mode 100644 index 0000000..e69de29 diff --git a/docs/decisions/000-template.md b/docs/decisions/000-template.md new file mode 100644 index 0000000..e69de29 diff --git a/docs/decisions/001-porkbun.md b/docs/decisions/001-porkbun.md new file mode 100644 index 0000000..e69de29 diff --git a/docs/decisions/002-dnscontrol-vs-terraform.md b/docs/decisions/002-dnscontrol-vs-terraform.md new file mode 100644 index 0000000..e69de29 diff --git a/docs/decisions/003-docker.md b/docs/decisions/003-docker.md new file mode 100644 index 0000000..e69de29 diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 0000000..e69de29 diff --git a/techstack.md b/docs/techstack.md similarity index 100% rename from techstack.md rename to docs/techstack.md diff --git a/techstack.yml b/docs/techstack.yml similarity index 100% rename from techstack.yml rename to docs/techstack.yml