add footer links settings, implement nodes registry with database download list

This commit is contained in:
ghost 2023-12-01 23:47:15 +02:00
parent 4cec81c893
commit 9087c4b0d7
2 changed files with 81 additions and 2 deletions

View file

@ -43,6 +43,61 @@
{
"enabled":false
}
},
"footer":
{
"links":
[
{
"text":"0200::/7",
"attributes":
{
"title":"Serch in 0200::/7 IPv6",
"href":"http://[201:23b4:991a:634d:8359:4521:5576:15b7]/yo/",
"target":"_blank"
},
"index":
[
"http://[201:23b4:991a:634d:8359:4521:5576:15b7]/yo/index.sql"
]
},
{
"text":"yo.ygg",
"attributes":
{
"title":"Search in .ygg zone",
"href":"http://yo.ygg",
"target":"_blank"
},
"index":
[
"http://yo.ygg/index.sql"
]
},
{
"text":"ygg.yo.index",
"attributes":
{
"title":"Search in .ygg zone",
"href":"http://ygg.yo.index",
"target":"_blank"
},
"index":
[
"http://ygg.yo.index/index.sql"
]
},
{
"text":"GitHub",
"attributes":
{
"title":"Source code",
"href":"https://github.com/YGGverse/Yo",
"target":"_blank"
},
"index":[]
}
]
}
},
"cli":