From 236b40cfe4944401be7cfd9028e95e56d8a1601f Mon Sep 17 00:00:00 2001 From: Andreas Wrede Date: Tue, 12 May 2026 17:02:02 -0400 Subject: [PATCH] fix: email and domain normalize --- .claude/settings.json | 20 ++++++++++++++++++++ hbd/server/config.py | 6 +++--- hbd/server/templates/about.html | 2 +- hbd/server/templates/foot.html | 2 +- 4 files changed, 25 insertions(+), 5 deletions(-) create mode 100644 .claude/settings.json diff --git a/.claude/settings.json b/.claude/settings.json new file mode 100644 index 0000000..681df41 --- /dev/null +++ b/.claude/settings.json @@ -0,0 +1,20 @@ +{ + "permissions": { + "allow": [ + "Edit(*)", + "Bash(pytest *)", + "Bash(python *)", + "Bash(python3 *)", + "Bash(.venv/bin/pytest *)", + "Bash(npm *)", + "Bash(git *)", + "Bash(ls *)", + "Bash(cat *)", + "Bash(grep *)", + "Bash(find *)", + "Bash(mkdir *)", + "Bash(touch *)", + "Bash(uv *)" + ] + } +} diff --git a/hbd/server/config.py b/hbd/server/config.py index 08eb549..51ec54c 100644 --- a/hbd/server/config.py +++ b/hbd/server/config.py @@ -39,13 +39,13 @@ SERVER_DEFAULTS = { # Host management "hosts": {}, # Unified host definitions - "dyndomains": ["wrede.org"], + "dyndomains": ["example.org"], # Domains to update via nsupdate when a host with dyndns: true is updated # DNS updates - "nsupdate_bin": "/usr/bin/nsupdate", + "nsupdate_bin": "/usr/bin/nsupdate", # Path to nsupdate binary # WebSocket settings - "ws_port": 50005, + "ws_port": 50005, "wss_port": None, "cert_path": "/usr/local/etc/ssl/", "wss_pem": "fullchain.pem", diff --git a/hbd/server/templates/about.html b/hbd/server/templates/about.html index 7756a4d..2a9eae8 100644 --- a/hbd/server/templates/about.html +++ b/hbd/server/templates/about.html @@ -163,7 +163,7 @@
Email - aew@wrede.ca + aew.hbd@wrede.ca
Repository diff --git a/hbd/server/templates/foot.html b/hbd/server/templates/foot.html index b7d158e..a959e13 100644 --- a/hbd/server/templates/foot.html +++ b/hbd/server/templates/foot.html @@ -1,5 +1,5 @@ \ No newline at end of file