From 2b956ee05b3d1d8921855a30638b4235fef1361b Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Sat, 27 Jan 2024 11:03:29 +0530 Subject: [PATCH] add subdomain setup.thefossguy.com --- Caddyfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Caddyfile b/Caddyfile index e9b719c..82ca2e8 100644 --- a/Caddyfile +++ b/Caddyfile @@ -137,3 +137,9 @@ notify.thefossguy.com { tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem reverse_proxy gotify-akashvani:80 } + + +setup.thefossguy.com { + tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem + redir https://gitlab.com/thefossguy/dotfiles/-/raw/master/.local/scripts/other-common-scripts/linux-setup.sh +}