ZoeBijl / QueerCats

A whole bunch of pride flags represented as blobby cat emoji
The Unlicense
152 stars 12 forks source link

Pleroma Install Broken #5

Closed mcrosson closed 5 years ago

mcrosson commented 5 years ago

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

mcrosson commented 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?

mcrosson commented 5 years ago

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.

mcrosson commented 5 years ago

Also opened an issue with Pleroma for this, they expressed interest in possibly updating their end of things.

https://git.pleroma.social/pleroma/pleroma/issues/851

mcrosson commented 5 years ago

Pleroma commit 289b8224ac97a873569255b97f7391c2389ac3dc resolves this issue.

Fixed in upstream.