1
0
Fork 0

Compare commits

...

2 Commits

1 changed files with 16 additions and 0 deletions

View File

@ -13,6 +13,11 @@ www.thefossguy.com {
redir https://blog.thefossguy.com{uri}
}
resume.thefossguy.com {
tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem
redir https://blog.thefossguy.com/resume.pdf
}
git.thefossguy.com {
@ -132,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
}