docker-nextcloud
docker-nextcloud copied to clipboard
Suppor for prereleases
Hey, thanks for your nice Nextcloud container. It is really simple and works very well :)
I wanted to test out Nextcloud 21 RC1 prerelease to check out compatibility with my apps. I guess setting NEXTCLOUD_VERSION=21.0.0.RC1 as build argument wont work because the hardcoded wget command uses the url "/releases/" and not "/prereleases" ( https://download.nextcloud.com/server/prereleases/ ). So maybe try to download from /releases and if that doesn't work try to download from /prereleases. Only fail if second try errors.
Best regards Jonas