strfry-cloudron/CloudronManifest.json

19 lines
448 B
JSON
Raw Normal View History

2025-03-05 12:17:50 +00:00
{
2025-03-05 17:56:45 +00:00
"id": "com.nostrdev.strfry",
"title": "strfry",
"author": "hoytech",
"tagline": "A nostr relay",
"version": "1.0.4",
"healthCheckPath": "/",
"httpPort": 7777,
"addons": {
"localstorage": {}
},
"manifestVersion": 2,
"website": "https://git.nostrdev.com/stuff/strfry-cloudron",
"icon": "logo.png",
"tags": ["nostr", "relay"],
"postInstallMessage": "file://POSTINSTALL.md",
"description": "file://DESCRIPTION.md"
2025-03-05 12:17:50 +00:00
}