How to Create Custom Update Provider?

I want to be able to manage the updates across the board at my workplace. I want to point to a url that has the patch that I want to update to, and have all of my servers update to that version.

Is their a good way to do this?

I can hack in a solution it looks like by creating a folder structure similiar to \lucee-patches\rest\update\provider\info
and having it return the same json data that release.lucee.org site would. But I couldn’t figure out what the url structure would for getting the lco file to pull down.

2 Likes