Thank you @ShreyasZare for the awesome new release!
I'm struggling where to ask the following questions, as i think it could result in some code change, i use the issue section.
- Initializing a cluster asks for a "Cluster Domain", with the tooltip beneath to provide a "fully qualified domain name". From my perspective, these are different information, as the fqdn also includes the hostname of the machine, while the domain name does not. May you clarify this in the tooltip what you expect the user to provide.
As i look into it i see that the same applies to Settings >> General >> DNS Server Domain, which seems to be only accessible when the node is not part of a cluster.
- Creating a cluster also asks for a 'Primary Node IP Address'. This is prefilled by the ip of the primary network interface of the host i guess.
My technitium lives in docker and this dropdown only shows me the docker bridge network internal IP. As i plan to host the second node on a second physical machine, this internal docker IP can never be resolved by other nodes.
Can we provide the docker host IP via ENV or setting in the GUI, so we can use it for cluster creation?
I'll include my last one here, as it's somehow related to the first one:
- My "homelab"-domain has to be a forwarding zone, as the domain itself is managed by public DNS servers. All my records in my homelab are under a subdomain, let's say: 'lan.foo.bar'. As i rely on this to be able to create Let's Encrypt certificates for my local subdomain. Creating a cluster won't let me use the 'lan.foo.bar' as cluster domain, because it needs to be a primary zone.
Using 'lan.foo.bar' as cluster domain seems to me 'the way', as my node is accessible via 'ns01.lan.foo.bar'.
Using an other cluster domain does furhtermore crazy things to the server name in this scenario: Let's say my public domain is 'foo.bar' and my local used dns domain is 'lan.foo.bar'. The first node therefore is called 'ns01.lan.foo.bar', where 'lan.foo.bar' is a conditional forward zone.
Creating a cluster domain, let's say 'local.foo.bar' renames my node to: 'ns01.lan.foo.bar.local.foo.bar'.
If you plan to include these information in a blog post about the update, I'll just wait for the upcoming information.
Thank you @ShreyasZare for the awesome new release!
I'm struggling where to ask the following questions, as i think it could result in some code change, i use the issue section.
As i look into it i see that the same applies to Settings >> General >> DNS Server Domain, which seems to be only accessible when the node is not part of a cluster.
My technitium lives in docker and this dropdown only shows me the docker bridge network internal IP. As i plan to host the second node on a second physical machine, this internal docker IP can never be resolved by other nodes.
Can we provide the docker host IP via ENV or setting in the GUI, so we can use it for cluster creation?
I'll include my last one here, as it's somehow related to the first one:
Using 'lan.foo.bar' as cluster domain seems to me 'the way', as my node is accessible via 'ns01.lan.foo.bar'.
Using an other cluster domain does furhtermore crazy things to the server name in this scenario: Let's say my public domain is 'foo.bar' and my local used dns domain is 'lan.foo.bar'. The first node therefore is called 'ns01.lan.foo.bar', where 'lan.foo.bar' is a conditional forward zone.
Creating a cluster domain, let's say 'local.foo.bar' renames my node to: 'ns01.lan.foo.bar.local.foo.bar'.
If you plan to include these information in a blog post about the update, I'll just wait for the upcoming information.