kchristensen / udm-le

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

Feature/add unifios2.x support #71

Closed potto007 closed 1 year ago

potto007 commented 1 year ago

Completed the support for UnifiOS 2.x+ that was previously started. I did my best to make this work for both the "legacy case" which still relies upon podman (as UnifiOS 1.x did) along with the newer 2.x / 3.x configuration. The "initial" switch adds in the initial download and setup of the latest LEGO binary, adds a startup service that removes the need for the external on_boot.d setup (which requires podman).

kchristensen commented 1 year ago

Hi! Thanks so much for putting this together. I've dumped my thoughts on another PR trying to accomplish the same thing over here: https://github.com/kchristensen/udm-le/pull/70

See what you think about what's going on over there and let's see if can can't get this pushed over the goal line?

potto007 commented 1 year ago

I saw that PR right after I finished pushing mine - I really like their approach, too. I can get behind putting some of my changes into that one. :)

kchristensen commented 1 year ago

Closing this in favor of the other PR, thanks for contributing!