blossom-cloudron/CloudronManifest.json

22 lines
505 B
JSON
Raw Normal View History

2024-11-04 17:26:14 +00:00
{
"id": "com.nostrdev.blossom",
"title": "blossom",
"author": "hzrd149",
"tagline": "A blossom server implementation written in Typescript",
"version": "4.4.0",
"healthCheckPath": "/",
"httpPort": 3000,
"addons": {
"localstorage": {}
},
"manifestVersion": 2,
"website": "https://git.nostrdev.com/stuff/blossom-cloudron",
"icon": "logo.png",
"tags": [
"nostr",
"blossom"
],
"postInstallMessage": "file://POSTINSTALL.md",
"description": "file://DESCRIPTION.md"
}