2021-03-01 02:41:36 +01:00
|
|
|
{
|
|
|
|
"name": "epicyon",
|
|
|
|
"id": "epicyon",
|
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
2021-07-14 18:44:40 +02:00
|
|
|
"en": "Federated social network server",
|
|
|
|
"fr": "Serveur de réseau social fédéré"
|
2021-03-01 02:41:36 +01:00
|
|
|
},
|
2021-07-14 18:44:40 +02:00
|
|
|
"version": "1.03.2021~ynh2",
|
2021-03-01 02:41:36 +01:00
|
|
|
"url": "https://epicyon.net/",
|
2021-07-14 18:44:40 +02:00
|
|
|
"upstream": {
|
|
|
|
"license": "AGPL-1.0-or-later",
|
|
|
|
"website": "https://epicyon.net",
|
|
|
|
"code": "hhttps://gitlab.com/bashrc2/epicyon/"
|
|
|
|
},
|
2021-03-01 03:16:39 +01:00
|
|
|
"license": "AGPL-1.0-or-later",
|
2021-03-01 02:41:36 +01:00
|
|
|
"maintainer": {
|
2021-03-14 21:58:38 +01:00
|
|
|
"name": "Anmol Sharma"
|
2021-03-01 02:41:36 +01:00
|
|
|
},
|
|
|
|
"requirements": {
|
2021-07-14 18:44:40 +02:00
|
|
|
"yunohost": ">= 4.2.4"
|
2021-03-01 02:41:36 +01:00
|
|
|
},
|
|
|
|
"multi_instance": true,
|
|
|
|
"services": [
|
|
|
|
"nginx"
|
|
|
|
],
|
|
|
|
"arguments": {
|
|
|
|
"install" : [
|
|
|
|
{
|
|
|
|
"name": "domain",
|
|
|
|
"type": "domain",
|
|
|
|
"example": "example.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "admin",
|
|
|
|
"type": "user",
|
|
|
|
"example": "johndoe"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "password",
|
|
|
|
"type": "password",
|
2021-07-14 18:44:40 +02:00
|
|
|
"example": "Choose a password"
|
2021-03-01 02:41:36 +01:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|