Closed mcrosson closed 5 years ago
Actually... we need a stable URL and the releases page(s) won't work from what I can tell.
Can the release zip be hosted via GitHub pages or similar w/o a redirect?
Confirmed
The GitHub releases URL uses a 302 response which prevents the pleroma install from working correctly. The URL in the index.json will need to be updated to a stable URL that returns a standard 200 response without a redirect.
It looks like GitHub pages should be usable for the download URL or another static file service/server.
Also opened an issue with Pleroma for this, they expressed interest in possibly updating their end of things.
Pleroma commit 289b8224ac97a873569255b97f7391c2389ac3dc
resolves this issue.
Fixed in upstream.
Looks like the releases link I used has a redirect and that's breaking the pleroma install.
(They don't allow following of redirects so the sha256sum fails)
I'll craft a fix and PR soon