mirror of
https://github.com/YunoHost-Apps/epicyon_ynh.git
synced 2024-09-03 18:36:08 +02:00
52 lines
1.4 KiB
JSON
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-1.0-or-later",
|
|
"maintainer": {
|
|
"name": "Anmol Sharma"
|
|
},
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
}
|