if this was the problem i will kill myself
This commit is contained in:
parent
a04bab34be
commit
d1332d562f
1 changed files with 7 additions and 2 deletions
|
|
@ -23,8 +23,13 @@
|
|||
hash = "sha256-YYpsf8HMONR1teMiSymo2y+HrKoxuJMKIea5/NEykGc=";
|
||||
};
|
||||
email = "contact@osbm.dev";
|
||||
extraConfig = ''
|
||||
acme_dns cloudflare {env.CF_API_TOKEN}
|
||||
globalConfig = ''
|
||||
(cloudflare) {
|
||||
tls {
|
||||
dns cloudflare {env.CF_API_TOKEN}
|
||||
}
|
||||
}
|
||||
# acme_dns cloudflare {env.CF_API_TOKEN}
|
||||
'';
|
||||
virtualHosts = {
|
||||
"chat.osbm.dev" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue