updater_server
updater_server copied to clipboard
allow a requeststring like "?channel=(production|stable|daily)" to return URL to latest .tgz of chosen channel
allow a requeststring like "?channel=(production|stable|daily)" to return URL to latest .tgz of chosen channel
This would be very helpful for automated deployments, for example by providers who want to deliver automated fresh installs only from the stable channel. As this could be machine-readable, this could also perfectly suit the need of having a better info site about the release channels (see https://github.com/nextcloud/nextcloud.com/issues/504), which could be plugged onto here.
This would also be useful for the docker image.
At the moment i have to update the tags manually. See for example: https://github.com/nextcloud/docker/pull/397
@MorrisJobke is there any reason why this request has gotten almost zero attention?
Joomla! does it with JSON: https://downloads.joomla.org/api/v1/latest/cms
@MorrisJobke is there any reason why this request has gotten almost zero attention?
Because there are other things that were more urgent ;)
I just run again in this issue with https://github.com/nextcloud/docker/pull/1107