From e8327f6824dec4da5f5c19dd03fb737e02b1110f Mon Sep 17 00:00:00 2001 From: Andreas Knuth Date: Mon, 25 Aug 2025 18:10:27 -0500 Subject: [PATCH 1/2] neuer PW Hash --- dms/config/postfix-accounts.cf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dms/config/postfix-accounts.cf b/dms/config/postfix-accounts.cf index 9cfad9f..0e70fb6 100644 --- a/dms/config/postfix-accounts.cf +++ b/dms/config/postfix-accounts.cf @@ -1 +1 @@ -knuth@andreasknuth.de|hashed_password_here # Generiere Passwort mit: docker run --rm ghcr.io/docker-mailserver/docker-mailserver:latest generate-password \ No newline at end of file +knuth@andreasknuth.de|{ARGON2ID}$argon2id$v=19$m=65536,t=3,p=1$lGGO4HCLZeV/56KX9sr4Aw$JbtfXgpuhCsE4uOZUMtrZF8i7iTZDjZ2Br9bvVFgFaM # Generiere Passwort mit: docker run --rm ghcr.io/docker-mailserver/docker-mailserver:latest generate-password \ No newline at end of file From de7a5418573b6c025dc54eab83672a2f38f6ee70 Mon Sep 17 00:00:00 2001 From: Andreas Knuth Date: Wed, 27 Aug 2025 17:50:16 -0500 Subject: [PATCH 2/2] hamptonbrown --- caddy/Caddyfile | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/caddy/Caddyfile b/caddy/Caddyfile index 2247a50..f0a296a 100644 --- a/caddy/Caddyfile +++ b/caddy/Caddyfile @@ -65,6 +65,17 @@ cielectrical.bayarea-cc.com { } encode gzip } +hamptonbrown.bayarea-cc.com { + # wenn du API innerhalb von Next bedienst, weiterleiten an den Next Prozess + handle { + reverse_proxy host.docker.internal:3010 + } + log { + output file /var/log/caddy/hamptonbrown.log + format console + } + encode gzip +} www.fancytextstuff.com { redir https://fancytextstuff.com{uri} permanent }