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}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2024-12-17 15:58:25 -05:00
|
|
|
(common) {
|
|
|
|
encode zstd gzip
|
|
|
|
header Strict-Transport-Security "max-age=63072000; includeSubDomains; preload"
|
2024-12-13 22:01:01 -05:00
|
|
|
}
|
|
|
|
|
2025-01-10 01:27:05 -05:00
|
|
|
git.cything.io {
|
2024-12-17 15:58:25 -05:00
|
|
|
import common
|
2025-01-10 01:55:03 -05:00
|
|
|
|
|
|
|
# wrap in route so things are evaluated in the order written
|
|
|
|
route {
|
|
|
|
# rewrite gitlab URIs to make it work with forgejo
|
2025-01-10 01:57:13 -05:00
|
|
|
uri path_regexp /-/ /
|
|
|
|
uri replace /blob/ /src/
|
2025-01-10 01:55:03 -05:00
|
|
|
redir https://git.cy7.sh{uri} permanent
|
|
|
|
}
|
2025-01-10 01:27:05 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
git.cy7.sh {
|
|
|
|
import common
|
|
|
|
reverse_proxy localhost:3000
|
2024-12-13 22:01:01 -05:00
|
|
|
}
|
|
|
|
|
2025-01-17 16:19:20 -05:00
|
|
|
rss.cy7.sh {
|
2024-12-17 15:58:25 -05:00
|
|
|
import common
|
2024-12-13 22:01:01 -05:00
|
|
|
reverse_proxy localhost:8080
|
|
|
|
}
|
|
|
|
|
|
|
|
photos.cy7.sh {
|
2024-12-17 15:58:25 -05:00
|
|
|
import common
|
2024-12-13 22:01:01 -05:00
|
|
|
reverse_proxy localhost:2283
|
|
|
|
}
|
|
|
|
|
2024-12-25 01:46:00 -05:00
|
|
|
chat.cything.io {
|
2024-12-17 15:58:25 -05:00
|
|
|
import common
|
2024-12-13 22:01:01 -05:00
|
|
|
reverse_proxy localhost:8448
|
|
|
|
}
|
|
|
|
|
|
|
|
pass.cy7.sh {
|
2024-12-17 15:58:25 -05:00
|
|
|
import common
|
2024-12-13 22:01:01 -05:00
|
|
|
reverse_proxy localhost:8081
|
|
|
|
}
|
|
|
|
|
2024-12-14 16:19:04 -05:00
|
|
|
dns.cything.io {
|
2024-12-17 15:58:25 -05:00
|
|
|
import common
|
2024-12-13 22:01:01 -05:00
|
|
|
reverse_proxy localhost:8082
|
|
|
|
}
|
|
|
|
|
|
|
|
pad.cything.io {
|
2024-12-17 15:58:25 -05:00
|
|
|
import common
|
2024-12-13 22:01:01 -05:00
|
|
|
reverse_proxy localhost:8085
|
|
|
|
}
|
|
|
|
|
|
|
|
red.cything.io {
|
2024-12-17 15:58:25 -05:00
|
|
|
import common
|
2024-12-13 22:01:01 -05:00
|
|
|
reverse_proxy localhost:8087
|
|
|
|
}
|
2024-12-15 18:42:50 -05:00
|
|
|
|
|
|
|
grafana.cything.io {
|
2024-12-17 15:58:25 -05:00
|
|
|
import common
|
2024-12-15 18:42:50 -05:00
|
|
|
reverse_proxy localhost:8088
|
|
|
|
}
|
2024-12-23 21:11:08 -05:00
|
|
|
|
|
|
|
element.cything.io {
|
|
|
|
import common
|
|
|
|
reverse_proxy localhost:8089
|
|
|
|
}
|
2025-01-05 05:42:52 -05:00
|
|
|
|
|
|
|
cache.cything.io {
|
|
|
|
import common
|
|
|
|
reverse_proxy localhost:8090
|
|
|
|
}
|
2025-01-11 23:18:22 -05:00
|
|
|
|
|
|
|
s3.cy7.sh {
|
|
|
|
import common
|
|
|
|
reverse_proxy localhost:3900
|
|
|
|
}
|
|
|
|
|
|
|
|
admin.s3.cy7.sh {
|
|
|
|
import common
|
|
|
|
reverse_proxy localhost:3903
|
|
|
|
}
|