Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DatoCMS #188

Open
lilloX opened this issue Jan 8, 2021 · 0 comments
Open

DatoCMS #188

lilloX opened this issue Jan 8, 2021 · 0 comments

Comments

@lilloX
Copy link

lilloX commented Jan 8, 2021

Service name

datocms

Proof

Using dig:

lillox@lilloxWM:~$ dig test.lillox.info

; <<>> DiG 9.16.8-Debian <<>> test.lillox.info
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 14444
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
;; QUESTION SECTION:
;test.lillox.info.              IN      A

;; ANSWER SECTION:
test.lillox.info.       315     IN      CNAME   admin.datocms.com.
admin.datocms.com.      15      IN      A       138.197.187.215

;; Query time: 27 msec
;; SERVER: 1.1.1.1#53(1.1.1.1)
;; WHEN: Fri Jan 08 13:56:50 CET 2021
;; MSG SIZE  rcvd: 92

Browse the domain, it will show a spinner and then a white page. The page content is:

<!doctype html><html><head><meta charset="utf-8"><title>Loading...</title><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0"><style>#root{isolation:isolate}.FullpageLoader{position:fixed;left:0;right:0;top:0;bottom:0}.LoadingSpinner{position:absolute;top:50%;left:50%}.LoadingSpinner__bar{animation:LoadingSpinner__spin 1.2s linear infinite;background-color:#848484;position:absolute;width:20%;height:7.8%;top:-3.9%;left:-10%}@keyframes LoadingSpinner__spin{0%{opacity:1}100%{opacity:.15}}</style><link rel="icon" sizes="16x16" href="https://www.datocms-assets.com/205/1525789775-dato.png?h=16&amp;w=16" type="image/png"><link rel="icon" sizes="32x32" href="https://www.datocms-assets.com/205/1525789775-dato.png?h=32&amp;w=32" type="image/png"><link rel="icon" sizes="96x96" href="https://www.datocms-assets.com/205/1525789775-dato.png?h=96&amp;w=96" type="image/png"><link rel="icon" sizes="192x192" href="https://www.datocms-assets.com/205/1525789775-dato.png?h=192&amp;w=192" type="image/png"><link href="https://assets.admin.datocms.com/style.css" rel="stylesheet"></head><body><div id="preloading"></div><div id="root"></div><script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=Intl.~locale.en,Intl.~locale.it,fetch,IntersectionObserver" async></script><script>function addElement(e,n){var a=document.createElement("div");return a.className=e,n.appendChild(a),a}function addSpinner(e,n){var a=addElement("LoadingSpinner",n);a.style.width=e+"px",a.style.height=e+"px";for(var t=0;t<12;t++){var r=addElement("LoadingSpinner__bar",a);r.style.animationDelay=(t-12)/10+"s",r.style.transform="rotate("+30*t+"deg) translate(146%)"}return a}var root=document.getElementById("preloading"),loader=addElement("FullpageLoader",root),spinner=addSpinner(100,loader)</script><script src="https://assets.admin.datocms.com/main.b38f2b9c.bundle.js"></script></body></html>

Create a free plan (developer) and a new project, then link the domain to the project. Browsing the domain will show the site you choose during the project build

aaa

Documentation

https://www.datocms.com/docs/pro-tips/customize-cms-admin-domain

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant