strfry-cloudron/CloudronManifest.json

23 lines
458 B
JSON
Raw Normal View History

2025-03-05 12:17:50 +00:00
{
"id": "com.hoytech.strfry",
"title": "strfry",
"author": "hoytech",
"tagline": "a nostr relay",
"version": "0.9.6",
"healthCheckPath": "/",
"httpPort": 7777,
"addons": {
"localstorage": {}
},
"manifestVersion": 2,
"website": "https://github.com/hoytech/strfry",
"contactEmail": "seb@sebdev.io",
"icon": "logo.png",
"tags": [
"nostr",
"relay"
],
"postInstallMessage": "file://POSTINSTALL.md",
"description": "file://DESCRIPTION.md"
}