{ "name": "Scuttlebutt Room", "id": "ssbroom", "packaging_format": 1, "description": { "en": "Secure Scuttlebutt room server implemented in Go" }, "version": "1.0~ynh1", "url": "https://github.com/ssb-ngi-pointer/go-ssb-room", "upstream": { "license": "free", "website": "https://github.com/ssb-ngi-pointer/go-ssb-room", "demo": "https://hermies.club/", "admindoc": "https://github.com/ssb-ngi-pointer/go-ssb-room/blob/master/README.md", "userdoc": "https://github.com/ssb-ngi-pointer/go-ssb-room/blob/master/README.md", "code": "https://github.com/ssb-ngi-pointer/go-ssb-room" }, "license": "free", "maintainer": { "name": "Max Fowler", "email": "max@mfowler.info" }, "requirements": { "yunohost": ">= 4.1.7" }, "multi_instance": true, "services": [ "nginx" ], "arguments": { "install" : [ { "name": "domain", "type": "domain", "example": "example.com" }, { "name": "path", "type": "path", "example": "/example", "default": "/example" }, { "name": "admin", "type": "user", "example": "johndoe" }, { "name": "is_public", "type": "boolean", "default": true }, { "name": "password", "type": "password", "help": { "en": "Use the help field to add an information for the admin about this question.", "fr": "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question." }, "example": "Choose a password" } ] } }