mirror of
https://github.com/YunoHost-Apps/ssbroom_ynh.git
synced 2024-09-03 20:26:29 +02:00
64 lines
2.1 KiB
JSON
64 lines
2.1 KiB
JSON
{
|
|
"name": "Scuttlebutt Room",
|
|
"id": "ssbroom",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Secure Scuttlebutt room server implemented in Go"
|
|
},
|
|
"version": "2.0.6~ynh5",
|
|
"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": "AGPL-3.0",
|
|
"maintainer": {
|
|
"name": "Max Fowler",
|
|
"email": "max@mfowler.info"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.3.0"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx"
|
|
],
|
|
"arguments": {
|
|
"install": [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"default": true,
|
|
"help": {
|
|
"en": "If false, ssbroom will only be usable by yunohost users."
|
|
}
|
|
},
|
|
{
|
|
"name": "ssb_admin_id",
|
|
"type": "string",
|
|
"ask": {
|
|
"en": "SSB ID of first admin of the room"
|
|
},
|
|
"help": {
|
|
"en": "This ssb_id is used as the username for the first admin of the room. Create an ssb account or use your already existing ssb account, and use your ssb public key as the room admin id."
|
|
},
|
|
"example": "@5Pt3dKy2HTJ0mWuS78oIiklIX0gBz6BTfEnXsbvke9c=.ed25519"
|
|
},
|
|
{
|
|
"name": "password",
|
|
"type": "password",
|
|
"help": {
|
|
"en": "Use this password to log into the admin interface for the ssb room."
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|