uniqush / uniqush-push

Uniqush is a free and open source software system which provides a unified push service for server side notification to apps on mobile devices.
http://uniqush.org
Apache License 2.0
1.54k stars 201 forks source link

Unable to Download Uniqush tar File #213

Closed ibr123 closed 6 years ago

ibr123 commented 6 years ago

Hi,

im trying to download the tar file for Uniqush from the following page yet i keep getting bad request page (502)

error uni

is there any alternative link? or is there fixing for this issue soon?

Thanks

monnand commented 6 years ago

You can download the tar file from github as well: https://github.com/uniqush/uniqush-push/releases

Not sure what happened to the server though.

On Tue, May 8, 2018, 00:14 ibr123 notifications@github.com wrote:

Hi,

im trying to download the tar file for Uniqush from the following page http://uniqush.org/downloads.html yet i keep getting bad request page (502)

[image: error uni] https://user-images.githubusercontent.com/26926171/39743079-77d5adfc-52a8-11e8-9eca-88cc8254124d.png

is there any alternative link? or is there fixing for this issue soon?

Thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/uniqush/uniqush-push/issues/213, or mute the thread https://github.com/notifications/unsubscribe-auth/AAXKqmHWB_MDua2tj4Ma-hfiPXvqJxeFks5twUXYgaJpZM4T2Ia2 .

TysonAndre commented 6 years ago

@monnand it looks like the admin host is no longer accessible via the method I used to upload the 2.5.0 binaries a while back. The home page or site as a whole is also inaccessible, according to cloudflare

I still have a local checkout of most of the old rpms, and can reupload those. Miscellaneous files that weren't part of uniqush-www such as index.zh.html aren't included.

monnand commented 6 years ago

Not sure what happened though. I probably should transfer the domain to you so that you can point it to somewhere else. I will take a look this weekend.

On Tue, May 8, 2018, 08:28 Tyson Andre notifications@github.com wrote:

@monnand https://github.com/monnand it looks like the admin host is no longer accessible via the method I used to upload the 2.5.0 binaries a while back. The home page or site as a whole is also inaccessible, according to cloudflare

I still have a local checkout of most of the old rpms, and can reupload those. Miscellaneous files that weren't part of uniqush-www such as index.zh.html aren't included.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/uniqush/uniqush-push/issues/213#issuecomment-387442694, or mute the thread https://github.com/notifications/unsubscribe-auth/AAXKqsg4iOIzOIsMOl0Vm63dbGzDycYeks5twbmdgaJpZM4T2Ia2 .

TysonAndre commented 6 years ago

If you end up creating a similar host, my public key is the first one (...Y/X) of https://github.com/tysonandre.keys

I'm not familiar with how you set up cloudflare, etc.

TysonAndre commented 6 years ago

@monnand - https://help.github.com/articles/using-a-custom-domain-with-github-pages/ might free us from the need to maintain our own server. See https://github.com/uniqush/uniqush-www/settings

I already experimented with github pages and set up https://uniqush.github.io/uniqush-www/

monnand commented 6 years ago

OK... Now I know the reason. I had 2 VPS, one for uniqush.org and one for my personal blog. Because I was too lazy to write any blog, so I decided to stop the sever which hosts my blog. And.. of course, I stopped the wrong server.

The good news is: every release after 1.4.0 are available. There's not too much stuff to recover. I will take a look at the setup of github pages, at least, the domain name part.

Thank you, @TysonAndre for taking care of uniqush!

monnand commented 6 years ago

uniqush.org is now pointing to the github page. The download page should be easy to change. There is also the blog subdomain. I will take a look at them next week.

monnand commented 6 years ago

@TysonAndre , It turned out to be my host provider changed the IP address of the server. I just sent you an email about the details. You should be able to log into the sever with your keys using the new address. In the mean time, I'll change my DNS settings back tomorrow. (In fact, at this point, I don't even know if I should just keep the settings and use github pages from now on, or should I use the old server.)

TysonAndre commented 6 years ago

http://uniqush.org/downloads.html has been updated by monnand. It is now hosted on GitHub Pages, and points to the GitHub releases.

The only issue I can think of (remembered just now): If github.com is blocked, it might be worth setting up a mirror for binary downloads (but I can't think of anything to use to host it. AWS? The old VPS?)

ibr123 commented 6 years ago

@TysonAndre the AWS is paid services, but its good and reliable, i have used it before. to minimize the cost using AWS, i suggest to get a Reserved Instance (ec2 instance) for hosting the website, its cost much less than On Demand (ec2 instance), but it can't be stopped anytime, and for storage services you can use Glacier for archiving the Binaries, its very cheap, but slow, and when you in need of using the binaries inside the Glacier, you can migrate them from the Glacier to an S3 bucket (i think it takes 3 hours or so). and for migration code you can use 1- Spot (ec2 instances) its a very cheap ec2 instances based on bidding, so if someone out bid you, you will lose the instance, but can bid for another one 2- On Demand (ec2 instance) its more expensive but no one can out bid you and you can close it after you finish NOTE: Azure is also a good choice as well