From 578f904576eee2893194b4dd3387a532bcb139a3 Mon Sep 17 00:00:00 2001 From: julien Date: Fri, 24 Apr 2026 10:39:53 +0200 Subject: [PATCH] "Updates" --- Divers/OVH_Stalwart.md | 3 ++- installs_on_host/Caddyfile | 15 ++++++++++++--- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/Divers/OVH_Stalwart.md b/Divers/OVH_Stalwart.md index 92cab4a..b2f7c8a 100644 --- a/Divers/OVH_Stalwart.md +++ b/Divers/OVH_Stalwart.md @@ -1,5 +1,5 @@ $TTL 3600 -@ IN SOA dns106.ovh.net. tech.ovh.net. (2026032801 86400 3600 3600000 300) +@ IN SOA dns106.ovh.net. tech.ovh.net. (2076846298 86400 3600 3600000 300) IN NS dns106.ovh.net. IN NS ns106.ovh.net. IN MX 100 mx3.mail.ovh.net. @@ -21,6 +21,7 @@ auth IN A 176.188.240.123 autoconfig IN CNAME autodiscover.mail.ovh.net. autodiscover IN CNAME mailconfig.ovh.net. books IN A 176.188.240.123 +borg IN A 176.188.240.123 cap IN A 176.188.240.123 cfy IN A 176.188.240.123 cloud IN A 176.188.240.123 diff --git a/installs_on_host/Caddyfile b/installs_on_host/Caddyfile index 1a07121..d41d2f7 100644 --- a/installs_on_host/Caddyfile +++ b/installs_on_host/Caddyfile @@ -86,6 +86,15 @@ books.delmar.bzh { reverse_proxy patrick:10801 } +borg.delmar.bzh { + encode { + zstd + gzip + minimum_length 1024 + } + reverse_proxy carlo:8080 +} + cap.delmar.bzh { encode { zstd @@ -208,7 +217,7 @@ gen.delmar.bzh { gzip minimum_length 1024 } - reverse_proxy patrick:15578 + reverse_proxy patrick:32787 } git.delmar.bzh { @@ -437,7 +446,7 @@ pip.delmar.bzh { gzip minimum_length 1024 } - root * /mnt/ssd/www/picpitch-collage + root * /mnt/ssd/www/pip file_server } @@ -528,7 +537,7 @@ stream.delmar.bzh { gzip minimum_length 1024 } - reverse_proxy bob:1984 + reverse_proxy patrick:1984 basic_auth / { admin $2a$14$Z5n.aZ3DVnl.DjE9h2WP4OcR21tROpN1dyv8hFxGU3AEbdcOssUKi }