blossom-cloudron/CloudronManifest.json
Stixx 9e2894847d
All checks were successful
Release to Gitea Container Registry / build_and_push (push) Successful in 1m3s
feat: Cloudron packing
2024-11-04 18:26:14 +01:00

22 lines
505 B
JSON

{
"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"
}