updater_server icon indicating copy to clipboard operation
updater_server copied to clipboard

allow a requeststring like "?channel=(production|stable|daily)" to return URL to latest .tgz of chosen channel

Open felixkrohn opened this issue 8 years ago • 5 comments

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.

felixkrohn avatar Jul 14 '17 14:07 felixkrohn

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

tilosp avatar Aug 09 '18 09:08 tilosp

@MorrisJobke is there any reason why this request has gotten almost zero attention?

tilosp avatar Jan 21 '19 14:01 tilosp

Joomla! does it with JSON: https://downloads.joomla.org/api/v1/latest/cms

J0WI avatar Jan 21 '19 15:01 J0WI

@MorrisJobke is there any reason why this request has gotten almost zero attention?

Because there are other things that were more urgent ;)

MorrisJobke avatar Jan 21 '19 16:01 MorrisJobke

I just run again in this issue with https://github.com/nextcloud/docker/pull/1107

J0WI avatar Jul 06 '20 14:07 J0WI