Closed CurlyFlow closed 1 year ago
ive added my config
for anyone having the same problem, i found the solution on the unraid forum
{
"cloudflare": [
{
"authentication": {
"api_token": "***************",
},
"zone_id": "XXX",
"subdomains": [
{
"name": "",
"proxied": true
},
{
"name": "www",
"proxied": true
}
]
},
{
"authentication": {
"api_token": "******************",
},
"zone_id": "XXXX",
"subdomains": [
{
"name": "",
"proxied": true
},
{
"name": "www",
"proxied": true
}
]
}
],
"a": true,
"aaaa": false,
"purgeUnknownRecords": false
}
nvm, thats also not working, so im lost.
Is this container dead?
after another hour of tryin i found this working
{
"cloudflare": [
{
"authentication": {
"api_token": "XXXXXX",
"api_key": {
"api_key": "api_key_here",
"account_email": "your_email_here"
}
},
"zone_id": "XXX",
"subdomains": [
{
"name": "",
"proxied": true
},
{
"name": "www",
"proxied": true
},
{
"name": "forum",
"proxied": true
}
],
"zone_id": "XXXXXX",
"subdomains": [
{
"name": "",
"proxied": true
},
{
"name": "www",
"proxied": true
}
]
}
],
"a": true,
"aaaa": true,
"purgeUnknownRecords": false,
"ttl": 300
}
Thanks for your great product!
So i ofc looked at the documentation...
Ehm.. but where do i see ANYthing related to multiple domains (zones)?
As far as i understand this json shows ONE zone (domain?) with multiple subdomains...?
I tried adding multiple "zones", but it just fails with "config error" (would be cool if it would say where the problem is)
I tried adding multiple "cloudflare" sections.. but same, so im lost, any hint would help, thanks.
Edit: that was my best try: