From 220e367c013efd5e4b43e96cd84d29bd3cb3ef19 Mon Sep 17 00:00:00 2001 From: Amrou Bellalouna Date: Wed, 15 May 2024 22:34:41 +0200 Subject: Deploy a pinnwand instance that used lovelace's pg database (#293) * add a deployment config for pinnwand on lovelace * add a dns entry for the new pastebin * Add database URI for pinnwand to connect to psql on lovelace --------- Co-authored-by: Chris Lovering --- dns/zones/pythondiscord.com.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'dns/zones') diff --git a/dns/zones/pythondiscord.com.yaml b/dns/zones/pythondiscord.com.yaml index 5422c09..0e2f56a 100644 --- a/dns/zones/pythondiscord.com.yaml +++ b/dns/zones/pythondiscord.com.yaml @@ -128,6 +128,14 @@ grafana: type: A value: 194.195.247.228 +lovelace-paste: + octodns: + cloudflare: + proxied: true + ttl: 300 + type: A + value: 194.195.247.228 + mailo._domainkey: octodns: cloudflare: -- cgit v1.2.3