cant believe this
This commit is contained in:
parent
d09cdbb40c
commit
4f21ff9456
1 changed files with 4 additions and 1 deletions
|
|
@ -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 = ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue