nixos-config/nix/hosts/chunk/Caddyfile

67 lines
1,012 B
Text
Raw Normal View History

2024-12-13 22:01:01 -05:00
{
acme_ca https://acme.zerossl.com/v2/DV90
acme_eab {
key_id {$EAB_KEY_ID}
mac_key {$EAB_MAC_KEY}
}
}
anki.cy7.sh {
reverse_proxy localhost:27701
}
git.cy7.sh, git.cything.io {
reverse_proxy localhost:3000
}
2024-12-14 22:27:12 -05:00
rss.cything.io {
2024-12-13 22:01:01 -05:00
reverse_proxy localhost:8080
}
photos.cy7.sh {
reverse_proxy localhost:2283
}
matrix.cy7.sh, chat.cything.io {
reverse_proxy localhost:8448
}
pass.cy7.sh {
reverse_proxy localhost:8081
}
2024-12-14 16:19:04 -05:00
dns.cything.io {
2024-12-13 22:01:01 -05:00
reverse_proxy localhost:8082
}
ntfy.cything.io {
reverse_proxy localhost:8083
}
cything.io {
uri strip_prefix /blog
reverse_proxy /.well-known/matrix/* localhost:8448
reverse_proxy /_matrix/* localhost:8448
reverse_proxy localhost:8084
}
www.cything.io {
redir https://cything.io{uri} permanent
}
cloud.cything.io {
reverse_proxy localhost:11000
}
pad.cything.io {
reverse_proxy localhost:8085
}
red.cything.io {
reverse_proxy localhost:8087
}
2024-12-15 00:42:05 -05:00
gitlab.cything.io {
reverse_proxy unix//run/gitlab/gitlab-workhorse.socket
}