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
2021-03-01 07:11:36 +05:30

52 lines
1.4 KiB
JSON

{
"name": "epicyon",
"id": "epicyon",
"packaging_format": 1,
"description": {
"en": "ActivityPub server implementing S2S and C2S protocols"
},
"version": "1.03.2021~ynh1",
"url": "https://epicyon.net/",
"license": "AGPL-3.0",
"maintainer": {
"name": "anmol"
},
"requirements": {
"yunohost": ">= 4.1.3"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain name for Epicyon",
"fr": "Choisissez un nom de domaine pour Epicyon"
},
"example": "example.com"
},
{
"name": "admin",
"type": "user",
"ask": {
"en": "Choose an admin user",
"fr": "Choisissez l'administrateur"
},
"example": "johndoe"
},
{
"name": "password",
"type": "password",
"ask": {
"en": "Set the administrator password",
"fr": "Définissez le mot de passe administrateur"
},
"example": "epicyonH@$Str()/\/gP@$$\/\/()rd"
}
]
}
}