1
0
Fork 0

Caddyfile: add subdomains to redirect to some of my dotfiles

This commit is contained in:
Pratham Patel 2024-02-13 20:02:31 +05:30
parent ae95741bc9
commit be22a4156a
Signed by: thefossguy
SSH Key Fingerprint: SHA256:/B3wAg7jnMEBQ2JwkebbS/eXVZANDmqRfnd9QkIhxMI
1 changed files with 11 additions and 0 deletions

View File

@ -137,3 +137,14 @@ 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
}
anaconda.thefossguy.com {
tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem
redir https://gitlab.com/thefossguy/dotfiles/-/raw/master/.config/anaconda-kickstarts/anaconda-ks.cfg
}