From d6b3a475abfdc3b1201d1f837e8df0a94c3368b8 Mon Sep 17 00:00:00 2001 From: dado Date: Sat, 18 Oct 2025 08:55:59 +0200 Subject: [PATCH] added beopen --- etc/caddy/Caddyfile | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/etc/caddy/Caddyfile b/etc/caddy/Caddyfile index 2c6b0b1..52d028c 100644 --- a/etc/caddy/Caddyfile +++ b/etc/caddy/Caddyfile @@ -1,6 +1,3 @@ -# I certificati si trovano in -# /var/lib/caddy/.local/share/caddy/certificates/acme-v02.api.letsencrypt.org-directory/ - # The Caddyfile is an easy way to configure your Caddy web server. # Imposta il livello di log globale @@ -33,6 +30,16 @@ https://novemila.org { redir https://www.novemila.org{uri} } +# BEOPEN + +https://beopen.novemila.org { + # Set this path to your site's directory. + root * /home/sistemostro/beopen/website/ + + # Enable the static file server. + file_server +} + # VAULTWARDEN https://vault.novemila.org { @@ -142,9 +149,9 @@ https://photo.novemila.org { # READECK -https://readeck.novemila.org { - reverse_proxy localhost:3019 -} +#https://readeck.novemila.org { +# reverse_proxy localhost:3019 +#} # MAILCOW