Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions files/coredns/zones/noisebridge.net
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
$TTL 3600

noisebridge.net. IN SOA ns1.noisebridge.net. hostmaster.noisebridge.net. (
2026061701 ; Serial
2026071700 ; Serial
3600 ; Refresh
300 ; Retry
604800 ; Expire
Expand Down Expand Up @@ -170,11 +170,13 @@ safespace IN CNAME m3

; Services hosted on m5
alertmanager IN CNAME m5
donate IN CNAME donate-noisebridge-net.onrender.com.
grafana IN CNAME m5
prometheus IN CNAME m5
test-safespace IN CNAME m5

; Services hosted on noisegarden-root (Hetzner VPS)
donate IN A 204.168.192.161

@mcint mcint Jul 18, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does that IP migrate with us? Should we prefer a CNAME to donate.noisegarden.nexus, that can migrate without a PR here (where …it’s possible to forget—different ops life cycles and repos).

Given that I’m asking that, do we have a do we have metrics and alerting up for this?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's from an IP pool (that is assigned to the NB hetzner account) that can be reassigned to nodes.


; donate.noisebridge.net email records (resend.com)
resend._domainkey.donate IN TXT "p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoQWXGT4XLCErI5+ILqqMcSybWz1DxAqGyw9cxuaPN39YIyD6+SsvoP0p83iX3appGI4EXAVXe2YNPmNaa9UBnG7eio0tUe61L/J/82XEV/XbYTZpCGE5laIbQWZh77BBD9Ie6RpmYW2p1frnSUuz6BmnsT63fCToPfVU8K3jC/wIDAQAB"
send.donate IN MX 10 feedback-smtp.us-east-1.amazonses.com.
Expand Down Expand Up @@ -232,7 +234,7 @@ upotagma IN AAAA 2604:a880:1:20:0:0:c3:a001
; * Use the provided credentials to self-provision a letsEncrypt cert.
;
; Note: We currently use auth.acme-dns.io but we can also self-host this service.

_acme-challenge IN CNAME f025e3fe-fbc8-4d3d-8d4f-cb8a2ac38f5e.auth.acme-dns.io.
_acme-challenge.colossus IN CNAME 16c8a8b7-44cc-4c18-8c43-0ae57d21b118.auth.acme-dns.io.
_acme-challenge.ducky IN CNAME 331d1498-d188-4fea-935c-7b2a225f684a.auth.acme-dns.io.
_acme-challenge.garden IN CNAME 89d749fd-a9c9-40f7-94e1-2c3cb32ec5c2.auth.acme-dns.io.
Expand Down
Loading