cant believe this

This commit is contained in:
Osman Faruk Bayram 2025-04-13 16:05:46 +03:00
parent d09cdbb40c
commit 4f21ff9456

View file

@ -26,10 +26,13 @@
extraConfig = '' extraConfig = ''
(cloudflare) { (cloudflare) {
tls { tls {
dns cloudflare {env.CLOUDFLARE_API_TOKEN} dns cloudflare {env.CF_API_TOKEN}
} }
} }
''; '';
# globalConfig = ''
# acme_dns cloudflare {env.CF_API_TOKEN}
# '';
virtualHosts = { virtualHosts = {
"chat.osbm.dev" = { "chat.osbm.dev" = {
extraConfig = '' extraConfig = ''