create daemon

This commit is contained in:
Your Name
2025-09-29 07:21:46 -04:00
parent 955090b079
commit 69514943a9
1341 changed files with 181418 additions and 0 deletions

View File

@@ -0,0 +1,45 @@
{
"thrower": {
"privateKey": null,
"publicKey": null,
"name": "My Superball Thrower",
"description": "A privacy-focused Superball Thrower node providing secure NOSTR event routing",
"banner": "",
"icon": "",
"adminPubkey": "",
"contact": "",
"supportedSups": "1,2,3,4,5,6",
"software": "https://git.laantungir.net/laantungir/super_ball.git",
"version": "1.0.0",
"privacyPolicy": "",
"termsOfService": "",
"refreshRate": 300,
"content": ""
},
"relays": [
{
"url": "wss://relay.laantungir.net",
"type": "",
"authStatus": "unknown",
"lastTested": null
},
{
"url": "wss://relay.damus.io",
"type": "",
"authStatus": "unknown",
"lastTested": null
},
{
"url": "wss://nos.lol",
"type": "",
"authStatus": "unknown",
"lastTested": null
}
],
"daemon": {
"logLevel": "info",
"maxQueueSize": 1000,
"maxLogEntries": 1000,
"autoStart": false
}
}