mirror of
https://github.com/YunoHost-Apps/gotosocial_ynh.git
synced 2024-09-03 19:16:06 +02:00
60 lines
No EOL
1.8 KiB
JSON
60 lines
No EOL
1.8 KiB
JSON
{
|
|
"name": "GoToSocial",
|
|
"id": "gotosocial",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "GoToSocial is an ActivityPub social network server, written in Golang.",
|
|
"fr": "GoToSocial est un serveur de réseau social basé sur ActivityPub écrit en Golang."
|
|
},
|
|
"version": "0.2.1~ynh1",
|
|
"url": "https://github.com/superseriousbusiness/gotosocial",
|
|
"upstream": {
|
|
"license": "free",
|
|
"website": "https://docs.gotosocial.org/",
|
|
"demo": "",
|
|
"admindoc": "https://docs.gotosocial.org/en/latest/",
|
|
"userdoc": "https://docs.gotosocial.org/en/latest/",
|
|
"code": "https://github.com/superseriousbusiness/gotosocial"
|
|
},
|
|
"license": "free",
|
|
"maintainer": {
|
|
"name": "OniriCorpe",
|
|
"email": ""
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.1.3"
|
|
},
|
|
"multi_instance": false,
|
|
"services": [
|
|
"nginx",
|
|
"postgresql"
|
|
],
|
|
"arguments": {
|
|
"install": [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
"example": "example.com"
|
|
},
|
|
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
} |