strfry-cloudron/CloudronManifest.json
en 9a9c612951
Some checks failed
Release to Gitea Container Registry / build_and_push (push) Failing after 1m2s
update Dockerfile
2025-03-05 17:56:45 +00:00

19 lines
448 B
JSON

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