poing server.json[server] to ip

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2024-02-24 13:25:20 +02:00
parent fb1cf6c677
commit ed4e042918
2 changed files with 28 additions and 6 deletions

View file

@ -1,5 +1,5 @@
{ {
"server": "us.ari.lt", "server": "62.171.174.136",
"domain": "ari.lt", "domain": "ari.lt",
"description": "Ari-web server", "description": "Ari-web server",
"keywords": [ "keywords": [

View file

@ -13,14 +13,35 @@ The server file, `.well-known/network/server.json`, has the following structure:
```json ```json
{ {
"server": "us.ari.lt", "server": "62.171.174.136",
"domain": "ari.lt", "domain": "ari.lt",
"description": "Ari-web server", "description": "Ari-web server",
"keywords": [...], "keywords": [
"ari-web",
"selfhosted",
"email",
"messaging",
"webapps",
"hosting"
],
"staff": [ "staff": [
{"name": "Ari Archer", "email": "ari@ari.lt", "website": "https://ari.lt/", "role": "owner", "matrix": "@ari:ari.lt", "xmpp": "ari@ari.lt", "of": ["*"]}, {
{..., "of": ["xmpp.ari.lt"]}, "name": "Ari Archer",
... "email": "ari@ari.lt",
"website": "https://ari.lt/",
"role": "owner",
"matrix": "@ari:ari.lt",
"xmpp": "ari@ari.lt",
"of": ["*"]
},
{
"name": "Sininenkissa",
"email": "sininenkissa@ari.lt",
"role": "admin",
"matrix": "@sininenkissa:ari.lt",
"xmpp": "sininenkissa@ari.lt",
"of": ["*"]
}
], ],
"name": "Ari::web -> Server", "name": "Ari::web -> Server",
"privacy": "https://ari.lt/privacy", "privacy": "https://ari.lt/privacy",
@ -33,6 +54,7 @@ The server file, `.well-known/network/server.json`, has the following structure:
"network": 0.8 "network": 0.8
} }
} }
``` ```
(This is an example) (This is an example)