Skip to content
Merged
Changes from 1 commit
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
6 changes: 4 additions & 2 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
2026071701 ; Serial
Comment thread
ElanHR marked this conversation as resolved.
Outdated
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
Loading