Live data from Hacker News

SSL + CNAME + static files hosting on GAE: almost free

blog.superfeedr.com

41–45 of 45 posts

Re: SSL + CNAME + static files hosting on GAE: almost free

#41
This seems too good to be true. I have a need to store dozens of GBs of photos, and I can put them on GAE for free?

According to GAE's quotas page [1], free hosting of code and static files is only for the first 1GB. After that it is $0.13 per GB per month.

[1] https://developers.google.com/appengine/docs/quotas#Code

Re: SSL + CNAME + static files hosting on GAE: almost free

#42
post #26
post #3

StartSSL is free?! Has anyone used them before? Are their certs widely accepted/trusted?

There are some restrictions. From wikipedia: While certificates are free for certain uses, there are limitations imposed unless an upgrade is purchased: - One-year validity. - One domain name per certificate. - One certificate per domain name. - No commercial use The last is probably a deal breaker for many sites.

>One-year validity

Yes but you can renew for free.

Re: SSL + CNAME + static files hosting on GAE: almost free

#43

This seems too good to be true. I have a need to store dozens of GBs of photos, and I can put them on GAE for free? According to GAE's quotas page [1], free hosting of code and static files is only for the first 1GB. After that it is $0.13 per GB per month. [1] https://developers.google.com/appengine/docs/quotas#Code

You'd want to store them in the blobstore (5GB free storage) [0]. Note that you are not allowed to create multiple GAE apps to stack free quotas (n apps = n * 5GB free blobstore storage) [1].

[0] https://developers.google.com/appengine/docs/quotas#Blobstor...

[1] "4.3 Restrictions. Customer will not, and will not allow third parties under its control to: " ... "(e) create multiple Applications or Accounts to simulate or act as a single Application or Account (respectively) or otherwise access the Service in a manner intended to avoid incurring Fees;" https://developers.google.com/appengine/terms scroll down to 4.3(e)

Re: SSL + CNAME + static files hosting on GAE: almost free

#44

We have a bunch of sites that are almost entirely static, but have a php "contact us" email form. Right now they are some bloated PHP CMS thing, and I would really like to switch them over to being static. Does anyone know of a cheap service that provides a form to send email we could have our contact form POST to?

> Does anyone know of a cheap service

AppEngine would do this for free.

Re: SSL + CNAME + static files hosting on GAE: almost free

#45
post #33
post #28

Earlier quoted context omitted.

I have helped a friend who does small, static marketing sites. In addition to needing a server for only thing (forwarding contact forms), I've noticed that mail from the low-end shared hosting her clients generally choose is extremely unreliable. So I've wondered if there was a need a service exactly like this. However it seemed so basic I thought... nah. Is this a real pain point for enough people?

It is for me. I do mostly static sites for small business, and use embedded forms from jotform.com but would really prefer to be able simply to post the info to an external server which handles sending the email.

Implementing such a service would be almost trivial; I'm genuinely surprised this is something that people would need.

Register online-mail-form.com, and ask for £5 a year?

Post reply on HN