← back to Ads Dashboard
scope to DW-only: remove ads.agentabrams.com from BRANDS (it belongs to agent-ad-network :9939, TK-10131)
891af5c8d9cd782810bc78654144472aab530285 · 2026-08-02 18:06:30 -0700 · Steve Abrams
Files touched
Diff
commit 891af5c8d9cd782810bc78654144472aab530285
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Sun Aug 2 18:06:30 2026 -0700
scope to DW-only: remove ads.agentabrams.com from BRANDS (it belongs to agent-ad-network :9939, TK-10131)
---
server.js | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
diff --git a/server.js b/server.js
index f0eaad5..ee0027e 100644
--- a/server.js
+++ b/server.js
@@ -23,7 +23,11 @@ const PUBLIC_DIR = path.join(__dirname, 'public');
const DATA_DIR = path.join(__dirname, 'data');
// ── Host → brand map ────────────────────────────────────────────────────────
-// Add a hostname here (and it just works) — this is the PUBLIC_HOSTS registry.
+// Add a hostname here (and register a vhost) — this is the PUBLIC_HOSTS registry.
+// NOTE: ads.agentabrams.com is NOT ours — it belongs to `agent-ad-network`
+// (:9939, TK-10131, Kickback.ai). Do NOT add it here or re-point its vhost.
+// If an Abrams-side ad-ops host is ever needed, propose a DIFFERENT subdomain
+// via pending-approval. This app serves ads.designerwallcoverings.com only.
const BRANDS = {
'ads.designerwallcoverings.com': {
key: 'dw',
@@ -32,13 +36,6 @@ const BRANDS = {
accent: '#8b7355',
domains: ['designerwallcoverings.com', 'apartmentwallpaper.com', 'philipperomano.com'],
},
- 'ads.agentabrams.com': {
- key: 'abrams',
- name: 'Agent Abrams',
- short: 'Abrams Ad-Ops',
- accent: '#2c5f8a',
- domains: ['agentabrams.com', 'rentv.agentabrams.com', 'lawyers.agentabrams.com'],
- },
};
const DEFAULT_BRAND = {
key: 'default', name: 'Ad-Ops', short: 'Ad-Ops', accent: '#555', domains: [],
← 931e298 docs: README documenting host-aware deploy + data sources
·
back to Ads Dashboard
·
auto-save: 2026-08-02T18:47:17 (1 files) — server.js 370f723 →