16:58:44 Hi. I'd like to setup automatic SSL for my home-NAS using DNS-01. I already own a domain, which is managed by Cloudflare right now. According to the internet one possible way is t oset up Caddy as a reverse proxy and it can request a SSL cert for me automatically. I have attempted to set up Caddy in a zone, however it turned out the Caddy in the omnios-extra repo compiled without cloudflare support. 16:58:50 Question is : how should we handle this situation? Should I create a separate caddy-cloudflare port or should I extend the existing one? Or can you name a better solution to get automatic SSL if my NAS is not accessible from the web? 17:20:55 Is there a way in OmniOS to get a per DIMM amount of memory? I know how to get the total memory but I need the per DIMM amount. It’s for an Inventory software called GLPI. The main dev is asking me for this: https://github.com/glpi-project/glpi-agent/issues/967 17:34:43 mighty_spiky: I am not sure if there is any way to get that inf owith the base system, but maybe dmidecode can help. 17:37:33 Is dmidecode available as a package in main repo or extra repo ? I’ve just searched for that and it seems not. 17:39:32 The equivalent of dmidecode is smbios(8). 17:42:01 Great, smbios ftw. Thank you guys.