mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 09:39:25 +01:00
poing server.json[server] to ip
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
fb1cf6c677
commit
ed4e042918
2 changed files with 28 additions and 6 deletions
|
@ -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": [
|
||||||
|
|
32
NETWORK.md
32
NETWORK.md
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue