1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/octoprint_ynh.git synced 2024-09-03 19:46:26 +02:00
octoprint_ynh/manifest.json
2020-01-26 21:34:27 +01:00

49 lines
1.3 KiB
JSON

{
"name": "Octoprint",
"id": "octoprint",
"packaging_format": 1,
"description": {
"en": "3D printing webserver",
"fr": "Serveur d'impression 3D"
},
"version": "1.0.0",
"url": "https://github.com/Tropicao/octoprint_ynh",
"license": "Apache-2.0",
"maintainer": {
"name": "Tropicao",
"email": "alexis.lothore@gmail.com"
},
"requirements": {
"yunohost": ">= 3.1"
},
"multi_instance": false,
"services": [
"nginx"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain for Octoprint",
"fr": "Choisissez un domaine pour Octoprint"
},
"example": "domain.org"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Should this application be public ? (if so, your 3D printer will be accessible by anyone on internet)",
"fr": "Est-ce que cette application doit être visible publiquement ? (dans ce cas, n'importe qui sur internet pourra utiliser votre imprimante)"
},
"help": {
"en": "If public, your 3D printer will be accessible by anyone on internet",
"fr": "Dans ce cas, n'importe qui sur internet pourra utiliser votre imprimante"
},
"default": false
}
]
}
}