Skip to content

Commit

Permalink
Merge pull request #21 from noclocks/develop
Browse files Browse the repository at this point in the history
Develop -> Main
  • Loading branch information
jimbrig authored Mar 18, 2024
2 parents 5ecfab9 + c518c32 commit bd63659
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 0 deletions.
14 changes: 14 additions & 0 deletions config/creds.example.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
2 changes: 2 additions & 0 deletions dnsconfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.")
Expand Down
Empty file added docs/about.md
Empty file.
Empty file added docs/decisions/000-template.md
Empty file.
Empty file added docs/decisions/001-porkbun.md
Empty file.
Empty file.
Empty file added docs/decisions/003-docker.md
Empty file.
Empty file added docs/index.md
Empty file.
File renamed without changes.
File renamed without changes.

0 comments on commit bd63659

Please sign in to comment.