简体   繁体   English

如何让用户将他们的自定义域连接到我在 Google App Engine 上托管的 next.js 应用程序?

[英]How to let users connect their custom domains to my next.js app hosting on Google App Engine?

I developed a next.js app where everyone can design his own profile page.我开发了一个 next.js 应用程序,每个人都可以设计自己的个人资料页面。

Today, everyone using a unique sub-domain like jake.app-name.com and ben.app-name.com.今天,每个人都使用一个独特的子域,例如 jake.app-name.com 和 ben.app-name.com。

I want to give everyone the option to connect his own domain to point to his profile page like jake.com.我想让每个人都可以选择连接他自己的域以指向他的个人资料页面,例如 jake.com。

I know how to manage it on the server after the domain is pointing to the server.我知道域指向服务器后如何在服务器上管理它。

My question is how can I connect, using code (API) many domains to my google app engine without any limitation in the future?我的问题是我如何在未来没有任何限制地使用代码(API)将许多域连接到我的谷歌应用引擎? What is required?需要什么? Google will manage all the SSL certificates automatically? Google 会自动管理所有 SSL 证书吗? I will have an additional cost?我会有额外的费用吗?

Thank you.谢谢你。

I haven't looked into this in 2021 but as of last year this was not possible.我在 2021 年还没有对此进行过调查,但截至去年,这是不可能的。 You have to manually map each unique domain to one of your subdomains.您必须将每个唯一域手动 map 到您的子域之一。

Regarding SSL certificates, note the following from Google .... If you are using subdomains, there is a limit of 20 managed certificates per week for each base domain .关于 SSL 证书,请注意Google提供的以下内容...。如果您使用子域,则每个基本域每周限制 20 个托管证书 .. ..

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Google App Engine标准不压缩我的Next.js / Express应用 - Google App Engine standard doesn't compress my Next.js/Express app 如何将 Next.js 应用程序部署到 cPanel 上的插件域,它监听端口 3000 而不影响我的其他域? - How do I deploy a Next.js app to an addon domain on cPanel, which listens to port 3000 without affecting my other domains? 如何使用Passenger 部署Next.js 应用程序? - How to deploy Next.js app with Passenger? 使用 Ionos 服务器部署我的 Next.js 应用程序 - Deploying my Next.js app with Ionos server 在Google App Engine上托管纯angularjs应用 - Hosting pure angularjs app on google app engine 根据用户登录有条件地使用next.js app或创建同网站域的react app - Conditionally use next.js app or create react app with the same website domain according to users login 如何在Firebase上使用带有节点模板引擎的Node JS托管Web应用程序 - How I can do hosting my web app using node js with handlebars template engine on firebase 共享主机上 Next.js 的自定义服务器不起作用 - Custom Server for Next.js on Shared Hosting not working 如何在 Firebase Hosting 和 Google App Engine 之间启用 CORS - How to enable CORS between Firebase Hosting and Google App Engine 在 Google App Engine 中托管时如何更新文件? - How to update file when hosting in Google App Engine?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM