1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/slingcode_ynh.git synced 2024-09-03 20:25:55 +02:00
slingcode_ynh/manifest.json
Éric Gaspar 472225b5ca
Upgrade to v 0.2.0 (#2)
* Upgrade to V.0.2.0
2020-08-17 08:16:28 +02:00

59 lines
1.9 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "Slingcode",
"id": "slingcode",
"packaging_format": 1,
"description": {
"en": "Browser based code editor in a single HTML file",
"fr": "Éditeur de code en ligne contenu dans un seul fichier HTML"
},
"url": "https://github.com/chr15m/slingcode",
"version": "0.2.0~ynh1",
"license": "MIT",
"maintainer": {
"name": "eric_G",
"email": "ericgaspar@free.fr"
},
"requirements": {
"yunohost": ">= 3.8.0"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain for Slingcode",
"fr": "Choisissez un nom de domaine pour Slingcode"
},
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for Slingcode",
"fr": "Choisissez un chemin pour Slingcode"
},
"example": "/slingcode",
"default": "/slingcode"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"help": {
"en": "If enabled, Slingcode will be accessible by people who doesnt have an account. This can be changed later via the webadmin.",
"fr": "Si cette case est cochée, Slingcode sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
},
"default": true
}
]
}
}