kchristensen / udm-le

Let's Encrypt support for Ubiquiti UniFi OS
MIT License
572 stars 79 forks source link

UCK-G2-Plus Compatibility #19

Closed 88fingerslukee closed 3 years ago

88fingerslukee commented 3 years ago

so the Cloud Key Gen2 Plus just got Unifi OS and I'm running the 2.0.22 FW.

I'm trying to get this to work but the first issue is that /etc/init.d/crond is not found. It's called cron instead. Second, podman is not installed and I can't seem to get it from aptitude.

Any thoughts? Am I wrong in thinking this should work for the Cloud Key Gen2 plus?

thanks for all your help!

88fingerslukee commented 3 years ago

I might add that I'm more than willing to help get this working on this device. Any info you need from me, just let me know.

timrettop commented 3 years ago

This whole solution is based on UDM and UMD Pro which support running docker containers using Podman.  It doesn’t seem that UI included podman with the Cloud Key, I’m guessing as its probably a much slower CPU.

-Tim Potter

On Dec 5, 2020, 11:24 AM -0800, 88fingerslukee notifications@github.com, wrote:

I might add that I'm more than willing to help get this working on this device. Any info you need from me, just let me know. — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

88fingerslukee commented 3 years ago

well poop. That kinda bursts my bubble.

kchristensen commented 3 years ago

Yeah, this whole thing is predicated upon having podman/docker installed for easy running of acme. That's not to say that it's not possible to pull in an acme binary and use that but it's considerably more messy.

kchristensen commented 3 years ago

I'm going to close this out -- if someone can figure out a clean way to do this in a non docker way that doesn't bloat everything up I'd consider merging it.