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

Official website is down. Possible selfhost #21

Open
CrashLaker opened this issue Mar 21, 2020 · 3 comments
Open

Official website is down. Possible selfhost #21

CrashLaker opened this issue Mar 21, 2020 · 3 comments
Labels
enhancement New feature or request

Comments

@CrashLaker
Copy link

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
Copy link
Owner

holtzy commented Mar 23, 2020

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
Copy link
Author

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
Copy link
Owner

holtzy commented Mar 5, 2021

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

@holtzy holtzy added the enhancement New feature or request label Mar 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants