From 752ac60f9bd905ede81eab1c6db6e240b2b0adc3 Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 21 May 2025 23:34:48 -0600 Subject: [PATCH] valutwarden updates --- add-cname-records.sh | 1 + example.cloudflare.config.yml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/add-cname-records.sh b/add-cname-records.sh index 4109cac..985f290 100755 --- a/add-cname-records.sh +++ b/add-cname-records.sh @@ -72,6 +72,7 @@ SUBDOMAINS=( "convertx" "rocket" "live" + "vw" ) # First, remove existing DNS records for these subdomains diff --git a/example.cloudflare.config.yml b/example.cloudflare.config.yml index 0e736f3..2d000ff 100755 --- a/example.cloudflare.config.yml +++ b/example.cloudflare.config.yml @@ -31,6 +31,9 @@ ingress: - hostname: open-webui.betteredmonton.org service: http://localhost:3005 + + - hostname: vw.betteredmonton.org + service: http://localhost:8200 - hostname: gitea.betteredmonton.org service: http://localhost:3030