Skip to content

Commit 031493c

Browse files
committed
emergency domain name switch to dontspyonus.eu
1 parent d5f344c commit 031493c

File tree

5 files changed

+24
-5
lines changed

5 files changed

+24
-5
lines changed

DOMAIN-NAME-ISSUES.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
2+
the name should be https://dontspy.eu
3+
4+
the name is temporarly blocked or hanging across DNS propagation
5+
6+
we'we a temporary name https://dontspyonus.eu, it would become a redirect
7+
8+
here the pages to trim:
9+
10+
```
11+
./site/content/list/_index.md
12+
./README.md
13+
./site/content/about/_index.md
14+
./backend.js
15+
```
16+
17+
and as well also the github repository description/URL (not the repo's name)

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# [DontspyEU](https://dontspy.eu)
1+
# [DontspyEU](https://dontspyonus.eu)
2+
3+
p.s. The domain name is temporary, as `dontspy.eu` is blocked, `dontspyonus.eu` would become a redirect.
24

35
![](https://dontspy.eu/logo/6.png)
46

backend.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,12 @@ app.get('/api/details/:memberState', cors(), async function(req, res) {
119119
}
120120
});
121121

122-
app.get('/', cors(), function(req, res) {
122+
app.get('/api', cors(), function(req, res) {
123123
const implemented = [
124124
"/api/meps/:filter?", "/api/homepage", "/api/stats", "/api/details/:memberState" ];
125125
res.status(200);
126126
res.send(`
127-
<code>dontspy.eu</code><hr/>
127+
<code>dontspyonus.eu</code><hr/>
128128
<h3>Implemented APIs</h3>
129129
<pre>
130130
${implemented.join("\n\r")}

site/content/about/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@ td {
9191

9292
<br />
9393

94-
## Mail: **hello**@**dontspy**.**eu**, [git](https://github.com/hermescenter/dontspy.eu)
94+
## Mail: **hello**@**dontspyonus**.**eu**, [git](https://github.com/hermescenter/dontspy.eu)

site/content/list/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ subtitle: "And pull via API the data for further exploration"
99
## You can access data via API
1010

1111
<pre>
12-
curl https://dontspy.eu/api/details/Malta
12+
curl https://dontspyonus.eu/api/details/Malta
1313
</pre>
1414

1515
You can use any country name, it returns the metadata from the representatives:

0 commit comments

Comments
 (0)