nextcloud-releases / updater_server

:repeat_one: The updater server keeps you informed about new Nextcloud updates
https://updates.nextcloud.org/
MIT License
28 stars 17 forks source link

local download mirror #1110

Open netdox opened 1 month ago

netdox commented 1 month ago

Hello,

I run a nextcloud instance in a LAN without internet access. To be able to perform updates on the nextcloud instance, I would like to set up a local mirror.

As far as I understand it, the request for update checks goes to https://updates.nextcloud.com/updater_server/ to check the version of an XML file and retrieve the files from https://download.nextcloud.com

Is there a way to clone the data source e.g. from Github and change the update URL in the Nextcloud to the local mirror?

thanks in advance

mlsxlist commented 1 month ago

As far as I know GitHub is for reporting issues. Better ask at https//help nextcloud.com.

joshtrichards commented 4 weeks ago

https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/config_sample_php_parameters.html#updater-server-url

Though for a single instance it may just be easier to do manual updates:

https://docs.nextcloud.com/server/latest/admin_manual/maintenance/manual_upgrade.html