mirror of
https://github.com/YunoHost-Apps/my_capsule_ynh.git
synced 2024-09-03 19:46:21 +02:00
79 lines
2.2 KiB
JSON
79 lines
2.2 KiB
JSON
{
|
|
"name": "my_capsule",
|
|
"id": "my_capsule",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Custom Gemini capsule with SFTP access and HtmGem to make your Gemini pages reachable on the web."
|
|
},
|
|
"version": "1.4.0~ynh3",
|
|
"url": "https://tildegit.org/Sbgodin/htmgem",
|
|
"upstream": {
|
|
"license": "AGPL-3.0-or-later",
|
|
"demo": "https://gmi.sbgodin.fr/htmgem/",
|
|
"code": "https://tildegit.org/Sbgodin/htmgem"
|
|
},
|
|
"license": "AGPL-3.0-or-later",
|
|
"maintainer": {
|
|
"name": "yalh76"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.3.0"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"php7.3-fpm",
|
|
"mysql"
|
|
],
|
|
"arguments": {
|
|
"install": [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"default": true
|
|
},
|
|
{
|
|
"name": "language",
|
|
"type": "string",
|
|
"ask": {
|
|
"en": "Choose the application language",
|
|
"fr": "Choisissez la langue de l'application"
|
|
},
|
|
"choices": ["fr", "en"],
|
|
"default": "fr"
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user"
|
|
},
|
|
{
|
|
"name": "password",
|
|
"type": "password",
|
|
"optional": true,
|
|
"example": "Choose a password"
|
|
},
|
|
{
|
|
"name": "with_sftp",
|
|
"type": "boolean",
|
|
"ask": {
|
|
"en": "Do you need a SFTP access?",
|
|
"fr": "Avez-vous besoin d'un accès SFTP ?"
|
|
},
|
|
"default": true
|
|
},
|
|
{
|
|
"name": "with_mysql",
|
|
"type": "boolean",
|
|
"ask": {
|
|
"en": "Do you need a MySQL database?",
|
|
"fr": "Avez-vous besoin d'une base de données MySQL ?"
|
|
},
|
|
"default": false
|
|
}
|
|
]
|
|
}
|
|
}
|