holtzy / D3-graph-gallery

A collection of simple graphics made with D3.js
https://www.d3-graph-gallery.com
MIT License
790 stars 237 forks source link

Official website is down. Possible selfhost #21

Open CrashLaker opened 4 years ago

CrashLaker commented 4 years ago

To selfhost it one could


git clone https://github.com/holtzy/D3-graph-gallery.git
cd D3-graph-gallery
grep -rni d3-graph-gallery | cut -d: -f1 | xargs -I% sed -i "s,https://www.d3-graph-gallery.com,<your selfhost url>,g" %
holtzy commented 4 years ago

Thanks for the feedback @CrashLaker. I've observed less traffic since the ~9th of March and a couple of ppl reported the website as down since then.

It always works fine for me, and my tracker tool does not report any bug.

Any idea what the issue could be? And how I could fix it?

CrashLaker commented 4 years ago

Hi @holtzy

I'm not sure. Idk much about but.. maybe DNS?

$ dig @8.8.8.8 www.d3-graph-gallery.com

; <<>> DiG 9.9.4-RedHat-9.9.4-73.el7_6 <<>> @8.8.8.8 www.d3-graph-gallery.com
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 52382
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;www.d3-graph-gallery.com.      IN      A

;; Query time: 149 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Mon Mar 23 12:35:11 -03 2020
;; MSG SIZE  rcvd: 53

$ dig @8.8.8.8 d3-graph-gallery.com

; <<>> DiG 9.9.4-RedHat-9.9.4-73.el7_6 <<>> @8.8.8.8 d3-graph-gallery.com
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 41899
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;d3-graph-gallery.com.          IN      A

;; Query time: 148 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Mon Mar 23 12:35:16 -03 2020
;; MSG SIZE  rcvd: 49

yours is empty

See theverge image

holtzy commented 3 years ago

@CrashLaker just wondering if you see the d3 graph gallery being down again?