You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Skygear.io is providing static hosting to developers. A common usage is hosting web single page application. In a single page application context we will have:
static: for html, js and css
skygear-server: as the backend datastore
Developers are currently deployed everything(both cloudcode and static asset) to skygeario.com and will have following URL as entry point
https://appname.skygeario.com/static/index.html
Which is fine for staging or internal development. But when the client needs to release their app. They will want the URL looks like https://webapp.oursky.com/.
Portal Design
Portal Features
Instruction on how to set up CNAME
Target domain name
Upload the SSL cert for https
Scenario
Put list of Scenario how developers will use this API
@carmenlau I have tried the custom domain to static asset feature in portal, and here are something I would suggest to change:
Under Configure Domain, change copywriting of "Domain not verified/configured" => "Domain not verified/configured, some DNS server may take hours for changes to be effective" oursky/skygear-portal#553
Under "Edit Domain" popup, change "Edit" button to "Confirm", and after clicking it the popup should go away. oursky/skygear-portal#550
Let's encrypt cert generation seems didn't works oursky/skygear-portal#554
Description
Skygear.io is providing static hosting to developers. A common usage is hosting web single page application. In a single page application context we will have:
static: for html, js and css
skygear-server: as the backend datastore
Developers are currently deployed everything(both cloudcode and static asset) to skygeario.com and will have following URL as entry point
https://appname.skygeario.com/static/index.html
Which is fine for staging or internal development. But when the client needs to release their app. They will want the URL looks like
https://webapp.oursky.com/
.Portal Design
Portal Features
Scenario
Put list of Scenario how developers will use this API
Open Questions
public_html
?Put a list of open questions here before a complete design / specification is decided
Related Issues
Progress Tracker
Advice
The text was updated successfully, but these errors were encountered: