1
0
Fork 0

Changes to be committed:

modified:   Caddyfile

	- remove `git.thefossguy.com:22` since cloudflare's proxy does
	  not forward port 22 :(
	- for torr subdomain, use container `transmission-raadhe` at
	  port 9091; remove auth for now
This commit is contained in:
Pratham Patel 2022-08-20 13:26:38 +05:30
parent 2bd58a763a
commit 6fa8282f38
1 changed files with 1 additions and 14 deletions

View File

@ -20,11 +20,6 @@ git.thefossguy.com {
reverse_proxy gitea-govinda:3000
}
git.thefossguy.com:22 {
tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem
reverse_proxy gitea-govinda:22
}
src.thefossguy.com {
tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem
redir https://git.thefossguy.com{uri}
@ -120,18 +115,10 @@ cockpit.thefossguy.com {
torr.thefossguy.com {
tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem
basicauth {
pratham
}
reverse_proxy 10.0.0.14:9091
reverse_proxy transmission-raadhe:9091
}
torrs.thefossguy.com {
tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem
basicauth {
pratham
}
redir https://torr.thefossguy.com{uri}
}