-
szilardHi. 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.
-
szilardQuestion 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?
-
mighty_spikyIs 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: glpi-project/glpi-agent #967
-
szilardmighty_spiky: I am not sure if there is any way to get that inf owith the base system, but maybe dmidecode can help.
-
mighty_spikyIs dmidecode available as a package in main repo or extra repo ? I’ve just searched for that and it seems not.
-
rmustaccThe equivalent of dmidecode is smbios(8).
-
mighty_spikyGreat, smbios ftw. Thank you guys.