2022-11-11 20:17:37 +01:00
|
|
|
{
|
|
|
|
"nodes": {
|
|
|
|
"<nodename>": {
|
|
|
|
"pub-endpoint": "<clearnet-fqdn/ip-address>",
|
|
|
|
"api-con": "http://<node-(internal)-ip/hostname>:<port>/",
|
|
|
|
"comment": "/* from here: data to be displayed on the webinterface */",
|
2022-11-12 14:50:18 +01:00
|
|
|
"country": "...", // Countrycode: 2 capital letters
|
|
|
|
"city": "...",
|
|
|
|
"wg-key": "...=", // pubkey of node
|
2022-11-11 20:17:37 +01:00
|
|
|
"internal-v4": "172.2x.xxx.xxx",
|
|
|
|
"internal-v6": "fdxx:...",
|
|
|
|
"internal-v4ll": "169.254.xxx.xxx",
|
|
|
|
"internal-v6ll": "fe80::..."
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"MNT": "YOUR-MNT", // your MNT tag
|
|
|
|
"listen": "0.0.0.0",
|
|
|
|
"port": 8042,
|
2022-11-12 14:50:18 +01:00
|
|
|
"flask-secret-key": "<secret-please-replace>", // secret key for session cookies
|
2022-11-11 20:17:37 +01:00
|
|
|
"flask-debug": false, // optional; default false
|
|
|
|
"flask-template-dir": "../frontend/" // optional; default "../frontend"
|
|
|
|
}
|