1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/epicyon_ynh.git synced 2024-09-03 18:36:08 +02:00
epicyon_ynh/manifest.json

44 lines
1,002 B
JSON
Raw Normal View History

2021-03-01 02:41:36 +01:00
{
2021-09-23 23:27:35 +02:00
"name": "Epicyon",
2021-03-01 02:41:36 +01:00
"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
},
2022-01-20 00:08:56 +01:00
"version": "20.01.2022~ynh1",
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",
2021-09-23 23:27:35 +02:00
"code": "https://gitlab.com/bashrc2/epicyon/"
2021-07-14 18:44:40 +02:00
},
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",
2021-09-23 23:27:35 +02:00
"type": "domain"
2021-03-01 02:41:36 +01:00
},
{
"name": "admin",
2021-09-23 23:27:35 +02:00
"type": "user"
2021-03-01 02:41:36 +01:00
},
{
"name": "password",
2021-09-23 23:27:35 +02:00
"type": "password"
2021-03-01 02:41:36 +01:00
}
]
}
}