1
0
Fork 0

Caddyfile: spaces instead of tabs

This commit is contained in:
Pratham Patel 2022-11-03 20:48:47 +05:30
parent 50a701451a
commit 50b79c83a8
1 changed files with 52 additions and 49 deletions

101
Caddyfile
View File

@ -1,124 +1,127 @@
blog.thefossguy.com { blog.thefossguy.com {
tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem
reverse_proxy hugo-vaikunthnatham:1313 reverse_proxy hugo-vaikunthnatham:1313
} }
thefossguy.com { thefossguy.com {
tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem
redir https://blog.thefossguy.com{uri} redir https://blog.thefossguy.com{uri}
} }
www.thefossguy.com { www.thefossguy.com {
tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem
redir https://blog.thefossguy.com{uri} redir https://blog.thefossguy.com{uri}
} }
git.thefossguy.com { git.thefossguy.com {
tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem
reverse_proxy gitea-govinda:3000 reverse_proxy gitea-govinda:3000
} }
src.thefossguy.com { src.thefossguy.com {
tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem
redir https://git.thefossguy.com{uri} redir https://git.thefossguy.com{uri}
} }
mach.thefossguy.com { mach.thefossguy.com {
tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem
reverse_proxy hugo-mahayogi:1313 reverse_proxy hugo-mahayogi:1313
} }
fuck.thefossguy.com { fuck.thefossguy.com {
tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem
redir https://mach.thefossguy.com{uri} redir https://mach.thefossguy.com{uri}
} }
cloud.thefossguy.com { cloud.thefossguy.com {
tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem
rewrite /.well-known/carddav /remote.php/dav rewrite /.well-known/carddav /remote.php/dav
rewrite /.well-known/caldav /remote.php/dav rewrite /.well-known/caldav /remote.php/dav
reverse_proxy nextcloud-govinda:80 reverse_proxy nextcloud-govinda:80
} }
storage.thefossguy.com { storage.thefossguy.com {
tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem
redir https://cloud.thefossguy.com{uri} redir https://cloud.thefossguy.com{uri}
} }
notes.thefossguy.com { notes.thefossguy.com {
tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem
redir https://cloud.thefossguy.com/apps/notes{uri} redir https://cloud.thefossguy.com/apps/notes{uri}
} }
keep.thefossguy.com { keep.thefossguy.com {
tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem
redir https://cloud.thefossguy.com/apps/notes{uri} redir https://cloud.thefossguy.com/apps/notes{uri}
} }
contacts.thefossguy.com { contacts.thefossguy.com {
tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem
redir https://cloud.thefossguy.com/apps/contacts{uri} redir https://cloud.thefossguy.com/apps/contacts{uri}
} }
people.thefossguy.com { people.thefossguy.com {
tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem
redir https://cloud.thefossguy.com/apps/contacts{uri} redir https://cloud.thefossguy.com/apps/contacts{uri}
}
calendar.thefossguy.com {
tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem
redir https://cloud.thefossguy.com/apps/calendar{uri}
} }
photos.thefossguy.com { photos.thefossguy.com {
tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem
redir https://cloud.thefossguy.com/apps/photos{uri} redir https://cloud.thefossguy.com/apps/photos{uri}
} }
images.thefossguy.com { images.thefossguy.com {
tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem
redir https://cloud.thefossguy.com/apps/photos{uri} redir https://cloud.thefossguy.com/apps/photos{uri}
} }
videos.thefossguy.com { videos.thefossguy.com {
tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem
redir https://cloud.thefossguy.com/apps/videos{uri} redir https://cloud.thefossguy.com/apps/videos{uri}
} }
admin.thefossguy.com { admin.thefossguy.com {
reverse_proxy https://10.0.0.19:9090 { reverse_proxy https://10.0.0.19:9090 {
transport http { transport http {
tls_insecure_skip_verify tls_insecure_skip_verify
} }
} }
} }
cockpit.thefossguy.com { cockpit.thefossguy.com {
tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem
redir https://admin.thefossguy.com{uri} redir https://admin.thefossguy.com{uri}
} }
torr.thefossguy.com { torr.thefossguy.com {
tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem
reverse_proxy transmission-raadhe:9091 basicauth {
}
torrs.thefossguy.com { }
tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem reverse_proxy 10.0.0.14:9091
redir https://torr.thefossguy.com{uri}
} }