autopeering/web/backend/config.sample.json
lare c600c59af8 add "domain" option to config.json
add usages of the "domain" option
2022-11-12 17:36:11 +01:00

23 lines
No EOL
960 B
JSON

{
"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 */",
"country": "...", // Countrycode: 2 capital letters
"city": "...",
"wg-key": "...=", // pubkey of node
"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,
"domain": "example.org", // domain to use for kioubit verification service
"flask-secret-key": "<secret-please-replace>", // secret key for session cookies
"flask-debug": false, // optional; default false
"flask-template-dir": "../frontend/" // optional; default "../frontend"
}