clburlison / dmon

iOS jailbreak monitoring & update solution
MIT License
4 stars 1 forks source link

DCM integration #10

Open clburlison opened 1 year ago

clburlison commented 1 year ago

Since GC already requires DCM it might make sense to have it host the packages.

If someone wants to work on this the version.txt file should likely stay the same format? Just have nodejs build the config map on get request. Also I'd like to make it optional so users can use basic web server or DCM.

I am not scheduled work for this. Resource limited at the moment but will accept a PR.

LordJavi commented 1 year ago

First approach for DCM side https://github.com/versx/DeviceConfigManager/pull/103

clburlison commented 1 year ago

Thanks LordJavi. I still haven't had time to look into these changes. After the core functionality of dmon is improved I'll start reviewing your changes.