Connecting domain to google app engine without google apps

后端 未结 3 1650
迷失自我
迷失自我 2020-12-30 13:11

Actualy, It\'s a couple of questions:

  1. Is it possible to somehow avoid registering google apps if I just want to connect google app engine applications to non-n
相关标签:
3条回答
  • 2020-12-30 13:58

    Another option commonly used is to use a reverse proxy to map customer domains to your AppEngine app. I'm using this because I can't add them as Google Apps domain aliases on my primary domain, since some customers run Google Apps by their own.

    Details here: http://devblog.ronoaldo.net/2013/09/mapping-multiple-domains-to-google.html

    0 讨论(0)
  • 2020-12-30 14:01

    Here is a couple of answers:

    1. No, Google App Engine uses Google Apps to manage domains. See the Deploying your Application on your Google Apps URL article.
    2. Yes, if you are a School or University as explained here. If you aren't, why don't you just go for the Standard Edition?
    3. Yes, for a couple of domains and a couple of GAE instances, you'll need a couple of Google Apps AFAIK. But this shouldn't be an issue as the Google Apps Standard Edition is free. No. As pointed out by Nick, you can add multiple domains to an Apps account as aliases, then map them to different App Engine apps.

    Edit: The 3rd answer has been updated with the input provided by Nick Johnson in a comment.

    0 讨论(0)
  • 2020-12-30 14:11

    With the the (new?) developer console it is possible add domains to apps for free without using Google Apps. But you will not be able to use HTTPS without registering the domain with Google Apps.

    So the answer to the first question is "Yes" (presuming TLS is not required). The second question is not relevant. And as for the third question, multiple domains can be linked with the same application (without using Google Apps).

    1. Select your project in the developer console (https://console.developers.google.com/project)
    2. Navigate the side menu to access App Engine domain settings (App Engine -> Settings)
    3. After verifying your domain (which may take some time) you can add the domain to the app.

    I can't currently find Google-blessed documentation to support this. But I am currently serving an App Engine application on a domain that is not registered with Google Apps.

    0 讨论(0)
提交回复
热议问题