Jens L.
Jens L.
I've looked into this before, the reason why the unbound plugin isn't included in CoreDNS by default is because it links against libunbound which requires CGO, which I would like...
There is a built in dark mode, that is enabled based off of which theme is enabled (using `prefers-color-scheme`)
You can have a look here for how I run gravity in K8s (allthough this is not my "production" instance): https://github.com/BeryJu/k8s/tree/main/clusters/beryjuio-home/gravity The host network is required when you're running DHCP,...
Clearly need some improved tests too as this current build is absolutely shagged yet CI passes
There seems to be a bug in regards to CNAME stuff (especially after the recent CNAME fixes) in the memory and etcd handler, so for the time being disabling those...
I haven't tested the actual reason for this happening, but with the commit above you can change the port etcd uses for peer connectivity
There are several community-maintained solutions for this. At this time we're not planning to offer this directly due to the increased amount of support for different linux distributions/setups
I forgot to link it, but this is fixed by #9254
You can already restrict the visibility of users by assigning permissions to specific users, however we're also planning to have an additional container object most likely called "Organizations" to further...
yeah after playing around a bit with implementing this with a `@ManagedAppConfig.reconcile_tenant` decorator, that doesn't really help with code readability I think? It might still have an advantage to make...